hiring.cost_calculator
Calculate the true cost of hiring an employee or apprentice in a specific Australian state. Includes base salary, super (12%), workers comp, payroll tax, leave provisions, tools, vehicle, and government incentives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Australian state: NSW, VIC, QLD, SA, WA, TAS, NT, ACT | |
| trade | Yes | Trade category for incentive calculation | |
| baseSalary | Yes | Annual base salary ($). Use hiring.wage_data to find market rates. | |
| includeTools | No | Include tool costs? | |
| isApprentice | No | Is this an apprentice? | |
| apprenticeYear | No | Apprenticeship year (1-4). Only if isApprentice=true. | |
| includeVehicle | No | Include vehicle costs? |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||