contractor_parity
Calculate tax, benefits parity, and net spendable cash between W-2 salaried employment and 1099 independent contractor billing, solving the exact breakeven billing rate ($/hr).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ptoDays | No | W-2 paid time off days | |
| w2Salary | Yes | W-2 gross annual salary in USD ($/yr) | |
| eligibleQBI | No | Eligible for Section 199A 20% QBI deduction | |
| filingStatus | No | Tax filing status | single |
| hoursPerWeek | No | 1099 billable hours per week | |
| selectedRail | No | wise | |
| weeksPerYear | No | 1099 billable weeks per year | |
| annualExpenses | No | 1099 deductible business expenses ($/yr) | |
| targetCurrency | No | Target currency for international cross-border FX drag | EUR |
| match401kPercent | No | W-2 employer 401(k) match % | |
| healthSubsidyAnnual | No | Annual W-2 employer health insurance subsidy ($/yr) | |
| stateTaxRatePercent | No | State income tax rate % | |
| contractorHourlyRate | Yes | 1099 contractor hourly billing rate in USD ($/hr) |