calculate_us_federal_tax
Compute US federal income tax for 2026 using progressive brackets and standard deduction. Provide gross annual income and filing status to get taxable income, federal tax, and effective or marginal tax rates.
Instructions
Calculate US federal income tax for 2026 using progressive brackets with standard deduction. Returns: {gross_income, standard_deduction, taxable_income, federal_tax, effective_rate_pct, marginal_rate_pct, ...}. See list_bundles for related 'finance-us' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| income | Yes | Gross annual income in USD | |
| filing_status | No | Filing status | single |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |