Raise / Bonus True Value
raise_bonus_valueRaise / Bonus True Value — Shows how much of a raise or bonus you actually keep after marginal tax and lifestyle inflation. Returns a one-line verdict plus a link to the full interactive page with the numbers pre-filled. Accepts only numbers and enums.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | One of: raise, bonus. | |
| year | No | Tax year, e.g. 2026. Omit to use the current tax year. | |
| stateCode | Yes | Two-letter US state code, e.g. CA, TX, NY. | |
| raiseAmount | Yes | A non-negative number (US dollars unless the field name says otherwise). | |
| filingStatus | Yes | One of: single, married_joint, married_separate, head_of_household. | |
| currentSalary | Yes | A non-negative number (US dollars unless the field name says otherwise). | |
| annualInflationPercent | No | Percentage from 0 to 100. | |
| lifestyleInflationPercent | No | Percentage from 0 to 100. |