calculate_travel_budget
Estimate total trip budget by category (transport, accommodation, food, activities). Provide destination, number of days, and traveler count to receive a per-day and total cost breakdown for trip planning.
Instructions
Estimate total trip budget by category (transport, accommodation, food, activities). Use for trip planning. Inputs: destination, days, traveler count, comfort level. Returns total and per-day breakdown. See list_bundles for related 'voyage' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination | Yes | Destination region | |
| days | Yes | Number of travel days | |
| travelers | Yes | Number of travelers |
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. |