Time value of money - Applications Advanced Topics
Understand how to apply present‑value formulas to capital budgeting, bond pricing, pensions, mortgages, and investment decisions, and grasp related concepts such as discounted cash‑flow analysis, internal rate of return, real versus nominal values, and the differential‑equation perspective on cash‑flow valuation.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What two components make up a bond's price when using present value calculations?
1 of 10
Summary
Applications and Practical Use of Present Value
Introduction
The present-value formulas we've developed are not merely theoretical tools—they form the foundation of virtually every major financial decision. Whether a corporation is deciding whether to build a new factory, an investor is evaluating a bond, or a homebuyer is arranging a mortgage, present-value analysis provides the quantitative framework for making sound decisions. This section walks through the most important real-world applications you'll encounter.
Capital Budgeting: Evaluating Investment Projects
Capital budgeting is the process of deciding which long-term projects a company should invest in. The key question is straightforward: Will this project's expected future cash inflows be worth more today than what we need to spend on it today?
To answer this, we calculate the net present value (NPV) of a project. The NPV is computed by finding the present value of all expected future cash inflows and subtracting the initial (and any subsequent) cash outflows:
$$\text{NPV} = -C0 + \frac{C1}{1+r} + \frac{C2}{(1+r)^2} + \cdots + \frac{Cn}{(1+r)^n}$$
where $C0$ is the initial investment, $Ct$ represents the cash inflow in year $t$, and $r$ is the required rate of return (discount rate).
The Decision Rule: Accept the project if NPV > 0, because this means the project's inflows exceed its outflows in today's dollars, creating value for the firm.
Example: Suppose a company can invest $100,000 today in equipment that will generate $30,000 annually for five years. If the required return is 8%, the NPV would be:
$$\text{NPV} = -100,000 + \frac{30,000}{1.08} + \frac{30,000}{1.08^2} + \cdots + \frac{30,000}{1.08^5} \approx -100,000 + 119,923 \approx +19,923$$
Since NPV is positive, the project should be accepted.
Bond Pricing: Finding the Fair Value of Debt
A bond is essentially a promise to pay fixed periodic interest payments (called coupons) plus a return of principal (the face value) at maturity. To price a bond, we treat it as two components, both of which we've already learned to value:
The coupon payments form an annuity
The face value is a single sum received at maturity
The bond's price is:
$$P = \sum{t=1}^{n} \frac{C}{(1+y)^t} + \frac{FV}{(1+y)^n}$$
where $C$ is the periodic coupon payment, $FV$ is the face value, $y$ is the yield to maturity (the market's required return), and $n$ is the number of periods to maturity.
Why This Matters: Bond traders use this formula constantly. If the market yield rises, the present value of those future payments falls, so the bond price drops. If you buy a bond and interest rates fall afterward, your bond becomes more valuable.
Example: A $1,000 bond paying 5% annual coupons ($50/year) for 10 years, if the market requires an 8% return:
$$P = \frac{50}{1.08} + \frac{50}{1.08^2} + \cdots + \frac{50}{1.08^{10}} + \frac{1,000}{1.08^{10}} \approx 926.40$$
The bond is worth less than its face value because the coupon rate (5%) is below the market's required return (8%).
Pension Valuation: Accounting for Future Obligations
Many employers promise employees fixed pension payments for life, often with cost-of-living adjustments (increases each year to match inflation). From the employer's perspective, this is an obligation that must be valued today.
If a pension grows at a constant rate $g$ each year, this is a growing annuity. Its present value is:
$$PV = \frac{PMT}{r - g}$$
where $PMT$ is the first payment and $r$ is the discount rate.
The Key Insight: The growth in the pension payment reduces the effective discount rate. If the pension grows at 3% annually and the discount rate is 7%, the "net" discount effect is only 4%.
Example: An employee will receive a pension of $50,000 in the first year, growing at 2% annually. If the company uses a 5% discount rate:
$$PV = \frac{50,000}{0.05 - 0.02} = \frac{50,000}{0.03} = \$1,666,667$$
This is what the company must set aside today to cover this future obligation.
Mortgage Calculations: Computing the Monthly Payment
When you take out a mortgage, the lender is essentially giving you money today in exchange for a series of equal monthly payments over (typically) 30 years. To find your monthly payment, we rearrange the present-value-of-an-annuity formula, solving for the payment:
$$PMT = PV \times \frac{r(1+r)^n}{(1+r)^n - 1}$$
where $r$ is the monthly interest rate (annual rate ÷ 12), $n$ is the total number of monthly payments, and $PV$ is the loan amount.
A Critical Detail: If you see a 6% annual mortgage rate, the monthly rate is 0.06 ÷ 12 = 0.005, not 0.06. This is a common source of confusion.
Example: A $300,000 loan at 6% annual interest (0.5% monthly) over 30 years (360 months):
$$PMT = 300,000 \times \frac{0.005(1.005)^{360}}{(1.005)^{360} - 1} \approx 300,000 \times 0.00599551 \approx 1,799$$
Your monthly payment would be approximately $1,799.
The graph above illustrates a fundamental principle underlying all these applications: the power of discounting. Notice how rapidly the present value of a dollar declines as you look further into the future—especially at higher discount rates. This is why a promise of payment far in the future is worth far less today.
Investment Decision Making: Comparing Present Values to Price
The simplest rule for investment decisions is to compare the present value of expected future cash flows to the current price. If you're considering buying an investment:
$$\text{Buy if: } PV(\text{future cash flows}) > \text{current price}$$
The difference between these two values is called the intrinsic value—how much more (or less) the investment is worth than what you're paying for it.
This principle applies whether you're buying a stock, evaluating a real estate property, or deciding whether to invest in a business. Investors who can accurately estimate future cash flows and apply the correct discount rate should be able to identify undervalued opportunities.
Discounted Cash Flow Analysis
Discounted cash flow (DCF) analysis is the systematic process of valuing an entire stream of future cash flows by discounting each one to the present. Rather than making simplifying assumptions (like "constant growth"), DCF analysis often projects cash flows year by year:
$$V = \sum{t=1}^{T} \frac{CFt}{(1+r)^t}$$
where $CFt$ is the cash flow in year $t$ and $T$ is the final year of the analysis.
This approach is flexible—you can handle any pattern of cash flows, declining growth rates, or temporary losses. It's especially valuable for valuing entire companies or complex projects.
The main challenge: accurately forecasting $CFt$ many years into the future. Small errors in early-year forecasts can compound significantly.
Internal Rate of Return: The Break-Even Discount Rate
The internal rate of return (IRR) answers a different question than NPV: What discount rate would make this investment's NPV equal to zero? Mathematically, it's the value of $r$ that satisfies:
$$0 = -C0 + \frac{C1}{(1+r)} + \frac{C2}{(1+r)^2} + \cdots + \frac{Cn}{(1+r)^n}$$
In plain English, the IRR is the rate of return you'd actually earn if you invested in the project and all cash flows materialized as expected.
Why Use IRR? It's intuitive—it gives you a percentage return you can compare to other opportunities. If a project's IRR is 12%, you can easily compare it to a 10% return elsewhere.
When to Prefer NPV: NPV tells you directly whether a project adds value in today's dollars, which is what ultimately matters. IRR can be misleading in cases with unusual cash flows (multiple sign changes) or when comparing projects of different sizes.
Real versus Nominal Values: Adjusting for Inflation
A crucial but often overlooked distinction: nominal values are stated in current dollars (not adjusted for inflation), while real values are adjusted to remove the effect of inflation.
When you discount cash flows, you must match the type of cash flow to the type of discount rate:
If your cash flows are in nominal dollars (as stated), use the nominal discount rate
If your cash flows are in real dollars (inflation-adjusted), use the real discount rate
The relationship between them is approximately:
$$r{\text{nominal}} \approx r{\text{real}} + \text{inflation rate}$$
Example: Suppose a pension pays $50,000/year in today's dollars. If inflation averages 3% annually, the "nominal" dollar amount received in year 1 will be $50,000 × 1.03 = $51,500. When projecting pension cash flows, decide upfront whether you're projecting in real or nominal terms, then choose your discount rate accordingly.
<extrainfo>
Snowball Effect: Compound Growth in Perspective
The snowball effect refers to the exponential growth that occurs when returns are repeatedly reinvested. As your investment earns returns, those returns earn their own returns, creating a powerful compounding force. This is simply compound interest viewed from a motivational angle—it's the same mathematics we've been using throughout, just emphasized as a reason why starting early matters so much.
This concept is pedagogically important (explaining why present value calculations matter), but is not typically tested directly on exams covering time value of money.
</extrainfo>
<extrainfo>
Differential-Equation Perspective: Continuous Compounding
For completeness, when cash flows arrive continuously over time (rather than at discrete intervals), the present value can be expressed using calculus. If $f(u)$ represents the rate of cash flow at time $u$, and $r(v)$ is a potentially time-varying discount rate, the present value at time $t$ is:
$$V(t) = \int{t}^{T} f(u) \, e^{-\int{t}^{u} r(v) \, dv} \, du$$
This formulation is elegant and appears in advanced finance courses, but the discrete-period formulas you've learned handle virtually all practical applications. This continuous perspective is rarely tested on introductory exams.
</extrainfo>
Flashcards
What two components make up a bond's price when using present value calculations?
Present value of its periodic coupon payments (an annuity)
Present value of its face value (a single future sum)
In the context of a fixed-benefit pension with a cost-of-living adjustment, what does the growth rate $g$ represent in the growing annuity model?
The adjustment rate.
Which specific formula is solved to determine periodic mortgage payments?
The present-value-of-an-annuity formula.
When computing mortgage payments, how is the monthly interest rate derived from the annual rate?
By dividing the annual rate by twelve.
How do investors use the present value of expected future cash flows to evaluate a potential investment?
They compare it to the current price to determine if the return is sufficient.
What is the definition of the Internal Rate of Return (IRR) in relation to Net Present Value (NPV)?
The discount rate that makes the NPV of a cash-flow series equal to zero.
What is the primary difference between real values and nominal values in financial calculations?
Real values are adjusted for inflation, while nominal values are not.
When discounting real or nominal values, what must be true about the discount rate used?
The discount rate must correspond to the type of value being used (real rate for real values, nominal rate for nominal values).
What does the 'snowball effect' describe in the context of investment growth?
The exponential growth of an investment's value when interest is repeatedly reinvested.
What is the integral formula for the present value $V(t)$ at time $t$ of a cash flow stream $f(u)$ ending at time $T$?
$V(t)=\int{t}^{T} f(u)\,e^{-\int{t}^{u} r(v)\,dv}\,du$ (where $r(v)$ is the interest rate function).
Quiz
Time value of money - Applications Advanced Topics Quiz Question 1: A fixed‑benefit pension that includes a cost‑of‑living adjustment is best modeled as which type of annuity?
- Growing annuity (correct)
- Ordinary (level) annuity
- Perpetuity
- Zero‑coupon bond
Time value of money - Applications Advanced Topics Quiz Question 2: Which statement correctly distinguishes real values from nominal values?
- Real values are adjusted for inflation; nominal values are not (correct)
- Real values are future values while nominal values are present values
- Real values use nominal discount rates, and nominal values use real rates
- Both are identical when inflation is zero, but otherwise differ in timing
Time value of money - Applications Advanced Topics Quiz Question 3: Which expression gives the present value at time $t$ of a cash‑flow stream $f(u)$ ending at time $T$?
- $V(t)=\displaystyle\int_{t}^{T} f(u)\,e^{-\int_{t}^{u} r(v)\,dv}\,du$ (correct)
- $V(t)=\displaystyle\int_{t}^{T} f(u)\,e^{\int_{t}^{u} r(v)\,dv}\,du$
- $V(t)=\displaystyle\int_{0}^{t} f(u)\,e^{-\int_{0}^{u} r(v)\,dv}\,du$
- $V(t)=f(t)+r(t)$
Time value of money - Applications Advanced Topics Quiz Question 4: If a project's internal rate of return (IRR) is higher than the required rate of return, what does this imply about the project's net present value?
- The NPV is positive (correct)
- The NPV is zero
- The NPV is negative
- The NPV cannot be determined
Time value of money - Applications Advanced Topics Quiz Question 5: Which of the following best illustrates the snowball effect in investing?
- Compound interest earned on reinvested earnings (correct)
- Simple interest calculated only on the original principal
- Capital loss due to fees
- Fixed returns with no reinvestment
A fixed‑benefit pension that includes a cost‑of‑living adjustment is best modeled as which type of annuity?
1 of 5
Key Concepts
Valuation Techniques
Net present value
Discounted cash flow analysis
Internal rate of return
Present value
Differential‑equation perspective of cash flows
Financial Instruments
Bond pricing
Fixed‑benefit pension valuation
Mortgage payment calculation
Economic Concepts
Real versus nominal values
Snowball effect
Definitions
Net present value
The difference between the present value of cash inflows and outflows of a project, used to assess profitability.
Bond pricing
The calculation of a bond’s market price as the sum of the present values of its coupon payments and principal repayment.
Fixed‑benefit pension valuation
The determination of a pension’s present value using a growing annuity model that incorporates cost‑of‑living adjustments.
Mortgage payment calculation
The method of solving for periodic loan payments by applying the present‑value‑of‑an‑annuity formula with a monthly interest rate.
Discounted cash flow analysis
A valuation technique that discounts each future cash flow to its present value to assess the worth of an investment.
Internal rate of return
The discount rate that makes the net present value of a series of cash flows equal to zero.
Real versus nominal values
The distinction between values adjusted for inflation (real) and those not adjusted (nominal), each requiring appropriate discounting.
Snowball effect
The exponential growth of an investment’s value when interest earnings are continuously reinvested.
Present value
The current worth of a future cash flow or series of cash flows discounted at a specific interest rate.
Differential‑equation perspective of cash flows
A continuous‑time formulation expressing the present value of a cash‑flow stream as an integral involving time‑varying discount rates.