calculate_debt_service_ratio
Calculate debt-to-income ratio and maximum additional loan capacity using monthly income and existing debts, adhering to a 35% debt limit.
Instructions
Calculate debt-to-income ratio and maximum additional loan capacity. Returns: {ratio_pct, max_monthly_debt_35pct, max_additional_loan_payment, status}. See list_bundles for related 'immobilier' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_income | Yes | Net monthly income EUR | |
| monthly_debts | Yes | Existing monthly debt payments 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. |