sg_affordability
Calculate maximum affordable property price and loan in Singapore based on income, debts, and loan type using MAS TDSR/MSR rules.
Instructions
Calculate Singapore property loan affordability under MAS TDSR/MSR framework. Checks if a borrower can afford a property based on Total Debt Servicing Ratio (55%), Mortgage Servicing Ratio (30% for HDB), LTV limits, and stress-tested interest rates. Returns max affordable loan and property price. (PAID — auto-pay if wallet configured)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loan_type | No | hdb=HDB loan, bank_hdb=bank loan for HDB, bank_private=bank loan for private property | bank_private |
| borrower_age | No | Age of youngest borrower | |
| monthly_income | Yes | Gross monthly income in SGD (all borrowers combined) | |
| property_price | Yes | Property purchase price in SGD | |
| loan_tenure_years | No | Loan tenure in years (max 30 HDB, 35 private) | |
| housing_loan_count | No | Number of outstanding housing loans including this one | |
| existing_monthly_debt | No | Total existing monthly debt obligations (car loans, credit cards, other mortgages) |