{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/ca/solar-savings/schema.json",
  "title": "Solar Savings Calculator — Canada inputs",
  "description": "Estimate the financial effect of a specified rooftop solar scenario, with exported electricity valued separately from electricity used in the home. CAD planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "annualUse": {
      "title": "Annual household electricity use, kWh",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 10000,
      "minimum": 1,
      "maximum": 100000000,
      "x-step": 0.01
    },
    "offset": {
      "title": "Target annual generation / use",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 80,
      "minimum": 0,
      "maximum": 300,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "specificYield": {
      "title": "Site-specific annual yield, kWh per kW",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 1200,
      "minimum": 100,
      "maximum": 3000,
      "x-step": 0.01
    },
    "selfConsumption": {
      "title": "Generation used directly on site",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 60,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "importRate": {
      "title": "Avoided electricity price per kWh",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0.2,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "exportRate": {
      "title": "Confirmed export payment per kWh",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0.05,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "installedCostPerKw": {
      "title": "Installed cost per kW",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 2500,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "confirmedIncentive": {
      "title": "Confirmed eligible incentive",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "maintenance": {
      "title": "Annual maintenance allowance",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 100,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "years": {
      "title": "Planning horizon, years",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 25,
      "minimum": 1,
      "maximum": 50,
      "x-step": 1,
      "multipleOf": 1
    },
    "discountRate": {
      "title": "Annual discount rate",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 4,
      "minimum": 0,
      "maximum": 50,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "degradation": {
      "title": "Annual output degradation",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0.5,
      "minimum": 0,
      "maximum": 20,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "energyEscalation": {
      "title": "Annual energy-price escalation",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 2,
      "minimum": 0,
      "maximum": 25,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "replacementYear": {
      "title": "Replacement year (0 means none)",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 50,
      "x-step": 1,
      "multipleOf": 1
    },
    "replacementCost": {
      "title": "Replacement cost",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    }
  },
  "required": [
    "annualUse",
    "offset",
    "specificYield",
    "selfConsumption",
    "importRate",
    "exportRate",
    "installedCostPerKw",
    "confirmedIncentive",
    "maintenance",
    "years",
    "discountRate",
    "degradation",
    "energyEscalation",
    "replacementYear",
    "replacementCost"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/ca/solar-savings/",
    "queryExample": "https://askcalculators.com/ca/solar-savings/?annualUse=10000&offset=80&specificYield=1200&selfConsumption=60&importRate=0.2&exportRate=0.05&installedCostPerKw=2500&confirmedIncentive=0&maintenance=100&years=25&discountRate=4&degradation=0.5&energyEscalation=2&replacementYear=0&replacementCost=0",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "kW = annual use × target offset ÷ specific yield; net benefit = self-used kWh × avoided rate + exported kWh × export rate − maintenance.",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-ca-solar-savings.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "20.16.0",
      "referenceCoverage": "references-listed",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "sizeKw": {
        "title": "Target DC system size, kW",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      },
      "generation": {
        "title": "First-year generation, kWh",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      },
      "selfConsumed": {
        "title": "On-site use of generation, kWh",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      },
      "exported": {
        "title": "Exported generation, kWh",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      },
      "capital": {
        "title": "Net capital cost",
        "type": "number",
        "x-format": "currency",
        "x-currency": "CAD",
        "x-digits": 2
      },
      "annualSaving": {
        "title": "First-year net saving",
        "type": "number",
        "x-format": "currency",
        "x-currency": "CAD",
        "x-digits": 2
      },
      "payback": {
        "title": "Simple payback, years",
        "type": "number",
        "x-format": "number",
        "x-digits": 2,
        "x-primary": true
      },
      "npv": {
        "title": "Discounted net value",
        "type": "number",
        "x-format": "currency",
        "x-currency": "CAD",
        "x-digits": 2
      },
      "breakeven": {
        "title": "Cash-flow break-even year",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      },
      "cumulative": {
        "title": "Undiscounted lifetime net benefit",
        "type": "number",
        "x-format": "currency",
        "x-currency": "CAD",
        "x-digits": 2
      }
    }
  }
}
