Browse FINRA SIE & Series Exam Guides

Bond Pricing and Valuation

Study accrued interest, premium and discount pricing, duration, convexity, and other valuation concepts.

Understanding bond pricing and valuation is crucial for anyone preparing for the Series 7 Exam. This section will provide you with the knowledge and tools necessary to calculate bond prices, understand the role of accrued interest, and grasp the concepts of duration and convexity. These elements are essential for evaluating bond investments and making informed decisions in the securities industry.

Calculating Bond Prices

Bond pricing is a fundamental concept in finance, reflecting the present value of a bond’s future cash flows, which include periodic coupon payments and the principal repayment at maturity. The price of a bond is influenced by its yield, coupon rate, and time to maturity.

Formula for Bond Pricing

The price of a bond can be calculated using the following formula:

$$ P = \sum_{t=1}^{n} \frac{C}{(1 + r)^t} + \frac{F}{(1 + r)^n} $$

Where:

  • \( P \) = Price of the bond
  • \( C \) = Coupon payment
  • \( r \) = Yield to maturity (YTM) / discount rate
  • \( F \) = Face value of the bond
  • \( n \) = Number of periods until maturity

Step-by-Step Example

Let’s calculate the price of a bond with the following characteristics:

  • Face value = $1,000
  • Annual coupon rate = 5%
  • Yield to maturity = 4%
  • Maturity = 5 years

Step 1: Calculate the annual coupon payment.

$$ C = \text{Face value} \times \text{Coupon rate} = \$1,000 \times 0.05 = \$50 $$

Step 2: Calculate the present value of the coupon payments.

$$ PV_{\text{coupons}} = \sum_{t=1}^{5} \frac{\$50}{(1 + 0.04)^t} $$
$$ PV_{\text{coupons}} = \frac{\$50}{1.04} + \frac{\$50}{1.04^2} + \frac{\$50}{1.04^3} + \frac{\$50}{1.04^4} + \frac{\$50}{1.04^5} $$
$$ PV_{\text{coupons}} = \$48.08 + \$46.23 + \$44.46 + \$42.75 + \$41.11 = \$222.63 $$

Step 3: Calculate the present value of the face value.

$$ PV_{\text{face}} = \frac{\$1,000}{(1 + 0.04)^5} = \frac{\$1,000}{1.2167} = \$821.93 $$

Step 4: Calculate the bond price.

$$ P = PV_{\text{coupons}} + PV_{\text{face}} = \$222.63 + \$821.93 = \$1,044.56 $$

The bond is priced at $1,044.56, which is above its face value because the yield to maturity is lower than the coupon rate, indicating a premium bond.

Accrued Interest

Accrued interest is the interest that has accumulated on a bond since the last coupon payment. It is an important factor in bond transactions, particularly when a bond is sold between coupon payment dates.

Formula for Accrued Interest

$$ \text{Accrued Interest} = \frac{\text{Days since last coupon}}{\text{Days in coupon period}} \times \text{Coupon payment} $$

Example of Accrued Interest Calculation

Consider a bond with:

  • Semi-annual coupon payment = $30
  • 60 days since the last coupon payment
  • 180 days in the coupon period
$$ \text{Accrued Interest} = \frac{60}{180} \times \$30 = \$10 $$

When buying this bond, the buyer would pay the seller the bond’s price plus $10 in accrued interest.

Duration and Convexity

Duration and convexity are advanced concepts used to assess a bond’s sensitivity to interest rate changes. They are essential tools for managing interest rate risk.

Duration

Duration measures the weighted average time it takes to receive all cash flows from a bond. It is a key indicator of interest rate risk, with longer durations indicating greater sensitivity to rate changes.

Formula for Macaulay Duration
$$ D = \frac{\sum_{t=1}^{n} \frac{t \times C}{(1 + r)^t} + \frac{n \times F}{(1 + r)^n}}{P} $$

Where:

  • \( D \) = Duration
  • \( t \) = Time period
  • \( C \) = Coupon payment
  • \( F \) = Face value
  • \( r \) = Yield to maturity
  • \( P \) = Price of the bond

Example Calculation

Using the bond from the previous example:

  • Price = $1,044.56
  • YTM = 4%
$$ D = \frac{\sum_{t=1}^{5} \frac{t \times \$50}{(1 + 0.04)^t} + \frac{5 \times \$1,000}{(1 + 0.04)^5}}{\$1,044.56} $$
$$ D = \frac{\$48.08 + 2 \times \$46.23 + 3 \times \$44.46 + 4 \times \$42.75 + 5 \times \$821.93}{\$1,044.56} $$
$$ D = \frac{\$48.08 + \$92.46 + \$133.38 + \$171.00 + \$4,109.65}{\$1,044.56} $$
$$ D = \frac{\$4,554.57}{\$1,044.56} = 4.36 \text{ years} $$

The Macaulay duration is 4.36 years, indicating the bond’s sensitivity to interest rate changes.

Convexity

Convexity accounts for the curvature in the price-yield relationship of a bond, providing a more accurate measure of interest rate risk than duration alone. It reflects how the duration of a bond changes as interest rates change.

Formula for Convexity
$$ \text{Convexity} = \frac{1}{P} \sum_{t=1}^{n} \frac{t(t+1) \times C}{(1 + r)^{t+2}} + \frac{n(n+1) \times F}{(1 + r)^{n+2}} $$

Example Calculation

Continuing with our example bond:

$$ \text{Convexity} = \frac{1}{\$1,044.56} \left( \sum_{t=1}^{5} \frac{t(t+1) \times \$50}{(1 + 0.04)^{t+2}} + \frac{5(6) \times \$1,000}{(1 + 0.04)^{7}} \right) $$
$$ \text{Convexity} = \frac{1}{\$1,044.56} \left( \frac{1(2) \times \$50}{1.0816} + \frac{2(3) \times \$50}{1.1249} + \frac{3(4) \times \$50}{1.1699} + \frac{4(5) \times \$50}{1.2167} + \frac{5(6) \times \$1,000}{1.2653} \right) $$
$$ \text{Convexity} = \frac{1}{\$1,044.56} \left( \$92.46 + \$267.69 + \$514.92 + \$822.22 + \$4,740.74 \right) $$
$$ \text{Convexity} = \frac{\$6,437.03}{\$1,044.56} = 6.16 $$

The convexity of the bond is 6.16, indicating its sensitivity to changes in interest rates beyond what duration can measure.

Practical Applications and Regulatory Considerations

Understanding bond pricing and valuation is not only essential for the Series 7 Exam but also for real-world applications in the securities industry. Professionals must be able to evaluate bond investments, assess interest rate risk, and make informed decisions for their clients.

  • Regulatory Context: Ensure compliance with the Securities Act of 1933 and the Securities Exchange Act of 1934, which govern the issuance and trading of securities, including bonds.
  • Market Practice: Stay informed about market conditions and interest rate trends to provide accurate pricing and valuation for clients.
  • Risk Management: Use duration and convexity to manage interest rate risk in bond portfolios, aligning investment strategies with client objectives.

Summary

In this section, you have learned how to calculate bond prices, understand accrued interest, and apply duration and convexity in bond valuation. These concepts are crucial for evaluating bond investments and managing interest rate risk, both on the Series 7 Exam and in professional practice. By mastering these skills, you will be well-prepared to excel in the securities industry.

Series 7 Exam Practice Questions: Bond Pricing and Valuation

Loading quiz…
Revised on Thursday, April 23, 2026