#include <bond.h>
Public Member Functions | |
| cashflow (valarray< Date > dates, valarray< Real > cashflows) | |
| ~cashflow () | |
| valarray< Date > | getDates () |
| valarray< Real > | getCashflows () |
Private Attributes | |
| valarray< Date > | _dates |
| valarray< Real > | _cashflows |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 13 of file bond.cpp. References _cashflows. Referenced by bond::convexity(), bond::duration(), bond::fairvalue(), riskybond::quotedPrice(), bond::quotedPrice(), and bond::yieldToMaturity(). |
|
|
Definition at line 9 of file bond.cpp. References _dates. Referenced by bond::convexity(), bond::duration(), bond::fairvalue(), riskybond::quotedPrice(), bond::quotedPrice(), and bond::yieldToMaturity(). |
|
|
Definition at line 17 of file bond.h. Referenced by getCashflows(). |
|
|
Definition at line 16 of file bond.h. Referenced by getDates(). |
1.3.6