{
  "provider": {
    "name": "CalculateEnergySavings.com",
    "source_url": "https://calculateenergysavings.com/",
    "terms_url": "https://calculateenergysavings.com/api-terms/",
    "terms_version": "2026-08-25"
  },
  "id": "c-pace-economics",
  "name": "C-PACE Project Economics Screening Calculator",
  "description": "Compare long-term property assessment payments with project savings.",
  "status": "published",
  "callable": true,
  "version": "1.0.0",
  "url": "https://calculateenergysavings.com/calculators/c-pace-economics/",
  "methodology_url": "https://calculateenergysavings.com/calculators/c-pace-economics/#methodology",
  "api_url": "https://calculateenergysavings.com/api/v1/calculators/c-pace-economics",
  "calculate_url": "https://calculateenergysavings.com/api/v1/calculators/c-pace-economics/calculate",
  "input_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "projectCost": {
        "type": "number",
        "title": "Project cost",
        "x-unit": "$"
      },
      "incentiveAmount": {
        "type": "number",
        "default": 0,
        "title": "Incentive",
        "x-unit": "$"
      },
      "annualSavings": {
        "type": "number",
        "title": "First-year savings",
        "x-unit": "$/year"
      },
      "ratePercent": {
        "type": "number",
        "default": 7,
        "title": "Assessment rate",
        "x-unit": "%"
      },
      "termYears": {
        "type": "number",
        "default": 20,
        "title": "Assessment term",
        "x-unit": "years"
      },
      "analysisYears": {
        "type": "number",
        "default": 20,
        "title": "Analysis period",
        "x-unit": "years"
      },
      "closingCostPercent": {
        "type": "number",
        "default": 3,
        "title": "Closing costs",
        "x-unit": "% of financed amount"
      },
      "savingsEscalationPercent": {
        "type": "number",
        "default": 2,
        "title": "Savings escalation",
        "x-unit": "%/year"
      },
      "discountRatePercent": {
        "type": "number",
        "default": 7,
        "title": "Discount rate",
        "x-unit": "%"
      }
    }
  },
  "example_inputs": {
    "projectCost": "",
    "incentiveAmount": 0,
    "annualSavings": "",
    "ratePercent": 7,
    "termYears": 20,
    "analysisYears": 20,
    "closingCostPercent": 3,
    "savingsEscalationPercent": 2,
    "discountRatePercent": 7
  },
  "source_url": "https://betterbuildingssolutioncenter.energy.gov/financing-navigator",
  "formulas": [
    "Financed amount includes net project cost and entered closing-cost percentage.",
    "Analysis-period NPV compares escalating savings with assessment payments."
  ],
  "disclaimer": "Screening estimate only. Verify measurements, assumptions, tariffs, equipment constraints, and applicable requirements before making a project or purchasing decision."
}