Maturity Amount
$ {{ format(maturityAmount) }}
After tax & inflation: $ {{ format(realMaturityAmount) }}
$ {{ format(principal) }} Principal $ {{ format(netInterestEarned) }} Interest (net)
$
% / yr
yrs mos
%
%
YearInterest ($)Ending ($)
{{ r.year }} {{ format(r.interestCum) }} {{ format(r.ending) }}
MonthInterest ($)Ending ($)
{{ r.period }} {{ format(r.interestCum) }} {{ format(r.ending) }}

Introduction:

Fixed deposits—also called time deposits—lock a lump sum in an interest-bearing account for a preset term. Because the bank compounds interest at stated intervals and early withdrawals attract penalties, fixed deposits appeal to savers prioritising stable growth over ready liquidity. National deposit-insurance schemes further enhance perceived safety.

This calculator lets you project the maturity value of a single fixed deposit. Input principal, nominal annual rate, tenure, and compounding frequency, then optionally account for withholding tax and expected inflation. The reactive engine recomputes schedules instantly and visualises balances with an interactive charting layer.

Use it to compare banks, align maturities with life goals, or test inflation scenarios. Figures are illustrative and assume rates remain constant for the entire term.

Technical Details:

Foundational Principles

Compound interest grows capital geometrically because each period’s interest joins the principal base. The effective annual yield therefore rises with compounding frequency. Tax on interest reduces the net addition, while inflation erodes purchasing power; adjusting the nominal maturity by consumer-price inflation converts the result into “real” terms. The calculator models discrete monthly time steps so any frequency—including semi-annual or quarterly periods—fits within one loop.

Formula Overview

A=P (1+ rn)nt
I_net=(AP)(1τ)
A_real= A (1+π)t

Variables & Parameters

SymbolMeaningUnitTypical RangeSensitivity
PPrincipalCurrency$1 000 – $1 000 000High
rNominal annual rate% / yr0.5 – 12High
nCompounding periods per yearcount1 – 12Medium
tTenureyears0.25 – 10High
τTax rate on interest%0 – 40Medium
πInflation rate% / yr0 – 10Medium

Scoring & Categorisation

  • Maturity speed: Monthly > Quarterly > Semi-annual > Annual.
  • Real gain bands: < 2 % minimal, 2–5 % moderate, > 5 % substantial.
  • Tax impact: > 25 % erodes more than one compounding level.

Representative Calculation

Scenario: P = $10 000, r = 4 %, n = 4 (quarterly), t = 3 years, τ = 0 %, π = 0 %.

A=10 000 (1+ 0.044)12 =11 268.25

Maturity equals $11 268.25, implying $1 268.25 of gross interest.

Edge Cases & Assumptions

  • If tenure is zero, returns the initial principal no compounding.
  • Negative or null rates are coerced to zero to prevent nonsensical growth.
  • Inflation is assumed constant; volatile CPI paths are not modelled.
  • Rounding applies two-decimal precision at each schedule record, potentially introducing tiny drift.

Performance & Stability

The algorithm iterates once per month, yielding O(months) time complexity and negligible memory overhead. All calculations execute client-side in double-precision IEEE-754 floats; for tenures under 30 years the rounding error stays below one cent. The charting layer re-renders on resize events but frees resources when tabs change to conserve GPU memory.

Step-by-Step Guide:

Follow this flow to model a deposit accurately:

  1. Enter the deposit Principal in currency units.
  2. Specify the nominal yearly Interest rate.
  3. Set tenure—years and months—matching the certificate term.
  4. Choose Compounding frequency to mirror the bank’s policy.
  5. Open Advanced to add tax and inflation assumptions when comparing real returns.
  6. Review headline figures, explore tables, and download CSV schedules for records.

FAQ:

What compounding option should I pick? Banks usually compound quarterly, but always confirm with product terms; choose the option that matches those terms for precise projections.
Does the tool include partial-year interest? Yes. Tenure may include months, and the algorithm prorates compounding so values reflect exact duration rather than rounding to whole years.
Is my data stored? No. All inputs stay within your browser session and disappear when the tab closes; nothing is transmitted or retained server-side.
How accurate are inflation adjustments? They apply a steady annual rate, which simplifies reality; use conservative numbers or run multiple scenarios to bracket possible outcomes.
Why is net interest lower than gross? Applying a tax rate reduces the cumulative interest before adding it to principal, mirroring withholding tax deducted by many jurisdictions.

Glossary:

Compound Interest
Interest calculated on the initial principal and previously earned interest.
Maturity Amount
Total balance at term end, including principal and net interest.
Real Value
Purchasing-power-adjusted balance after accounting for inflation.
Withholding Tax
Percentage of interest retained by the institution for tax authorities.
Compounding Frequency
Number of times per year the bank credits interest to the account.
Embed this tool into your website using the following code: