#include <bond.h>
Inheritance diagram for treasurybond:

Public Member Functions | |
| treasurybond (Date issue, Date maturity, Date firstcoupondate, Real coupon, Frequency freq, Real faceamount, DayCountConvention daycount, yieldCurve yc) | |
| Constructor. | |
| treasurybond (Date issue, Date maturity, Date firstcoupondate, Real coupon, yieldCurve yc) | |
| Constructor : bond whose freq is semiannual, faceamount=100 and daycount is actual/360. | |
| treasurybond (Date issue, Date maturity, Real faceamount, DayCountConvention daycount, yieldCurve yc) | |
| Constructor : ZCbond. | |
| ~treasurybond (void) | |
| Destructor. | |
| treasurybond | shiftedbond (Real shift) |
| bond with same parameters and a shifted yield curve | |
| Real | rho (Date today) |
| return the derivative of the bond price with respect to interest rates | |
| Real | rho () |
|
||||||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 307 of file bond.cpp. References Real. |
|
||||||||||||||||||||||||
|
Constructor : bond whose freq is semiannual, faceamount=100 and daycount is actual/360.
Definition at line 312 of file bond.cpp. References ACT_360, Real, and Semiannual. |
|
||||||||||||||||||||||||
|
Constructor : ZCbond.
|
|
|
Destructor.
|
|
|
Definition at line 108 of file bond.h. References Real. |
|
|
return the derivative of the bond price with respect to interest rates
Definition at line 328 of file bond.cpp. References bond::fairvalue(), Real, and shiftedbond(). |
|
|
bond with same parameters and a shifted yield curve
Definition at line 322 of file bond.cpp. References Real, and yieldCurve::shiftZCBRateCurve(). Referenced by rho(). |
1.3.6