Sri Lanka Flat Rate to Reducing Balance Interest Calculator
Sri Lankan leases and loans are advertised on a flat (add-on) rate that sounds low. This tool converts that flat rate into the true reducing-balance and effective annual rate — so you can compare a leasing offer against a bank loan on equal terms. Works both ways. No signup, sources cited.
How it works
Two lenders can quote the “same” interest rate and charge you wildly different amounts, because they are measuring it differently. The Central Bank of Sri Lanka explains the two methods in its guidance for non-bank financial institutions, using a Rs 100,000 loan at 10% for one year: the flat method charges Rs 10,000 interest, while the reducing-balance method charges noticeably less, because interest is only ever calculated on what you still owe.
Let P be the principal, n the number of monthly instalments, f the annual flat rate and r the monthly reducing rate.
- Flat instalment. Under the flat (add-on) method, interest is charged on the full original principal for the whole term:
interest = P × f × (n / 12). Total payable isP + interest, and the instalment is that total divided byn. - Solve for the reducing rate. The reducing-balance instalment is the standard amortisation formula
EMI = P × r × (1 + r)^n / ((1 + r)^n − 1). We find therthat makes this equal to the flat instalment. There is no closed form, so the tool solves it numerically by bisection (the instalment rises smoothly withr, so it always converges) to a tolerance of 1e-10. - Report the rates. The reducing nominal annual rate is
r × 12, and the effective annual rate (EAR), which accounts for monthly compounding, is(1 + r)^12 − 1.
Going the other way (reducing → flat) needs no iteration: set r = rate / 12, compute the reducing instalment, multiply by n for total payable, subtract the principal for total interest, then back out the flat rate as f = interest / (P × n / 12). As a sanity check the solver is compared against the textbook approximation r ≈ f × 2n / (n + 1), which is close for short terms but drifts on long ones — so the exact numerical solution is what the tool reports.
Worked examples
Frequently asked questions
Sources & references
- Central Bank of Sri Lanka — Non-Bank Financial Institutions FAQ (flat vs reducing-balance worked example)
- CBSL — Directions, circulars & guidelines for non-banks (Finance Business Act, No. 42 of 2011)
- Finance Leasing Act, No. 56 of 2000 (consolidated)
The flat and reducing-balance methods were last cross-checked against the CBSL guidance on 2026-06-29. The conversion itself is standard amortisation mathematics and does not change with regulation.
Related tools
Comments & feedback
Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.
Found a bug, edge case, or want to suggest an improvement?
Email me at [email protected] — most fixes ship within 24 hours.