{
  "provider": {
    "name": "CalculateEnergySavings.com",
    "source_url": "https://calculateenergysavings.com/",
    "terms_url": "https://calculateenergysavings.com/api-terms/",
    "terms_version": "2026-08-25"
  },
  "id": "cash-flow-sensitivity",
  "name": "Cash Flow & Sensitivity Analysis",
  "description": "Stress-test project NPV across cost and savings uncertainty ranges.",
  "status": "published",
  "callable": true,
  "version": "1.0.0",
  "url": "https://calculateenergysavings.com/calculators/cash-flow-sensitivity/",
  "methodology_url": "https://calculateenergysavings.com/calculators/cash-flow-sensitivity/#methodology",
  "api_url": "https://calculateenergysavings.com/api/v1/calculators/cash-flow-sensitivity",
  "calculate_url": "https://calculateenergysavings.com/api/v1/calculators/cash-flow-sensitivity/calculate",
  "input_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "projectCost": {
        "type": "number",
        "title": "Base project cost",
        "x-unit": "$"
      },
      "annualSavings": {
        "type": "number",
        "title": "Base annual savings",
        "x-unit": "$/year"
      },
      "projectLife": {
        "type": "number",
        "default": 15,
        "title": "Project life",
        "x-unit": "years"
      },
      "discountRatePercent": {
        "type": "number",
        "default": 7,
        "title": "Discount rate",
        "x-unit": "%"
      },
      "lowCostPercent": {
        "type": "number",
        "default": -10,
        "title": "Low-cost change",
        "x-unit": "%"
      },
      "highCostPercent": {
        "type": "number",
        "default": 20,
        "title": "High-cost change",
        "x-unit": "%"
      },
      "lowSavingsPercent": {
        "type": "number",
        "default": -25,
        "title": "Low-savings change",
        "x-unit": "%"
      },
      "highSavingsPercent": {
        "type": "number",
        "default": 15,
        "title": "High-savings change",
        "x-unit": "%"
      }
    }
  },
  "example_inputs": {
    "projectCost": "",
    "annualSavings": "",
    "projectLife": 15,
    "discountRatePercent": 7,
    "lowCostPercent": -10,
    "highCostPercent": 20,
    "lowSavingsPercent": -25,
    "highSavingsPercent": 15
  },
  "source_url": "https://betterbuildingssolutioncenter.energy.gov/financing-navigator",
  "formulas": [
    "Four corner scenarios combine low/high cost with low/high savings.",
    "Each scenario discounts the same annual savings over project life."
  ],
  "disclaimer": "Screening estimate only. Verify measurements, assumptions, tariffs, equipment constraints, and applicable requirements before making a project or purchasing decision."
}