{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/ca/furnace-replacement/schema.json",
  "title": "Furnace Replacement Calculator — Canada inputs",
  "description": "Compare the fuel-cost consequence of two seasonal efficiencies at the same useful heating load. CAD planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "annualFuelCost": {
      "title": "Current annual fuel-only cost",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 1800,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "oldEfficiency": {
      "title": "Current seasonal efficiency",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 75,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "newEfficiency": {
      "title": "Replacement seasonal efficiency",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 95,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "projectCost": {
      "title": "Installed replacement price",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 7000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "CAD",
      "x-unit": "currency"
    },
    "incentive": {
      "title": "Confirmed 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"
    },
    "maintenanceChange": {
      "title": "Additional annual maintenance",
      "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"
    },
    "years": {
      "title": "Planning horizon, years",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 15,
      "minimum": 1,
      "maximum": 40,
      "x-step": 1,
      "multipleOf": 1
    },
    "discountRate": {
      "title": "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"
    }
  },
  "required": [
    "annualFuelCost",
    "oldEfficiency",
    "newEfficiency",
    "projectCost",
    "incentive",
    "maintenanceChange",
    "years",
    "discountRate"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/ca/furnace-replacement/",
    "queryExample": "https://askcalculators.com/ca/furnace-replacement/?annualFuelCost=1800&oldEfficiency=75&newEfficiency=95&projectCost=7000&incentive=0&maintenanceChange=0&years=15&discountRate=4",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "gross fuel saving = current fuel spending × (1 − old efficiency ÷ new efficiency).",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-ca-furnace-replacement.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": {
      "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
      }
    }
  }
}
