{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/ie/rebuild-cost/schema.json",
  "title": "Home Rebuild Cost Calculator — Ireland inputs",
  "description": "Keep a building reinstatement budget separate from land value, sale price and household contents. EUR planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "unitSystem": {
      "title": "Measurement system",
      "type": "string",
      "default": "metric",
      "enum": [
        "imperial",
        "metric"
      ],
      "x-optionLabels": {
        "imperial": "Imperial (US gallons / short tons where relevant)",
        "metric": "Metric"
      }
    },
    "area": {
      "title": "Insured floor area",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 150,
      "minimum": 0.01,
      "maximum": 10000000,
      "x-suffix": "m²"
    },
    "rebuildRate": {
      "title": "Verified local rebuild price per area unit",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-prefix": "EUR",
      "x-suffix": "/m²",
      "x-unit": "currency"
    },
    "demolition": {
      "title": "Demolition and clearance allowance",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "professionalFees": {
      "title": "Professional/statutory fee allowance",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "contingency": {
      "title": "Rebuild contingency",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 10,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "contents": {
      "title": "Separate contents replacement value",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "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": "EUR",
      "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": "EUR",
      "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": "EUR",
      "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": [
    "area",
    "rebuildRate",
    "demolition",
    "professionalFees",
    "contingency",
    "contents",
    "annualPremium",
    "annualFees",
    "monthlyFee",
    "spreadPercent"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/ie/rebuild-cost/",
    "queryExample": "https://askcalculators.com/ie/rebuild-cost/?unitSystem=metric&area=150&rebuildRate=0&demolition=0&professionalFees=0&contingency=10&contents=0&annualPremium=0&annualFees=0&monthlyFee=0&spreadPercent=15",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "building sum = (floor area × scoped rebuild rate + clearance + fees) × (1 + contingency).",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-ie-rebuild-cost.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": {
      "structure": {
        "title": "Area-based structure allowance",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "buildingSum": {
        "title": "Modeled building reinstatement sum",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2,
        "x-primary": true
      },
      "contentsSum": {
        "title": "Separate contents amount",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "annualPremium": {
        "title": "Entered annual premium",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "annualCost": {
        "title": "Annual premium and payment fees",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "monthlyEquivalent": {
        "title": "Monthly equivalent cost",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "low": {
        "title": "Low quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "high": {
        "title": "High quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      }
    }
  }
}
