{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/estate-tax-calculator/schema.json",
  "title": "Estate Tax Calculator inputs",
  "description": "Estimate the federal estate-tax amount above the 2026 basic exclusion using a simplified top-rate model.",
  "type": "object",
  "properties": {
    "estateValue": {
      "title": "Total Estate Value ($)",
      "type": "number",
      "default": 15000000
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/estate-tax-calculator/",
    "queryExample": "https://askcalculators.com/calculator/estate-tax-calculator/?estateValue=15000000",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Estimated taxable estate = max(gross estate − 2026 federal exclusion, 0); estimated federal estate tax = taxable estate × 40%.",
      "note": "Simplified federal estimate using the top rate on value above the entered-year exclusion; deductions, gifts, portability, state estate tax, and graduated rates are excluded."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/estate-tax-calculator.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "7.0.0",
      "referenceCoverage": "references-listed",
      "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
      }
    }
  }
}
