Driver Cost Calculator
Calculate the true fully-loaded cost per driver including salary, benefits, accommodation,
Formula: base_monthly = basic_salary + allowances_monthly + accommodation_monthly + gratuity_provision_monthly; annual_amortised = (visa_cost_annual + medical_insurance_annual + training_cost_annual) / 12; fully_loaded_monthly_per_driver = base_monthly + annual_amortised; total_monthly_driver_cost = fully_loaded_monthly_per_driver * driver_count; total_annual_driver_cost = total_monthly_driver_cost * 12; driver_cost_breakdown_pct = basic_salary / fully_loaded_monthly_per_driver * 100
Calculate the true fully-loaded cost per driver including salary, benefits, accommodation, visa, medical, and overhead allocation.
Inputs
Results
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
base_monthly = basic_salary + allowances_monthly + accommodation_monthly + gratuity_provision_monthly; annual_amortised = (visa_cost_annual + medical_insurance_annual + training_cost_annual) / 12; fully_loaded_monthly_per_driver = base_monthly + annual_amortised; total_monthly_driver_cost = fully_loaded_monthly_per_driver * driver_count; total_annual_driver_cost = total_monthly_driver_cost * 12; driver_cost_breakdown_pct = basic_salary / fully_loaded_monthly_per_driver * 100Use for estimation. Verify safety-critical calculations with qualified review.