{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/uk/landlord-insurance/schema.json",
  "title": "Landlord Insurance Planning Calculator — United Kingdom inputs",
  "description": "Keep building, landlord contents and rental-value allowances separate when comparing a landlord policy quote. GBP planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "buildingRebuild": {
      "title": "Verified building reinstatement amount",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 300000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "GBP",
      "x-unit": "currency"
    },
    "landlordContents": {
      "title": "Landlord-owned contents replacement amount",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 20000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "GBP",
      "x-unit": "currency"
    },
    "monthlyRent": {
      "title": "Insured monthly rental value",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 1800,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "GBP",
      "x-unit": "currency"
    },
    "rentMonths": {
      "title": "Entered indemnity period, months",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 12,
      "minimum": 0,
      "maximum": 60,
      "x-step": 1,
      "multipleOf": 1
    },
    "annualPremium": {
      "title": "Actual quoted annual premium",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "GBP",
      "x-unit": "currency"
    },
    "annualFees": {
      "title": "Annual policy/administration fees",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "GBP",
      "x-unit": "currency"
    },
    "monthlyFee": {
      "title": "Additional installment fee per month",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "GBP",
      "x-unit": "currency"
    },
    "spreadPercent": {
      "title": "Quote sensitivity range",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 15,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    }
  },
  "required": [
    "buildingRebuild",
    "landlordContents",
    "monthlyRent",
    "rentMonths",
    "annualPremium",
    "annualFees",
    "monthlyFee",
    "spreadPercent"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/uk/landlord-insurance/",
    "queryExample": "https://askcalculators.com/uk/landlord-insurance/?buildingRebuild=300000&landlordContents=20000&monthlyRent=1800&rentMonths=12&annualPremium=0&annualFees=0&monthlyFee=0&spreadPercent=15",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "rental-value allowance = insured monthly rental value × entered indemnity months.",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-uk-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."
    },
    "outputs": {
      "propertySum": {
        "title": "Building plus landlord contents",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2,
        "x-primary": true
      },
      "rentCover": {
        "title": "Undiscounted rental-value allowance",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2
      },
      "annualPremium": {
        "title": "Entered annual premium",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2
      },
      "annualCost": {
        "title": "Annual premium and payment fees",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2
      },
      "monthlyEquivalent": {
        "title": "Monthly equivalent cost",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2
      },
      "low": {
        "title": "Low quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2
      },
      "high": {
        "title": "High quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "GBP",
        "x-digits": 2
      }
    }
  }
}
