estimate_state_tax
Estimate state income tax for a state and tax year using a versioned calculation profile. Provide filing status and income to get the amount; unsupported state-year paths fail closed.
Instructions
Estimate state income tax using an explicit tax-year calculation profile. Unsupported state-year paths fail closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxYear | Yes | Tax year for the versioned state calculation profile | |
| stateCode | Yes | Two-letter state code | |
| filingStatus | No | Filing status (default: single) | |
| taxableIncome | No | Deprecated alias for incomeBeforeStateDeductions | |
| incomeBeforeStateDeductions | No | State income before the modeled state standard deduction and personal exemption |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| error | No | ||
| isError | Yes |