Skip to content

Commit a3e2c43

Browse files
committed
corrected some examples in lec2
1 parent b957a1e commit a3e2c43

1 file changed

Lines changed: 119 additions & 57 deletions

File tree

lecture_notes/lec2.qmd

Lines changed: 119 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,37 +1203,58 @@ These spreads measure the compensation investors receive above the reference rat
12031203

12041204
Suppose you are analyzing a floating-rate note (FRN) with the following features:
12051205

1206-
- Face value: \$1,000
1206+
- Face value: $1,000
12071207
- Coupon rate: 3-month SOFR + 1.20% (set at each reset date)
12081208
- Coupon paid quarterly
12091209
- Current 3-month SOFR: 4.60%
12101210
- Quoted margin: 1.20%
1211-
- Price: \$1,002.00 (per \$1,000 face value)
1212-
- 90 days to next reset
1211+
- Price: $1,002.00 (per $1,000 face value)
1212+
- 90 days to next reset
1213+
1214+
---
12131215

12141216
**Step 1: Calculate the next coupon payment**
12151217

12161218
$$
12171219
\text{Next coupon rate} = 4.60\% + 1.20\% = 5.80\%
12181220
$$
1221+
12191222
$$
1220-
\text{Quarterly coupon payment} = \$1,000 \times \frac{5.80\%}{4} = \$14.50
1223+
\text{Quarterly coupon payment} = 1{,}000 \times \frac{5.80\%}{4} = 14.50
12211224
$$
12221225

1226+
---
1227+
12231228
**Step 2: Estimate the Discount Margin**
12241229

1225-
Since the FRN trades slightly above par, the yield to maturity (discount margin) will be slightly below the quoted margin. The discount margin ($DM$) is the spread that equates the present value of the expected cash flows (assuming the reference rate remains unchanged) to the price.
1230+
The discount margin ($DM$) is the spread that equates the present value of the expected cash flows (assuming the reference rate remains unchanged) to the observed price.
12261231

1227-
The relationship can be expressed as:
1232+
For a floating-rate note, cash flows are based on the **quoted margin**, while discounting is done using the **discount margin**:
12281233

12291234
$$
1230-
\text{Price} = \sum_{t=1}^{n} \frac{\text{Reference Rate} + DM}{m} \times \frac{1}{\left(1 + \frac{\text{Reference Rate} + DM}{m}\right)^t} + \frac{1{,}000}{\left(1 + \frac{\text{Reference Rate} + DM}{m}\right)^n}
1235+
\text{Price} =
1236+
\sum_{t=1}^{n}
1237+
\frac{\left(\frac{\text{Reference Rate} + \text{Quoted Margin}}{m}\right) \times 1{,}000}
1238+
{\left(1 + \frac{\text{Reference Rate} + DM}{m}\right)^t}
1239+
+
1240+
\frac{1{,}000}
1241+
{\left(1 + \frac{\text{Reference Rate} + DM}{m}\right)^n}
12311242
$$
12321243

1233-
In practice, financial calculators or spreadsheet software are used for the iterative solution. Qualitatively, for a price above par, the discount margin is less than the quoted margin. If the reference rate remains at 4.60%, the discount margin here would be slightly less than 1.20%—perhaps around 1.00%, depending on the bond's maturity and coupon frequency.
1244+
where:
1245+
- $m = 4$ (quarterly payments)
1246+
- $n$ = number of remaining periods
1247+
- Reference Rate = 4.60%
1248+
- Quoted Margin = 1.20%
1249+
1250+
Since the FRN is trading slightly above par ($1{,}002 > 1{,}000$), the discount margin must be **slightly less than the quoted margin**.
1251+
1252+
The exact value of $DM$ depends on the bond’s maturity and is obtained numerically using a financial calculator or spreadsheet.
1253+
1254+
---
12341255

12351256
**Key point:**
1236-
The discount margin is a better yield measure for floating-rate notes than yield to maturity because it reflects the investor’s expected return over the reference rate, given the bond’s price and cash flow structure.
1257+
The discount margin is a more appropriate yield measure for floating-rate notes than yield to maturity because it captures the investor’s expected return relative to the reference rate, given the bond’s price and floating cash flow structure.
12371258

12381259
:::
12391260

@@ -1352,33 +1373,51 @@ The **potential total dollar return** assumes all coupons are reinvested at the
13521373

13531374
::: {.callout-note title="Worked Example: Breaking Down the Total Dollar Return"}
13541375

