Freelance Rate Floor
freelance_rate_floorFreelance Rate Floor — Calculates the hourly rate a freelancer must bill to match a given salary after self-employment tax and lost benefits. 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 |
|---|---|---|---|
| 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. | |
| 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). | |
| annualBenefitsValue | Yes | A non-negative number (US dollars unless the field name says otherwise). | |
| billableHoursPerYear | No | A non-negative number (US dollars unless the field name says otherwise). |