estimate_state_tax
Calculate state income tax estimates using state-specific tax brackets for given taxable income and filing status.
Instructions
Estimate state income tax for a given income and state. Simplified calculation using state brackets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stateCode | Yes | Two-letter state code | |
| taxableIncome | Yes | State taxable income (after state deductions) | |
| filingStatus | No | Filing status (default: single) |