Methodology
How beMyCalc builds, tests, and documents financial calculators.
Calculations run in your browser
When you move a slider or type an amount, the math runs locally in your browser. We do not send loan balances, salaries, or investment amounts to our servers. Share links encode your inputs in the URL so you can bookmark or send a scenario — treat shared URLs like any link that contains personal numbers.
Standard formulas
Most tools use widely published financial math: reducing-balance EMI amortization, compound interest, SIP future value, CAGR, present/future value, and similar textbook formulas. Each calculator page includes a "How we calculate" panel with the specific equation used on that tool.
- SIP Calculator
FV = P × [((1 + r)^n − 1) / r] × (1 + r), where P = monthly SIP, r = monthly rate, n = months
- EMI Calculator
EMI = P × r × (1 + r)^n / ((1 + r)^n − 1), where P = principal, r = monthly rate, n = tenure in months
- Income Tax Calculator
Tax = progressive slab tax on taxable income − rebates + surcharges; taxable income = gross − deductions
- GST Calculator
GST amount = Base price × GST rate / 100; Total = Base + GST (or reverse: Base = Total / (1 + rate/100))
- PPF Calculator
Yearly balance compounds at the PPF rate; annual deposits capped at ₹1.5L with 15-year minimum lock-in
- Currency Converter
Converted amount = Amount × exchange rate (mid-market rate from live data feed)
India tax & government schemes
India income tax, HRA, and regime-compare tools use slab rates and deductions documented for FY 2024-25 (AY 2025-26). PPF, NPS, SSY, NSC, and similar scheme calculators let you enter the notified interest rate — we do not hard-code a single live government rate unless the tool explicitly states one as a default example.
Scheme limits (80C cap, PPF yearly maximum, etc.) follow commonly cited rules at the time of the last review. Indian rules change in Union Budgets and notifications — always confirm with the Income Tax portal, EPFO, or your chartered accountant before filing or investing.
Currency exchange rates
The currency converter fetches indicative mid-market rates from the Frankfurter API (European Central Bank reference data), cached for about an hour. Banks and card networks apply their own spreads and fees — use the exchange calculator to model fees separately.
Worked examples & SEO content
Calculator pages may show sample scenarios (e.g. ₹10L loan at 8.5% for 20 years). These are illustrations to explain the tool, not recommendations. Guides on /guides link to calculators so you can replace example numbers with your own.
How we update tools
- India tax slabs and standard deductions when a new financial year is notified.
- Default example rates when major scheme notifications change.
- Formula bugs reported via contact or on-page "Report an issue" links.
- New calculators when user demand and formula clarity justify a dedicated tool.
Report an error
Found a wrong formula, outdated slab, or broken share link? Email support@bemycalc.com or use the contact form with the calculator URL and your expected result.
See also: About beMyCalc · Disclaimer