{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/us/renters-insurance/schema.json",
  "title": "Renters Insurance Needs Calculator — United States inputs",
  "description": "Organize a replacement-cost inventory and an additional-living-expense scenario alongside an actual renters policy quote. USD planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "contents": {
      "title": "Current contents replacement-cost inventory",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 25000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "USD",
      "x-unit": "currency"
    },
    "deductible": {
      "title": "Contents deductible",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 500,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "USD",
      "x-unit": "currency"
    },
    "temporaryMonthlyCost": {
      "title": "Additional temporary-living cost per month",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 1500,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "USD",
      "x-unit": "currency"
    },
    "temporaryMonths": {
      "title": "Entered temporary-living months",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 3,
      "minimum": 0,
      "maximum": 36,
      "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": "USD",
      "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": "USD",
      "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": "USD",
      "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": [
    "contents",
    "deductible",
    "temporaryMonthlyCost",
    "temporaryMonths",
    "annualPremium",
    "annualFees",
    "monthlyFee",
    "spreadPercent"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/us/renters-insurance/",
    "queryExample": "https://askcalculators.com/us/renters-insurance/?contents=25000&deductible=500&temporaryMonthlyCost=1500&temporaryMonths=3&annualPremium=0&annualFees=0&monthlyFee=0&spreadPercent=15",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "additional living-expense allowance = incremental monthly temporary-living cost × entered months.",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-us-renters-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": {
      "contentsAfterDeductible": {
        "title": "Illustrative contents inventory minus deductible",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2,
        "x-primary": true
      },
      "temporaryAllowance": {
        "title": "Additional living-expense allowance",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      },
      "annualPremium": {
        "title": "Entered annual premium",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      },
      "annualCost": {
        "title": "Annual premium and payment fees",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      },
      "monthlyEquivalent": {
        "title": "Monthly equivalent cost",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      },
      "low": {
        "title": "Low quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      },
      "high": {
        "title": "High quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      }
    }
  }
}
