Estimate home-loan EMI (calculator)
calculate_home_affordabilityEstimate the monthly home-loan EMI / monthly payment in India — a home-loan calculator. Deterministic math; not advice or a loan-approval claim. Two modes: pass propertyValue (80% LTV assumed) OR loanAmount for a specific loan (e.g. "₹50 lakh loan"). Use for "what would my EMI be" / "monthly payment on …". The response assumptionNote states the basis in plain words. Always surface the disclaimer field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loanAmount | No | Loan amount in INR. Pass this when the user states a specific loan (e.g. "₹50 lakh loan") rather than a property price. Defaults to 80% of propertyValue if omitted. | |
| tenureYears | No | Loan tenure in years. Defaults to 20. | |
| propertyValue | Yes | Property value (price) in INR. When the user states a property/home price, put it here — an 80% loan is assumed unless loanAmount is also given. | |
| interestRatePercent | No | Annual interest rate (percent). Defaults to current market estimate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emi | Yes | ||
| cards | Yes | ||
| disclaimer | Yes | ||
| loanAmount | Yes | ||
| assumptions | Yes | ||
| attribution | Yes | ||
| tenureYears | Yes | ||
| totalPayment | Yes | ||
| totalInterest | Yes | ||
| assumptionNote | Yes | ||
| inputPropertyValue | Yes | ||
| interestRatePercent | Yes |