Lesson 3.1: Time Value of Money and Cash Flow Valuation
Introduction
Understanding the time value of money (TVM) is a fundamental concept in finance that affects all aspects of investments, financing, and cash flow management. The idea is that a sum of money has different values at different times due to its potential earning capacity. This lesson will cover the present and future value of cash flows, the calculation of annuities, and the evaluation of cash flows using formulas like net present value (NPV) and internal rate of return (IRR). By the end of this lesson, students should be able to compute present and future values for various cash-flow patterns and correctly apply effective annual rate and compounding adjustments.
Learning Objectives
- Present and future value of single sums, annuities, and uneven cash flows.
- Interest-rate concepts, compounding frequency, and net present value and internal rate of return.
- Compute present and future values for various cash-flow patterns.
- Calculate net present value and internal rate of return.
- Apply effective annual rate and compounding adjustments correctly.
1. Present Value and Future Value of Cash Flows
1.1 Present Value
Present value (PV) is the current worth of a future sum of money or stream of cash flows given a specified rate of return. The basic formula for calculating present value is:
$$
$PV = \frac{FV}{(1 + r)^n}$
$$
where:
- $PV$ = Present Value
- $FV$ = Future Value
- $r$ = interest rate (as a decimal)
- $n$ = number of periods until the payment is received
Example 1
Suppose students expects to receive $1,000 three years from now, and the interest rate is 5%. The present value can be calculated as follows:
PV = $\frac{1000}{(1 + 0.05)^3}$ = $\frac{1000}{1.157625}$ $\approx 863$.84
Thus, the present value of $1,000 received in three years at a 5% interest rate is approximately $863.84.
1.2 Future Value
Future value (FV) is the amount of money that an investment will grow to over a period of time at a specified interest rate. The formula for calculating future value is:
$$
FV = PV $\times$ (1 + r)^n
$$
Example 2
If students invests $500 at an interest rate of 6% for 5 years, the future value can be calculated as:
FV = $500 \times$ (1 + 0.06)^5 = $500 \times 1$.$338225 \approx 669$.11
Therefore, the future value of $500 invested for 5 years at 6% is approximately $669.11.
2. Annuities
2.1 Present Value of Annuities
An annuity is a sequence of equal payments made at regular intervals. The present value of an annuity formula is:
$$
PV = PMT $\times$ $\frac{1 - (1 + r)^{-n}}{r}$
$$
where:
- $PMT$ = payment amount per period
- $r$ = interest rate per period
- $n$ = number of periods
Example 3
If students wants to calculate the present value of receiving $200 annually for 5 years at an interest rate of 5%, the formula becomes:
PV = $200 \times$ $\frac{1 - (1 + 0.05)^{-5}}{0.05}$ = $200 \times 4$.$32948 \approx 865$.90
Thus, the present value of an annuity of $200 for 5 years at 5% per annum is approximately $865.90.
2.2 Future Value of Annuities
The future value of an annuity formula is:
$$
FV = PMT $\times$ $\frac{(1 + r)^n - 1}{r}$
$$
Example 4
If students invests $300 at the end of each year for 4 years at an interest rate of 4%, the future value is:
FV = $300 \times$ $\frac{(1 + 0.04)^4 - 1}{0.04}$ = $300 \times 4$.$41632 \approx 1324$.90
Therefore, the future value of an annuity of $300 for 4 years at 4% is approximately 1324.90.
3. Cash Flow Valuation
3.1 Uneven Cash Flows
When cash flows vary over time, each cash flow must be discounted back to the present value and then summed. If students expects to receive cash flows of $100 in year 1, $200 in year 2, and $300 in year 3, and the discount rate is 5%, the present value is:
PV = $\frac{100}{(1 + 0.05)^1}$ + $\frac{200}{(1 + 0.05)^2}$ + $\frac{300}{(1 + 0.05)^3}$
Calculating each term gives:
PV = $\frac{100}{1.05}$ + $\frac{200}{1.1025}$ + $\frac{300}{1.157625}$$\approx 95$.24 + 181.40 + $259.47 \approx 536$.11
Thus, the present value of the uneven cash flows is approximately $536.11.
4. Interest Rate Concepts
4.1 Compounding Frequency
The compounding frequency refers to how often the accumulated interest on an investment is calculated and added to the principal. Common compounding frequencies include annually, semi-annually, quarterly, and monthly.
4.2 Effective Annual Rate (EAR)
The effective annual rate is the annual rate that considers compounding. It can be calculated using:
$$
EAR = (1 + $\frac{i}{m}$)^{m} - 1
$$
where:
- $i$ = nominal interest rate
- $m$ = number of compounding periods per year
4.3 Example of EAR Calculation
If students has a nominal interest rate of 6% compounded quarterly, the effective annual rate is:
EAR = (1 + $\frac{0.06}{4}$)^{4} - 1 = (1 + 0.015)^{4} - $1 \approx 0$.061364\ or\ 6.14\%
This means that a nominal interest rate of 6% compounded quarterly is equivalent to an effective rate of about 6.14%.
5. Net Present Value and Internal Rate of Return
5.1 Net Present Value (NPV)
NPV is the difference between the present value of cash inflows and the present value of cash outflows. The formula for NPV is:
$$
$NPV = \sum_{t=0}^{n} \frac{CF_t}{(1 + r)^t}$
$$
where:
- $CF_t$ = cash flow at time $t$
- $r$ = discount rate
Example 5
If students invests $500 today (an outflow) and expects returns of $100 in year 1, $200 in year 2, and $300 in year 3 at a discount rate of 5%, the NPV calculation is:
NPV = -500 + $\frac{100}{1.05}$ + $\frac{200}{(1.05)^2}$ + $\frac{300}{(1.05)^3}$ $\approx$ -500 + 95.24 + 181.40 + $259.47 \approx 36$.11
Thus, the NPV of this investment is approximately $36.11.
5.2 Internal Rate of Return (IRR)
IRR is the discount rate that makes the NPV equal to zero. It can be found using trial and error or financial calculators. The IRR is an important metric for making investment decisions.
Example 6
Continuing from the previous example, if students’s cash flows were $ -500, 100, 200, 300 $, trial methods to find the IRR would estimate the rate at which:
0 = -500 + $\frac{100}{(1 + IRR)}$ + $\frac{200}{(1 + IRR)^2}$ + $\frac{300}{(1 + IRR)^3}$
.
By adjusting the IRR value, students determines an IRR of approximately 10%.
Conclusion
The time value of money is a crucial concept that lays the foundation for financial decision-making. By mastering the formulas for calculating present and future values, understanding annuities, computing NPV and IRR, and acknowledging the impact of interest rates and compounding, students can effectively analyze cash flow scenarios in real-world applications.
Study Notes
- Present value calculates the current worth of future cash flows.
- Future value is how much an investment will grow over time.
- Annuities provide equal payments over time; distinguish between present and future value.
- Cash flows can be uneven; calculate present value for each and sum them.
- The effective annual rate considers compounding when comparing interest rates.
- NPV assesses profitability by comparing present value of inflows and outflows.
- IRR is the rate that makes NPV zero, useful for evaluating investments.
