Excel: Method to Calculate the Duration of a BondID: Q77121
|
Duration is a measure of the sensitivity of a bond's price to changes in interest rates. A bond with a high duration will tend to be highly sensitive to a change in interest rates. It is the preferred measure used by portfolio investment managers to evaluate what types of bonds they should include in a portfolio for a given investment objective.
Par value = $1,000
Annual coupon rate = 8 percent
Term to maturity = 3 years
Yield to Maturity = 10 percent
A1:Per. B1:CFlow C1:PV(CFlow) D1:PV % of Price E1:A*D
A2:1 B2:80 C2:=-PV(10%,A2,,B2) D2:=C2/$C$5 E2:=A2*D2
A3:2 B3:80 C3:=-PV(10%,A3,,B3) D3:=C3/$C$5 E3:=A3*D3
A4:3 B4:1080 C4:=-PV(10%,A4,,B4) D4:=C4/$C$5 E4:=A4*D4
A5: B5:PRICE C5:=SUM(C2:C4) D5:DURATION E5:=SUM(E2:E4)
"Function Reference," version 4.0, page 341-342
"Microsoft Excel Function Reference," version 3.0, page 189-190
Additional query words: 2.0 2.00 2.01 2.1 2.10 2.2 2.20 2.21 3.0
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 22, 1999