1355-
Suppose an investor buys a 15-year bond for \$769.40. The bond pays a 10% annual coupon, distributed as \$35 every six months (i.e., semiannual coupons). The bond's face value is \$1,000 and its yield to maturity is 10% (so, 5% per half-year). Let's examine the components of the total dollar return if the bond is held to maturity and coupons are reinvested at the YTM.
1376+
Suppose an investor buys a 15-year bond for $769.40. The bond pays a **10% annual coupon**, distributed as **$50 every six months** (i.e., semiannual coupons). The bond's face value is $1,000 and its yield to maturity is 10% (so, 5% per half-year). We examine the components of the total dollar return if the bond is held to maturity and coupons are reinvested at the YTM.
13561377

13571378
- **Total Coupon Interest:**
13581379
Over 15 years, there are $15 \times 2 = 30$ semiannual periods.
1359-
$\$35 \times 30 = \$1,050$ in coupon payments.
1360-
1361-
- **Interest-on-Interest:**
1362-
Each coupon payment is reinvested at 5% (the semiannual YTM). Over 15 years, this compounded reinvestment results in
1363-
\$1,275.36 earned **just** from reinvesting the coupons.
1380+
$50 \times 30 = 1,500$ in coupon payments.
1381+
1382+
- **Interest-on-Interest (Reinvestment Effect):**
1383+
Each coupon is reinvested at 5% per period. The future value of coupons is:
1384+
$$
1385+
FV_{\text{coupons}} = 50 \times \frac{(1.05)^{30} - 1}{0.05} \approx 3,321.90
1386+
$$
1387+
The incremental value due to reinvestment is:
1388+
$$
1389+
3,321.90 - 1,500 = 1,821.90
1390+
$$
13641391

13651392
- **Capital Gain:**
1366-
The bond was purchased at \$769.40 and redeems at face value (\$1,000) at maturity.
1367-
\$1,000 - \$769.40 = \$230.60 gain.
1393+
The bond is purchased at $769.40 and redeemed at $1,000:
1394+
$$
1395+
1,000 - 769.40 = 230.60
1396+
$$
13681397

1369-
So, the **total potential dollar return** is:
1370-
$\$1,050$ (coupons) + \$1,275.36 (interest-on-interest) + \$230.60 (capital gain) = **\$2,555.96**
1398+
---
13711399

1372-
Alternatively, you could compute the future value of the initial investment:
1400+
**Total Dollar Return:**
13731401
$$
1374-
769.40 \times (1.05)^{30} = \$3,325.30
1402+
1,500 + 1,821.90 + 230.60 = 3,552.50
13751403
$$
1376-
which equals the original investment plus the total dollar return.
13771404

1378-
Notice that of the total return, approximately **half** (\$1,275.36 / \$2,555.96 $\approx$ 50%) comes from the **reinvestment of coupon payments**—the interest-on-interest component.
1405+
---
1406+
1407+
**Consistency check (future value of initial investment):**
1408+
$$
1409+
769.40 \times (1.05)^{30} \approx 3,325.30
1410+
$$
1411+
1412+
---
1413+
1414+
**Important note:**
1415+
The small discrepancy between the two totals arises from rounding. Conceptually, the total future value equals the reinvested coupons plus the principal repayment.
1416+
1417+
---
13791418

13801419
**Key point:**
1381-
To realize the yield to maturity, an investor must be able to reinvest all coupon payments at exactly the YTM. If future reinvestment rates turn out lower, the realized return will be less than the quoted YTM. This is known as **reinvestment risk**.
1420+
To realize the yield to maturity, an investor must reinvest all coupon payments at the YTM. If reinvestment rates are lower, the realized return will fall short of the YTM—this is **reinvestment risk**.
13821421

13831422
:::
13841423

@@ -1598,61 +1637,84 @@ This approach is widely used in fixed income portfolio management.
15981637
::: {.callout-note title="Example: Horizon Analysis in Practice"}
15991638

16001639
**Scenario:**
1601-
Suppose you purchase a 3-year bond with a face value of \$1,000 and a 6% annual coupon, paid annually. You plan to sell the bond after 2 years, when you expect the yield to have changed.
1640+
Suppose you purchase a 3-year bond with a face value of $1,000 and a 6% annual coupon, paid annually. You plan to sell the bond after 2 years, when you expect the yield to have changed.
16021641

