Returns the Macauley duration for an assumed par value of $100. Duration is defined as the weighted average of the present value of the cash flows and is used as a measure of a bond price's response to changes in yield.
If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu.
Syntax
DURATION(settlement,maturity,coupon yld,frequency,basis)
Settlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
Maturity is the security's maturity date. The maturity date is the date when the security expires.
Coupon is the security's annual coupon rate.
Yld is the security's annual yield.
Frequency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
Basis is the type of day count basis to use.
Basis |
Day count basis |
0 or omitted |
US (NASD) 30/360 |
1 |
Actual/actual |
2 |
Actual/360 |
3 |
Actual/365 |
4 |
European 30/360 |
Remarks
Example
A bond has the following terms:
January 1, 1986, settlement date
January 1, 1994, maturity date
8 percent coupon
9.0 percent yield
Frequency is semiannual
Actual/actual basis
The duration (in the 1900 date system) is:
DURATION("1/1/86","1/1/94",0.08,0.09,2,1)
equals 5.993775