{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/mortgage-calculator-uk/schema.json",
  "title": "Mortgage Calculator UK inputs",
  "description": "Calculate monthly mortgage payments for UK properties, including Loan-to-Value (LTV).",
  "type": "object",
  "properties": {
    "propertyPrice": {
      "title": "Property Price",
      "type": "number",
      "default": 250000
    },
    "deposit": {
      "title": "Deposit Amount",
      "type": "number",
      "default": 25000
    },
    "interestRate": {
      "title": "Interest Rate",
      "type": "number",
      "default": 4.5
    },
    "term": {
      "title": "Mortgage Term (Years)",
      "type": "number",
      "default": 25
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/mortgage-calculator-uk/",
    "queryExample": "https://askcalculators.com/calculator/mortgage-calculator-uk/?propertyPrice=250000&deposit=25000&interestRate=4.5&term=25",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Loan = property price − deposit; monthly repayment uses the standard amortizing-loan formula; LTV = loan ÷ property price × 100."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/mortgage-calculator-uk.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "7.0.0",
      "referenceCoverage": "references-pending",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "2026-08-18",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
