calculate_moving_cost_detailed
Estimate moving cost based on volume (m³), distance (km), floor level, and elevator availability. Returns base cost, total cost in EUR, and a note.
Instructions
Estimate detailed moving cost based on volume, distance and floor. Returns: {base_cost, total_cost_eur, note}. See list_bundles for related 'immobilier' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume_m3 | Yes | Volume of goods to move in m3 | |
| distance_km | Yes | Moving distance in km | |
| floor | No | Floor number (default 0 = ground floor) | |
| elevator | No | Whether elevator is available (default true) |
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. |