tax_planning__progressive_tax
Calculate progressive tax liability by applying income to a tiered rate structure with defined brackets.
Instructions
[tax-planning] brackets: (upper_bound, rate) ascending; last bound may be float('inf').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| income | Yes | ||
| brackets | Yes |