{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/va-mortgage-calculator/schema.json",
  "title": "VA Mortgage Calculator inputs",
  "description": "Calculate VA loan payments including the VA Funding Fee. VA loans typically require no down payment and no PMI.",
  "type": "object",
  "properties": {
    "price": {
      "title": "Home Price",
      "type": "number",
      "default": 350000
    },
    "downPayment": {
      "title": "Down Payment",
      "type": "number",
      "default": 0
    },
    "rate": {
      "title": "Interest Rate",
      "type": "number",
      "default": 6
    },
    "term": {
      "title": "Loan Term (Years)",
      "type": "number",
      "default": 30
    },
    "fundingFeeRate": {
      "title": "VA Funding Fee",
      "type": "number",
      "default": 2.15
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/va-mortgage-calculator/",
    "queryExample": "https://askcalculators.com/calculator/va-mortgage-calculator/?price=350000&downPayment=0&rate=6&term=30&fundingFeeRate=2.15",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Financed amount = price − down payment + funding fee; monthly principal and interest use the standard installment-loan formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/va-mortgage-calculator.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
      }
    }
  }
}
