SHARE: 
 
OPEN AS SLIDE SHOW

TVM: Single Cash Flows

 
 

The Time Value of Money: Single Cash Flows

Motivation

What does it mean to say that money has “time value”? Essentially it means that $1 (or €1 or ¥1 or £1) promised for some future date has a different value (usually lower) than the same amount today.

  • For example, $100 promised two years from now might be worth $90 today. By “worth” we mean that a saver (lender) would voluntarily give up $90 today in exchange for a promise (offered by the borrower) of $100 two years hence. The value today ($90) is called the present value (PV) of the amount promised ($100). And the ratio (0.9) is called the discount factor.

  • The time value of money (TVM) is often expressed in terms of an annual interest rate (or discount rate), compounded with some frequency (typically annually or semi-annually). Compounding means you earn interest on interest. In the example above, the corresponding interest rate would be 5.409% (annually compounded for two years) since `\$90(1 + 5.409\%)^2 = \$100`.

The Discount Rate

The TVM discount factor (or corresponding discount rate) is determined by a number of factors:

  • Supply of savings – by those wishing to shift consumption from present to future (e.g. for retirement)
  • Demand for loans – by those wishing to shift consumption from future to present (e.g. for investment)
  • Maturity (i.e. the future date when the money is due to be repaid)
  • Expected inflation (or deflation), which affects the purchasing power of cash in the future
  • Credit risk, which reflects the possibility that the loan won’t be repaid in full and on time

In this presentation, we’ll cover the basic mechanics of understanding and calculating the time value of money.

A General Approach

Say we have $1 today, and we can invest this dollar every year at 7% per year.

  • Then at the end of 1 year we’ll have `\$1(1 + 0.07) = \$1.07`
  • At the end of two years we’ll have `\$1.07(1 + 0.07) = \$1(1.07)(1.07) = \$1(1.07^2) = \$1.1449`
  • At the end of 3 years we’ll have `\$1.1449(1.07) = \$1(1.07^3) = \$1.2250`
  • At the end of n years …

The General Formula

Proceeding this way for n periods (here a period is a year), we can see the future value (FV) of some amount of money today (denote this as PV) at time n is:

  • `FV = PV(1 + r)^n`

  • Where we assume we can reinvest our money every year at r.

Interactive App

The following app will calculate the future value of $1 for every year up to the maximum year you select. You can also select the interest rate per year.

  • Note the marked exponential increase as you increase the interest rate and number of years. This shows the exponential effect of compounding.

  • You can also use the app to see the effect of small differences in interest rates on the future value over many years. For example, the future value of a dollar is worth 33% more if invested for 30 years at 5% instead of 4%.



Rearranging the Formula

So now that we have the general formula which describes how a single cash flow moves through time:

  • `FV = PV(1 + r)^n`

We can now use this to solve for the PVr and n. Rearranging for the present value gives:

  • `PV = \frac{FV}{(1+r)^n}`

  • This shows that the present value decreases if the interest rate increases. This relationship is very important in asset pricing.
  • Findng the present value is often termed discounting.



The Interest Rate

Solving our equation for the interest rate we have:

`r = n\sqrt{\frac{FV}{PV}} - 1`

  • Holding other variables constant, the rate per period `r` is increasing in `FV` and decreasing in `PV` and `r`.

The Number of Periods

Lastly, solving for the number of periods yields:

`n = \frac{ln(\frac{FV}{PV})}{ln(1+r)}`

  • Holding other variables constant, the number of periods `n` is also increasing in `FV`, and decreasing in `PV` and `r`.


Credits and Collaboration

Click the following links to see the codeline-by-line contributions to this presentation, and all the collaborators who have contributed to 5-Minute Finance via GitHub.

Learn more about how to contribute here.