{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/us/unemployment/schema.json",
  "title": "Unemployment Benefit Budget Planner — United States inputs",
  "description": "Budget from an actual agency award with an explicitly verified partial-earnings rule. This does not determine eligibility, base-period wages, extensions or the maximum benefit award. USD planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "weeklyAward": {
      "title": "Weekly benefit in verified agency award",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 300,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "USD",
      "x-unit": "currency"
    },
    "weeks": {
      "title": "Remaining eligible payable weeks",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 12,
      "minimum": 0,
      "maximum": 104,
      "x-step": 1,
      "multipleOf": 1
    },
    "waitingWeeks": {
      "title": "Unpaid waiting weeks within this budget period",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 4,
      "x-step": 1,
      "multipleOf": 1
    },
    "earnings": {
      "title": "Weekly earnings during claim",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "USD",
      "x-unit": "currency"
    },
    "disregard": {
      "title": "Verified weekly earnings disregard",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "USD",
      "x-unit": "currency"
    },
    "offset": {
      "title": "Verified reduction rate on excess earnings",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 100,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "withholding": {
      "title": "Voluntary withholding assumption",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "rulesConfirmed": {
      "title": "Applicable jurisdiction rules and entered amounts independently verified",
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "weeklyAward",
    "weeks",
    "waitingWeeks",
    "earnings",
    "disregard",
    "offset",
    "withholding"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/us/unemployment/",
    "queryExample": "https://askcalculators.com/us/unemployment/?weeklyAward=300&weeks=12&waitingWeeks=0&earnings=0&disregard=0&offset=100&withholding=0&rulesConfirmed=0",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "Weekly amount = max(0, agency award − max(0, weekly earnings − disregard) × offset rate). Period amount = weekly amount × payable weeks.",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-us-unemployment.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "20.16.0",
      "referenceCoverage": "references-listed",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "weekly": {
        "title": "Modeled payable weekly amount",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      },
      "payableWeeks": {
        "title": "Budgeted payable weeks",
        "type": "number",
        "x-format": "integer",
        "x-digits": 2
      },
      "gross": {
        "title": "Modeled gross benefit for period",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2,
        "x-primary": true
      },
      "net": {
        "title": "Modeled cash after entered withholding",
        "type": "number",
        "x-format": "currency",
        "x-currency": "USD",
        "x-digits": 2
      }
    }
  }
}
