Portals
A-Z
Categories
Random
NeXT
History of Lithuania (1219–1295)
Extraterrestrial life
Chambersburg, Pennsylvania
Red Dwarf
Are You Smarter Than a 5th Grader? (US game show)
Telecommunication
Funerary art
Federal Bridge Gross Weight Formula
Exponentiation
edit page
history/authors
discussion

Time value of money




The time value of money is based on the premise that an investor prefers to receive a payment of a fixed amount of money today, rather than an equal amount in the future, all else being equal.

All of the standard calculations are based on the most basic formula, the present value of a future sum, "discounted" to the present. For example, a sum of FV to be received in one year is discounted (at the appropriate rate of r) to give a sum of PV at present.

Some standard calculations based on the time value of money are:

Present Value (PV) of an amount that will be received in the future.
Present Value of a Annuity (PVA) is the present value of a stream of (equally-sized) future payments, such as a mortgage.
Present Value of a Perpetuity is the value of a regular stream of payments that lasts "forever", or at least indefinitely.
Future Value (FV) of an amount invested (such as in a deposit account) now at a given rate of interest.
Future Value of an Annuity (FVA) is the future value of a stream of payments (annuity), assuming the payments are invested at a given rate of interest.

Contents

[edit] Calculations

There are several basic equations that represent the equalities listed above. The solutions may be found using (in most cases) the formulas, a financial calculator or a spreadsheet. The formulas are programmed into most financial calculators and several spreadsheet functions (such as PV, FV, RATE, NPER, and PMT).

For any of the equations below, the formulae may also be rearranged to determine one of the other unknowns. In the case of the standard annuity formula, however, there is no closed-form algebraic solution for the interest rate (although financial calculators and spreadsheet programs can readily determine solutions through rapid trial and error algorithms).

These equations are frequently combined for particular uses. For example, bonds can be readily priced using these equations. A typical coupon bond is composed of two types of payments: a stream of coupon payments similar to an annuity, and a lump-sum return of capital at the end of the bond's maturity - that is, a future payment. The two formulas can be combined to determine the present value of the bond.

An important note is that the interest rate i is the interest rate for the relevant period. For an annuity that makes one payment per year, i will be the annual interest rate. For an income or payment stream with a different payment schedule, the interest rate must be converted into the relevant periodic interest rate, For example, a monthly rate for a mortgage with monthly payments requires that the interest rate be divided by 12 (see the example below). See compound interest for details on converting between different periodic interest rates.

The rate of return in the calculations can be either the variable solved for, or a predefined variable that measures a discount rate, interest, inflation, rate of return, cost of equity, cost of debt or any number of other analogous concepts. The choice of the appropriate rate is critical to the exercise, and the use of an incorrect discount rate will make the results meaningless.

For calculations involving annuities, you must decide whether the payments are made at the end of each period (known as an ordinary annuity), or at the beginning of each period (known as an annuity due). If you are using a financial calculator or a spreadsheet, you can usually set it for either calculation. The following formulas are for an ordinary annuity. If you want the answer for the Present Value of an annuity due simply multiply the PV of an ordinary annuity by (1 + i).

[edit] Formulas

[edit] Present value of a future sum

The present value formula is the core formula for the time value of money; each of the other formulae is derived from this formula. For example, the annuity formula is the sum of a series of present value calculations.

  • The present value (PV) formula has four variables, each of which can be solved for:
    1. PV is the value at time=0
    2. FV is the value at time=n
    3. i is the rate at which the amount will be compounded each period
    4. n is the number of periods
Failed to parse (Missing texvc executable;

please see math/README to configure.): PV \ = \ \frac{FV}{(1+i)^n}


The cumulative present value of future cash flows can be calculated by summing the contributions of Failed to parse (Missing texvc executable; please see math/README to configure.): FV_{t} , the value of cash flow at time=t

Failed to parse (Missing texvc executable;

please see math/README to configure.): PV \ = \ \sum_{t=0}^{n} \frac{FV_{t}}{(1+i)^t}


Note that this series can be summed for a given value of n, or when n is Failed to parse (Missing texvc executable; please see math/README to configure.): \infty .[1] This is a very general formula, which leads to several important special cases given below.

[edit] Present value of an annuity for n payment periods

In this case the cash flow values remain the same throughout the n periods. The present value of an annuity (PVA) formula has four variables, each of which can be solved for:

    1. PVA the value of the annuity at time=0
    2. A the value of the individual payments in each compounding period
    3. i equals the interest rate that would be compounded for each period of time
    4. n is the number of payment periods.
      Failed to parse (Missing texvc executable;

please see math/README to configure.): PV(A) \,=\,\frac{A}{i} \cdot \left[ {1-\frac{1}{\left(1+i\right)^n}} \right]