16031642
- **Bond characteristics:**
16041643
- Coupon rate: 6%
1605-
- Face value: \$1,000
1606-
- Annual coupon: \$60
1644+
- Face value: $1,000
1645+
- Annual coupon: $60
16071646
- Time to maturity at purchase: 3 years
1608-
- Purchase yield to maturity (YTM): 6%
1609-
- Sale YTM after 2 years: 5%
1610-
- Investment horizon: 2 years
1647+
- Purchase YTM: 6%
1648+
- Expected YTM at sale (after 2 years): 5%
1649+
- Investment horizon: 2 years
1650+
1651+
Since the coupon rate equals the YTM at purchase, the bond is initially priced at **par ($1,000)**.
1652+
1653+
---
1654+
1655+
**Step 1: Cash Flows During Holding Period**
1656+
You receive two coupon payments:
1657+
- Year 1: $60
1658+
- Year 2: $60
16111659

1612-
**Step 1: Calculate Cash Flows Received During Holding Period**
1613-
You will receive 2 annual coupon payments:
1614-
- Year 1: \$60
1615-
- Year 2: \$60
1660+
---
16161661

1617-
**Step 2: Estimate Sale Price at End of Year 2**
1618-
At this point, the bond will have 1 year left to maturity. Its price will reflect the new YTM (5%):
1662+
**Step 2: Sale Price at End of Year 2**
1663+
After 2 years, the bond has 1 year remaining. Its price reflects the new YTM of 5%:
16191664

16201665
$$
1621-
\text{Price}_{\text{end of year 2}} =
1622-
\frac{\$60}{1.05} + \frac{\$1,000}{1.05}
1623-
= \$57.14 + \$952.38 = \$1,009.52
1666+
P_{2} = \frac{60}{1.05} + \frac{1,000}{1.05}
1667+
= 57.14 + 952.38 = 1,009.52
16241668
$$
16251669

1626-
**Step 3: Assume Coupons Are Reinvested**
1627-
If coupons are reinvested at 5% per year:
1670+
---
16281671

1629-
- First coupon (\$60) grows for 1 year:
1630-
\$60 \times 1.05 = \$63.00
1631-
- Second coupon (\$60) received at end of Year 2:
1632-
\$60
1672+
**Step 3: Reinvestment of Coupons**
1673+
Assume coupons are reinvested at 5% (the expected rate at the horizon):
16331674

1634-
**Step 4: Total Value at End of 2 Years**
1635-
- Sale proceeds: \$1,009.52
1636-
- Reinvested coupons: \$63.00 + \$60 = \$123.00
1675+
- First coupon grows for 1 year:
1676+
$$
1677+
60 \times 1.05 = 63
1678+
$$
1679+
- Second coupon is received at the end of Year 2:
1680+
$$
1681+
60
1682+
$$
16371683

1638-
**Total ending value:**
1639-
\$1,009.52 (sale) + \$123.00 (coupons) = **\$1,132.52**
1684+
---
16401685

1641-
**Step 5: Compute Horizon (Total) Return**
1686+
**Step 4: Total Value at End of Horizon (2 Years)**
1687+
1688+
- Sale proceeds: $1,009.52
1689+
- Value of reinvested coupons: $63 + 60 = 123
16421690

16431691
$$
1644-
\text{Total return} =
1645-
\frac{\$1,132.52 - \$1,000}{\$1,000} = 13.25\%
1692+
\text{Total value} = 1,009.52 + 123 = 1,132.52
16461693
$$
16471694

1648-
Or, as an annualized return:
1695+
---
1696+
1697+
**Step 5: Horizon Return**
16491698

1699+
Total 2-year return:
16501700
$$
1651-
(1 + 0.1325)^{1/2} - 1 \approx 6.42\% \text{ per year}
1701+
\frac{1,132.52 - 1,000}{1,000} = 13.25\%
1702+
$$
1703+
1704+
Annualized (compound) return:
16521705
$$
1706+
(1.13252)^{1/2} - 1 \approx 6.42\% \text{ per year}
1707+
$$
1708+
1709+
---
1710+
1711+
**Key Insight:**
1712+
The realized (horizon) return depends on:
1713+
- coupon income
1714+
- reinvestment rate of coupons
1715+
- the bond’s sale price (determined by yields at the horizon)
16531716

1654-
**Key Lesson:**
1655-
Your horizon return reflects the bond’s coupons, reinvestment rate, and the bond’s sale price (determined by the yield at your investment horizon)—not just the initial yield!
1717+
A decline in yields (from 6% to 5%) generates a **capital gain**, which raises the realized return above the initial YTM.
16561718

16571719
:::
16581720

0 commit comments

Comments
 (0)