calculate_debt_capacity
Compute maximum loan capacity under French HCSF 35% debt ratio rule using income, debts, rate, and duration.
Instructions
Calculate maximum loan capacity using French HCSF 35% debt ratio rule. Returns: {max_monthly_payment, max_loan, note}. See list_bundles for related 'immobilier' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_income | Yes | Net monthly income in EUR | |
| existing_debts | No | Existing monthly debt payments in EUR (default 0) | |
| rate | No | Annual interest rate in % (default 3.5) | |
| duration_years | No | Loan duration in years (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. |