To get the PV of an annuity due, multiply the above equation by (1 + i).

[edit] Present value of a growing annuity

In this case the each cash flow grows by a factor of (1+g). Similar to the formula for an annuity, the present value of a growing annuity (PVGA) uses the same variables with the addition of g as the rate of growth of the annuity (A is the annuity payment in the first period). This is a calculation that is rarely provided for on financial calculators.

Failed to parse (Missing texvc executable;

please see math/README to configure.): PV\,=\,{A \over (i-g)}\left[ 1- \left({1+g \over 1+i}\right)^n \right]


To get the PV of a growing annuity due, multiply the above equation by (1 + i).

[edit] Present value of a perpetuity

When Failed to parse (Missing texvc executable; please see math/README to configure.): n \rightarrow\infty , the PV of a perpetuity (a perpetual annuity) formula becomes simple division.

Failed to parse (Missing texvc executable;

please see math/README to configure.): PV(P) \ = \ { A \over i }


[edit] Present value of a growing perpetuity

When the perpetual annuity payment grows at a fixed rate (g) the value is theoretically determined according to the following formula. In practice, there are few securities with precisely these characteristics, and the application of this valuation approach is subject to various qualifications and modifications. Most importantly, it is rare to find a growing perpetual annuity with fixed rates of growth and true perpetual cash flow generation. Despite these qualifications, the general approach may be used in valuations of real estate, equities, and other assets.

Failed to parse (Missing texvc executable;

please see math/README to configure.): PVGP \ = \ { A \over (i-g) }


This is the well known Gordon Growth model used for stock valuation.

[edit] Future value of a present sum

  • The future value (FV) formula is similar and uses the same variables.
Failed to parse (Missing texvc executable;

please see math/README to configure.): FV \ = \ PV \cdot (1+i)^n


[edit] Future value of an annuity

  • The future value of an annuity (FVA) formula has four variables, each of which can be solved for:
    1. FV(A), the value of the annuity at time = n
    2. A, the value of the individual payments in each compounding period
    3. i, the interest rate that would be compounded for each period of time
    4. n, the number of payment periods
      Failed to parse (Missing texvc executable;

please see math/README to configure.): FV(A) \,=\,A\cdot\frac{\left(1+i\right)^n-1}{i}


[edit] Future value of a growing annuity

  • The future value of a growing annuity (FVA) formula has five variables, each of which can be solved for:
    1. FV(A), the value of the annuity at time = n
    2. A, the value of the individual payments in each compounding period
    3. i, the interest rate that would be compounded for each period of time
    4. g, the growing rate that would be compounded for each period of time
    5. n, the number of payment periods

Where i <> g :

    1. Failed to parse (Missing texvc executable;

please see math/README to configure.): FV(A) \,=\,A\cdot\frac{\left(1+i\right)^n-\left(1+g\right)^n}{i-g}


Where i = g :

    1. Failed to parse (Missing texvc executable;

please see math/README to configure.): FV(A) \,=\,A\cdot n(1+i)^{n-1}


[edit] Derivations

[edit] Annuity derivation

The formula for the present value of a regular stream of future payments (an annuity) is derived from a sum of the formula for future value of a single future payment, as below, where C is the payment amount and n the period.

A single payment C at future time m has the following future value at future time n:

Failed to parse (Missing texvc executable;

please see math/README to configure.): FV \ = C(1+i)^{n-m}


Summing over all payments from time 1 to time n, then reversing the order of terms and substituting Failed to parse (Missing texvc executable; please see math/README to configure.): k = n-m

Failed to parse (Missing texvc executable;

please see math/README to configure.): FVA \ = \sum_{m=1}^n C(1+i)^{n-m} \ = \sum_{k=0}^{n-1} C(1+i)^k

Note that this is a geometric series, with the initial value being Failed to parse (Missing texvc executable; please see math/README to configure.): a = C , the multiplicative factor being Failed to parse (Missing texvc executable; please see math/README to configure.): 1+i , with Failed to parse (Missing texvc executable; please see math/README to configure.): n

terms. Applying the formula for geometric series, we get
Failed to parse (Missing texvc executable;

please see math/README to configure.): FVA \ = \frac{ C ( 1 - (1+i)^n )}{1 - (1+i)} \ = \frac{ C ( (1+i)^n - 1 )}{i}


The present value of the annuity (PVA) is obtained by simply dividing by Failed to parse (Missing texvc executable; please see math/README to configure.): (1+i)^n

Failed to parse (Missing texvc executable;

please see math/README to configure.): PVA \ = \frac{FVA}{(1+i)^n} = \frac{C}{i} \left( 1 - \frac{1}{(1+i)^n} \right)



Another simple and intuitive way to derive the future value of an annuity is to consider an endowment, whose interest is paid as the annuity, and whose principal remains constant. The principal of this hypothetical endowment can be computed as that whose interest equals the annuity payment amount:

Failed to parse (Missing texvc executable;

please see math/README to configure.): \text{Principal} \times i = C

Failed to parse (Missing texvc executable;

please see math/README to configure.): \text{Principal} = C / i


Note that no money enters or leaves the combined system of endowment principal + accumulated annuity payments, and thus the future value of this system can be computed simply via the future value formula:

Failed to parse (Missing texvc executable;

please see math/README to configure.): FV = PV(1+i)^n


Initially, before any payments, the present value of the system is just the endowment principal (Failed to parse (Missing texvc executable; please see math/README to configure.): PV = C/i ). At the end, the future value is the endowment principal (which is the same) plus the future value of the total annuity payments (Failed to parse (Missing texvc executable; please see math/README to configure.): FV = C/i + FVA ). Plugging this back into the equation:

Failed to parse (Missing texvc executable;

please see math/README to configure.): \frac{C}{i} + FVA = \frac{C}{i} (1+i)^n

Failed to parse (Missing texvc executable;

please see math/README to configure.): FVA = \frac{C}{i} \left[ \left(1+i \right)^n - 1 \right]


[edit] Perpetuity derivation

Without showing the formal derivation here, the perpetuity formula is derived from the annuity formula. Specifically, the term:

Failed to parse (Missing texvc executable;

please see math/README to configure.): \left({1 - {1 \over { (1+i)^n } }}\right)

can be seen to approach the value of 1 as n grows larger. At infinity, it is equal to 1, leaving Failed to parse (Missing texvc executable; please see math/README to configure.): {C \over i}

as the only term remaining.

[edit] Examples

[edit] Example 1: Present value

One hundred euros to be paid 1 year from now, where the expected rate of return is 5% per year, is worth in today's money:

Failed to parse (Missing texvc executable;

please see math/README to configure.): P \ = \ F \times (P/F) \ = F \times \ { 1 \over (1+i)^n } \ = \ \frac{\ 100}{1.05} \ = \ 95.23

So the present value of €100 one year from now at 5% is €95.23.

[edit] Example 2: Present value of an annuity — solving for the payment amount

Consider a 10 year mortgage where the principal amount P is $200,000 and the annual interest rate is 6%.

The number of monthly payments is

Failed to parse (Missing texvc executable;

please see math/README to configure.): n = 10 {\rm \ years} \times 12 {\rm \ months \ per \ year} = 120 {\rm \ months}


and the monthly interest rate is

Failed to parse (Missing texvc executable;

please see math/README to configure.): i = { 6 {\rm \% \ per \ year} \over 12 {\rm \ months \ per \ year} } = 0.5 {\rm \% \ per \ month}


The annuity formula for (A/P) calculates the monthly payment:

Failed to parse (Missing texvc executable;

please see math/README to configure.): A \ = \ P \times \left( A / P \right) \ = \ P \times { i (1+i)^n \over (1+i)^n - 1 } \ = \ \$200,000 \times { 0.005(1.005)^{120} \over (1.005)^{120} - 1 }


Failed to parse (Missing texvc executable;

please see math/README to configure.): = \ \$200,000 \times 0.01110205 \ = \ \$2,220.41 {\rm \ per \ month}


[edit] Example 3: Solving for the period needed to double money

Consider a deposit of $100 placed at 10% (annual). How many years are needed for the value of the deposit to double to $200?

Using the algrebraic identity that if:

Failed to parse (Missing texvc executable;

please see math/README to configure.): x \ = \ b^y


then

Failed to parse (Missing texvc executable;

please see math/README to configure.): y \ = \ {\ln (x) \over \ln(b)}


The present value formula can be rearranged such that:

Failed to parse (Missing texvc executable;

please see math/README to configure.): y \ = \ {\ln ({FV \over PV}) \over \ln(1+i)} \ = \ {\ln ({200 \over 100}) \over \ln(1.10)} \ =\ {0.693 \over 0.0953} \ =\ 7.27

(years)

This same method can be used to determine the length of time needed to increase a deposit to any particular sum, as long as the interest rate is known. For the period of time needed to double an investment, the Rule of 72 is a useful shortcut that gives a reasonable approximation of the period needed.

[edit] Example 4: What return is needed to double money?

Similarly, the present value formula can be rearranged to determine what rate of return is needed to accumulate a given amount from an investment. For example, $100 is invested today and $200 return is expected in five years; what rate of return (interest rate) does this represent?

The present value formula restated in terms of the interest rate is:

Failed to parse (Missing texvc executable;

please see math/README to configure.): i \ = \ \left({FV \over PV}\right)^{1 \over n} - 1 \ = \ \left({200 \over 100}\right)^{1 \over 5} - 1 \ = \ 2^{0.20} - 1 \ = \ 0.15 \ = \ 15%


