calculate_capital_gains_property
Compute French property capital gains tax for secondary residence sales. Input purchase and sale prices and years held to get tax due, social charges, and net gain.
Instructions
Compute French property capital gains tax (plus-value immobilière) including duration abatements. Use for sellers of secondary residence. Inputs: purchase price, sale price, years held, work cost. Returns tax due, social charges, net gain. See list_bundles for related 'finance-france' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purchase_price | Yes | Original purchase price in euros | |
| sale_price | Yes | Sale price in euros | |
| years_held | Yes | Number of years the property was held |
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. |