{
  "id": "v20-ca-landlord-insurance",
  "version": "20.16.0",
  "name": "Landlord Insurance Planning Calculator — Canada",
  "shortName": "Landlord Insurance Planning",
  "description": "Keep building, landlord contents and rental-value allowances separate when comparing a landlord policy quote. CAD planning view; stated limitations apply.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "landlord-insurance",
    "ca",
    "insurance-consumer",
    "insurance-terms"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/v20-ca-landlord-insurance.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."
  },
  "notice": "Illustrative defaults are not local quotes or verified legal rules. Dated reference components and user-entered assumptions are explicitly distinguished. Professional review is pending.",
  "urls": {
    "page": "/ca/landlord-insurance/",
    "definition": "/ca/landlord-insurance/definition.json",
    "schema": "/ca/landlord-insurance/schema.json",
    "llms": "/ca/landlord-insurance/llms.txt",
    "legacyDefinition": "/ca/landlord-insurance/definition.json"
  },
  "queryExample": "https://askcalculators.com/ca/landlord-insurance/?buildingRebuild=300000&landlordContents=20000&monthlyRent=1800&rentMonths=12&annualPremium=0&annualFees=0&monthlyFee=0&spreadPercent=15",
  "queryParameters": {
    "buildingRebuild": {
      "label": "Verified building reinstatement amount",
      "type": "money",
      "required": true,
      "default": 300000
    },
    "landlordContents": {
      "label": "Landlord-owned contents replacement amount",
      "type": "money",
      "required": true,
      "default": 20000
    },
    "monthlyRent": {
      "label": "Insured monthly rental value",
      "type": "money",
      "required": true,
      "default": 1800
    },
    "rentMonths": {
      "label": "Entered indemnity period, months",
      "type": "number",
      "required": true,
      "default": 12
    },
    "annualPremium": {
      "label": "Actual quoted annual premium",
      "type": "money",
      "required": true,
      "default": 0
    },
    "annualFees": {
      "label": "Annual policy/administration fees",
      "type": "money",
      "required": true,
      "default": 0
    },
    "monthlyFee": {
      "label": "Additional installment fee per month",
      "type": "money",
      "required": true,
      "default": 0
    },
    "spreadPercent": {
      "label": "Quote sensitivity range",
      "type": "percent",
      "required": true,
      "default": 15
    }
  },
  "inputs": [
    {
      "id": "buildingRebuild",
      "label": "Verified building reinstatement amount",
      "type": "money",
      "defaultValue": 300000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "landlordContents",
      "label": "Landlord-owned contents replacement amount",
      "type": "money",
      "defaultValue": 20000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "monthlyRent",
      "label": "Insured monthly rental value",
      "type": "money",
      "defaultValue": 1800,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "rentMonths",
      "label": "Entered indemnity period, months",
      "type": "number",
      "defaultValue": 12,
      "required": true,
      "min": 0,
      "max": 60,
      "step": 1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "annualPremium",
      "label": "Actual quoted annual premium",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "annualFees",
      "label": "Annual policy/administration fees",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "monthlyFee",
      "label": "Additional installment fee per month",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "spreadPercent",
      "label": "Quote sensitivity range",
      "type": "percent",
      "defaultValue": 15,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    }
  ],
  "outputs": [
    {
      "id": "propertySum",
      "label": "Building plus landlord contents",
      "format": "currency",
      "digits": 2,
      "primary": true,
      "currency": "CAD"
    },
    {
      "id": "rentCover",
      "label": "Undiscounted rental-value allowance",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "annualPremium",
      "label": "Entered annual premium",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "annualCost",
      "label": "Annual premium and payment fees",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "monthlyEquivalent",
      "label": "Monthly equivalent cost",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "low",
      "label": "Low quote scenario",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "high",
      "label": "High quote scenario",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    }
  ],
  "formula": {
    "expression": "rental-value allowance = insured monthly rental value × entered indemnity months.",
    "note": "Inputs are converted to canonical units before evaluating this stated formula."
  },
  "examples": [
    {
      "label": "Illustrative defaults; required verification checks remain unconfirmed",
      "inputs": {
        "unitSystem": "metric",
        "buildingRebuild": 300000,
        "landlordContents": 20000,
        "monthlyRent": 1800,
        "rentMonths": 12,
        "annualPremium": 0,
        "annualFees": 0,
        "monthlyFee": 0,
        "spreadPercent": 15
      }
    }
  ],
  "sources": [
    {
      "label": "NAIC consumer insurance resources",
      "url": "https://content.naic.org/consumer"
    },
    {
      "label": "NAIC insurance glossary",
      "url": "https://content.naic.org/glossary-insurance-terms"
    }
  ],
  "publicSlug": "landlord-insurance",
  "namespace": "ca",
  "countries": [
    "us",
    "ca",
    "uk",
    "ie"
  ]
}
