{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/net-worth-calculator/schema.json",
  "title": "Net Worth Calculator inputs",
  "description": "Calculate your total net worth by subtracting liabilities from assets.",
  "type": "object",
  "properties": {
    "cash": {
      "title": "Cash & Savings",
      "type": "number",
      "default": 15000
    },
    "investments": {
      "title": "Investments",
      "type": "number",
      "default": 50000
    },
    "realEstate": {
      "title": "Real Estate",
      "type": "number",
      "default": 300000
    },
    "vehicles": {
      "title": "Vehicles",
      "type": "number",
      "default": 25000
    },
    "otherAssets": {
      "title": "Other Assets",
      "type": "number",
      "default": 10000
    },
    "mortgage": {
      "title": "Mortgage",
      "type": "number",
      "default": 220000
    },
    "loans": {
      "title": "Loans (Student, Auto)",
      "type": "number",
      "default": 15000
    },
    "creditCards": {
      "title": "Credit Card Debt",
      "type": "number",
      "default": 2000
    },
    "otherDebts": {
      "title": "Other Debts",
      "type": "number",
      "default": 0
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/net-worth-calculator/",
    "queryExample": "https://askcalculators.com/calculator/net-worth-calculator/?cash=15000&investments=50000&realEstate=300000&vehicles=25000&otherAssets=10000&mortgage=220000&loans=15000&creditCards=2000&otherDebts=0",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Net worth = total assets − total liabilities."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/net-worth-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
      }
    }
  }
}
