Long-term growth

Investment growth calculator

Investment growth should be read in two numbers: the future account balance and what that balance may buy after the inflation assumption.

Live model

Change an assumption.
Read the consequence.

The page is statically rendered and crawlable. The editor below loads Continuum’s production evaluator and stores nothing.

Production modelLoading live evaluator
Editable source
# Investment trajectory
initial_capital = 25000 in usd
monthly_investment = 800 in usd
return_rate = 7%
inflation_rate = 2%
horizon_years = 20
new_contributions = monthly_investment * 12 * horizon_years
total_contributed = initial_capital + new_contributions
inflation_factor = (1 + inflation_rate) ^ horizon_years

Inputs

What the model needs

Initial capital
The invested balance at the start of the projection.
Monthly investment
Recurring contributions added throughout the horizon.
Return rate
The nominal annual growth assumption before inflation.
Inflation rate
The annual purchasing-power reduction.
Horizon
The number of years contributions and compounding continue.

Method

Formulas stay visible

future_value = compounded initial capital + future value of recurring contributionsreal_future_value = nominal_future_value / (1 + inflation_rate)^yearstotal_contributed = initial_capital + monthly_investment × 12 × years

Continuum keeps the authored source canonical. The full production template adds interpretation and a richer preview without hiding these relationships.

Worked example

Twenty years of regular contributions

  • $25,000 starting capital
  • $800 monthly
  • 7% nominal return
  • 2% inflation
  • 20 years
ResultTotal cash contributed is $217,000 before any modeled growth.

The nominal projection will be larger than its real value. Both matter: one describes the account statement, the other the modeled purchasing power.

01

Stress-test it

  • Compare a lower return with the same contribution schedule.
  • Change monthly contributions before chasing small rate improvements.
  • Extend and shorten the horizon to see the value of time.
02

Use it when

  • Comparing contribution plans
  • Separating nominal wealth from purchasing power
  • Testing how delay changes a long-term target
03

Know the boundary

  • Actual returns vary and do not arrive smoothly.
  • Fees, taxes, and allocation changes require additional assumptions.
  • The projection is educational and is not investment advice.

Questions

Why is real future value lower?

It discounts the projected balance by the inflation assumption, expressing the result in roughly today’s purchasing power.

Does the calculator assume returns every month?

The full Continuum template uses the stated compounding frequency. Real markets are uneven, so the smooth path is a planning simplification.

Should contributions rise with inflation?

This model keeps a fixed contribution unless you explicitly change it. A separate growing-contribution scenario can better represent rising income.

Keep the reasoning

Turn this example into
your living model.

The full template opens as a local Continuum document. Edit every assumption, use the production preview, and keep the source.

Open investment growth calculator