calculate_property_tax_fr
Compute French annual property tax (taxe foncière) for property owners in France. Input your cadastral rental value and commune tax rate to get the annual tax due.
Instructions
Compute French taxe foncière (annual property tax). Use for owners of property in France. Inputs: cadastral rental value (valeur locative), commune rate %. Returns annual tax due. See list_bundles for related 'immobilier' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cadastral_value | Yes | Cadastral rental value (valeur locative cadastrale) in EUR | |
| commune_rate_pct | No | Commune tax rate in % (default 25) |
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. |