{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/take-home-paycheck-calculator/schema.json",
  "title": "Take-Home Paycheck Calculator inputs",
  "description": "Estimate your net pay after federal, state, and FICA taxes.",
  "type": "object",
  "properties": {
    "salary": {
      "title": "Gross Income",
      "type": "number",
      "default": 75000
    },
    "hoursPerWeek": {
      "title": "Hours Per Week",
      "type": "number",
      "default": 40
    },
    "stateTaxRate": {
      "title": "State Tax Rate (Est.)",
      "type": "number",
      "default": 5
    },
    "payPeriod": {
      "title": "Pay Period",
      "type": "string",
      "default": "annual"
    },
    "filingStatus": {
      "title": "Filing Status",
      "type": "string",
      "default": "single"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/take-home-paycheck-calculator/",
    "queryExample": "https://askcalculators.com/calculator/take-home-paycheck-calculator/?salary=75000&hoursPerWeek=40&stateTaxRate=5&payPeriod=annual&filingStatus=single",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Take-home pay = gross pay − 2026 federal income tax − Social Security − Medicare − entered state-tax estimate, converted to the selected pay period."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/take-home-paycheck-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
      }
    }
  }
}
