- Published on
What is and how to calculate yield to maturity (YTM)
- Authors
- Name
- Benton Li
Yield to maturity (YTM), usually denoted as r, (unless otherwise specified) is an annualized yield that measures how much you gain for every dollar you invest.
The equation is simple,
Principal, or the face value, is known. Terms of maturity t is known too. But what about the present value? Sadly, there is no analytical solution (though there exists one for approximation). Let’s look at an example of solving it.
Suppose we have a bond that has a payment schedule below.
Year | Cash flow |
---|---|
1 | c (coupon) |
2 | c |
3 | p (principal) + c |
Suppose we know the YTM = r%, then we can compute discount factors (DF) and present value (PV) of each cash flow.
Year | Cash flow | DF | PV |
---|---|---|---|
1 | c | ||
2 | c | ||
3 | p + c |
Sum up PV, we will get a dirty price:
How do you solve r?
Short answer: iterative solving r so that dirty price = p
Sort of short answer: dump the table into Excel, and use a solver to set dirty price = p by changing r.
See also: