calculate_car_lease_vs_buy
Compare total costs of leasing versus buying a car. Enter car price, monthly lease, loan rate, and duration to receive a cost breakdown and recommendation for your automotive purchase decision.
Instructions
Compare leasing vs buying a car over the same period. Use for automotive purchase decisions. Inputs: car price, lease monthly cost, loan rate, ownership years. Returns total costs and recommendation. See list_bundles for related 'finance-universal' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| car_price | Yes | Car purchase price EUR | |
| lease_monthly | Yes | Monthly lease payment EUR | |
| lease_months | Yes | Lease duration months | |
| residual_value | Yes | Car residual value at lease end EUR | |
| loan_rate | Yes | Loan annual rate percent | |
| loan_months | Yes | Loan duration months |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |