• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Duration

Joined
4/11/10
Messages
16
Points
13
Hi guys,

I've noticed that the following formula estimates the duration of a security:

((dv01 * par value)/(market value))*100.

I am not understanding the equation.

First, dv01 is the change in value(dollars) to a change in yield (usually 1bp). How does it make sense to multiply par with this? It is dollars times dollars. What does this tell me?

If someone could walk me through this equation it would be great.

Thanks.
 
A couple things:
What is a par multiplier?
If dv01 is defined as "change in value as a result of a 1 bp change in yield," then dv01 is the duration (multiplied by the current price), by definition.
 
(MD=\frac{\Delta P/P}{\Delta r})

Check the detailed formula with this. If it does not fit, it is wrong.
 
A couple things:
What is a par multiplier?
If dv01 is defined as "change in value as a result of a 1 bp change in yield," then dv01 is the duration (multiplied by the current price), by definition.

Assume it's 1.

So, if it is duration, then we should be able to multiply it wit par to get the change in value when rates move. But that's the thing. Dv01 is NOT a percentage. Its change in value expressed in dollars. It doesn't make sense to multiply dollars with dollars....does it?
 
^ what he said.

The point is, if you know the change in the bond's price, and you know the change in the yield, then you know the duration. You need 2 variables to determine duration. For some reason, you're using 3, and one of them is apparently ambiguous.
 
Back
Top