Compare home-loan balance transfer (calculator)
compare_balance_transferCompare staying on your current home loan vs. transferring (refinancing) to a lower rate. Pure deterministic math — no advice, no loan-approval claim. Use when the user asks "should I switch lenders / transfer my loan / refinance". Returns new EMI, interest saved over the remaining tenure, switching cost, net saving, and the breakeven month. Always surface the disclaimer field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flatCosts | No | Flat legal + valuation charges in INR. Defaults to ₹12,500. | |
| newRatePercent | Yes | New lender annual interest rate (percent). | |
| processingFeePct | No | New-lender processing fee on the balance (percent). Defaults to 0.5%. | |
| currentRatePercent | Yes | Current annual interest rate (percent). | |
| outstandingPrincipal | Yes | Current outstanding home-loan principal in INR. | |
| remainingTenureYears | Yes | Years left on the loan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | ||
| newEmi | Yes | ||
| worthIt | Yes | ||
| netSaving | Yes | ||
| currentEmi | Yes | ||
| disclaimer | Yes | ||
| assumptions | Yes | ||
| attribution | Yes | ||
| switchingCost | Yes | ||
| newRatePercent | Yes | ||
| breakevenMonths | Yes | ||
| monthlyEmiSaving | Yes | ||
| newTotalInterest | Yes | ||
| currentRatePercent | Yes | ||
| grossInterestSaved | Yes | ||
| currentTotalInterest | Yes | ||
| outstandingPrincipal | Yes | ||
| remainingTenureYears | Yes |