[edit] Example 5: Calculate the value of a regular savings deposit in the future.

To calculate the future value of a stream of savings deposit in the future requires two steps, or, alternatively, combining the two steps into one large formula. First, calculate the present value of a stream of deposits of $1,000 every year for 20 years earning 7% interest:

Failed to parse (Missing texvc executable;

please see math/README to configure.): PVA \,=\,A\cdot\frac{1-\frac{1}{\left(1+i\right)^n}}{i} \ = \ 1000\cdot\frac{1-\frac{1}{\left(1+.07\right)^{20}}}{.07} \ = \ 1000\cdot {1- 0.258 \over .07} \ = \ 1000 * 10.594 \ = \ $10,594


This does not sound like very much, but remember - this is future money discounted back to its value today; it is understandably lower. To calculate the future value (at the end of the twenty-year period):

Failed to parse (Missing texvc executable;

please see math/README to configure.): FV \ = \ PV (1+i)^n \ = \ $10,594 * (1+.07)^{20} \ = \ $10,594 * 3.87 \ = \ $40,995


These steps can be combined into a single formula:

Failed to parse (Missing texvc executable;

please see math/README to configure.): FV \,=\,A\cdot\frac{1-\frac{1}{\left(1+i\right)^n}}{i} \cdot (1+i)^n \,=\,A\cdot\frac{\left(1+i\right)^n-1}{i}


[edit] Example 6: Price/earnings (P/E) ratio

It is often mentioned that perpetuities, or securities with an indefinitely long maturity, are rare or unrealistic, and particularly those with a growing payment. In fact, many types of assets have characteristics that are similar to perpetuities. Examples might include income-oriented real estate, preferred shares, and even most forms of publicly-traded stocks. Frequently, the terminology may be slightly different, but are based on the fundamentals of time value of money calculations. The application of this methodology is subject to various qualifications or modifications, such as the Gordon growth model.

For example, stocks are commonly noted as trading at a certain P/E ratio. The P/E ratio is easily recognized as a variation on the perpetuity or growing perpetuity formulae - save that the P/E ratio is usually cited as the inverse of the "rate" in the perpetuity formula.

If we substitute for the time being: the price of the stock for the present value; the earnings per share of the stock for the cash annuity; and, the discount rate of the stock for the interest rate, we can see that:

Failed to parse (Missing texvc executable;

please see math/README to configure.): {P \over E} \ = \ {1 \over i} \ = \ {PV \over A }


And in fact, the P/E ratio is analogous to the inverse of the interest rate (or discount rate).

Failed to parse (Missing texvc executable;

please see math/README to configure.): { 1 \over P/E } \ = \ i


Of course, stocks may have increasing earnings. The formulation above does not allow for growth in earnings, but to incorporate growth, the formula can be restated as follows:

Failed to parse (Missing texvc executable;

please see math/README to configure.): { P \over E } \ = \ {1 \over (i-g)}


If we wish to determine the implied rate of growth (if we are given the discount rate), we may solve for g:

Failed to parse (Missing texvc executable;

please see math/README to configure.): g \ = \ i - {E \over P}


[edit] Time value of money formulæ with continuous compounding

Rates are sometimes converted into the continous compound interest rate equivalent because the continuous equivalent is more convenient (for example, more easily differentiated). Each of the formulæ above may be restated in their continuous equivalents. For example, the present value at time 0 of a future payment at time t can be restated in the following way, where e is the base of the natural logarithm and r is the continuously compounded rate:

Failed to parse (Missing texvc executable;

please see math/README to configure.): \ PV \ = \ FVe^{-rt}


See below for formulaic equivalents of the time value of money formulæ with continuous compounding.

[edit] Present value of an annuity

Failed to parse (Missing texvc executable;

please see math/README to configure.): \ PV \ = \ {A(1-e^{-rt}) \over e^r -1}


[edit] Present value of a perpetuity

Failed to parse (Missing texvc executable;

please see math/README to configure.): \ PV \ = \ {A \over e^r - 1}


[edit] Present value of a growing annuity

Failed to parse (Missing texvc executable;

please see math/README to configure.): \ PV \ = \ {A(1-e^{-(r-g)t}) \over e^{(r-g)} - 1}


[edit] Present value of a growing perpetuity

Failed to parse (Missing texvc executable;

please see math/README to configure.): \ PV \ = \ {A \over e^{(r-g)} - 1}


[edit] Present value of an annuity with continuous payments

Failed to parse (Missing texvc executable;

please see math/README to configure.): \ PV \ = \ { 1 - e^{(-rt)} \over r }


[edit] See also

[edit] References

[edit] External links



Copyright © 2009. Knowledgehunter.
Other Links:
Wissen im Web
Shopping 0nline
Dictionary of Meaning