Baruch Studio

fin-3610 · Time, money, and interest rates

The Time Value of Money

Three rules of time travel: discount the future, compound the past, never add cash flows from different dates. The single most important computational skill in finance.

⏱ 25 min Tags: fin-3610, Berk-DeMarzo Ch 4, TVM

Learning objectives

  • Apply the three rules of time travel to a single cash flow.
  • Compute present value (PV) and future value (FV) given a discount rate r and horizon T.
  • Use the Rule of 72 to estimate doubling times in your head.

A dollar today vs a dollar tomorrow

You can earn interest on a dollar you have today. A dollar promised next year can’t earn interest until you actually receive it. So a dollar today is worth more than a dollar tomorrow, even ignoring inflation, default risk, and your patience.

The exchange rate between dollars at different dates is the interest rate rr. Specifically, if the one-year interest rate is rr:

  • $1 today = $(1 + r) next year (compounding forward).
  • $1 next year = $1 / (1 + r) today (discounting back).

Everything else in TVM is just iterating this rule across multiple periods.

The three rules of time travel

Berk and DeMarzo state these as three numbered rules. They are easy to memorize and impossible to violate without making a finance mistake.

Rule 1. Only cash flows at the same point in time can be compared or combined. Adding “$100 today” to “$100 in five years” is meaningless until you’ve moved one of them to the other date.

Rule 2. To move a cash flow forward in time by TT periods, compound it:

FV  =  C×(1+r)T.FV \;=\; C \times (1 + r)^T.

Rule 3. To move a cash flow backward in time by TT periods, discount it:

PV  =  C(1+r)T.PV \;=\; \frac{C}{(1 + r)^T}.

That’s the entire toolkit. Every multi-period NPV calculation is just Rules 2 and 3 applied repeatedly and Rule 1 applied to sum the results.

Play with it

NPV = $578, IRR ≈ 21.2%

Cashflows by year

NPV sensitivity to discount rate

Set CF₀ to 0 and the base annual CF to $100 with growth = 0. The right-panel “NPV(r)” line shows how PV changes with the discount rate. Drag rr from 2% to 15% and watch a flat $100-per-year stream’s PV halve as rr doubles.

A few worked examples

Example 1. You’ll receive $1,000 in five years. Discount rate is 6%. What is it worth today?

PV=1000(1.06)5=10001.3382$747.26.PV = \frac{1000}{(1.06)^5} = \frac{1000}{1.3382} \approx \$747.26.

Example 2. You invest $5,000 today at 8% for 10 years (annual compounding). How much do you have?

FV=5000×(1.08)10=5000×2.1589$10, ⁣795.FV = 5000 \times (1.08)^{10} = 5000 \times 2.1589 \approx \$10,\!795.

Example 3. Your friend offers you $500 today or $600 in three years. Which is better if you can earn 5% on safe investments?

Move both to today’s dollars:

  • Option A: $500 (already today).
  • Option B: $600 / (1.05)^3 = 600 / 1.1576 ≈ $518.30.

Take option B; it’s worth about $18.30 more in today’s dollars.

The Rule of 72

A useful mental shortcut: at interest rate rr (in percent), an investment doubles in approximately 72/r72 / r years.

  • At 4%: doubles in 18 years.
  • At 6%: doubles in 12 years.
  • At 9%: doubles in 8 years.
  • At 12%: doubles in 6 years.

This is exact within 2-3% for rates between 4% and 15%. Useful for quick sanity checks: “If my mutual fund averages 7%, it should double roughly every 10 years.”

When does rr change?

In the basic TVM setup, we use a single rate rr for the entire horizon. In reality interest rates differ by horizon (the yield curve, covered next lesson) and by risk (the cost of capital, covered in Unit 4). The mechanics of compounding and discounting don’t change; only the choice of which rr to plug in changes.

The discipline: never write down a future cash flow without also writing down the date it occurs on. Date-mismatched cash flows are the source of nearly every preventable TVM mistake.

10-year US Treasury constant maturity rate, daily, from 1962 to 2024.
The 10-year US Treasury yield since 1962, a sensible reference for the discount rate $r$ in long-horizon TVM problems. The Volcker-era peak above 15% (1981) and the post-2008 secular low under 1% (mid-2020) bracket the range you should expect to plug into a 10-year present-value calculation across different decades.Source: FRED, St. Louis Fed (DGS10)
Practice quiz →