calculate_rental_yield_gross
Calculate gross rental yield by dividing annual rent (monthly rent × 12) by the property purchase price. Input property price and monthly rent to obtain the yield percentage for real estate investment analysis.
Instructions
Calculate gross rental yield from property price and monthly rent. Returns: {gross_yield_pct}. See list_bundles for related 'immobilier' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purchase_price | Yes | Property purchase price in EUR | |
| monthly_rent | Yes | Monthly rent in EUR |
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. |