calculate_rental_yield_net
Calculate net rental yield by accounting for annual charges, taxes, insurance, and vacancy rate. Get net yield percentage, effective annual rent, and net income for property investment analysis.
Instructions
Calculate net rental yield after charges and vacancy. Returns: {net_yield_pct, effective_annual_rent, net_income}. See list_bundles for related 'immobilier' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purchase_price | Yes | Property price EUR | |
| monthly_rent | Yes | Monthly rent EUR | |
| annual_charges | Yes | Annual charges, taxes, insurance EUR | |
| vacancy_rate | Yes | Vacancy rate percent |
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. |