CFL
|
Cash flow at fixed rate over regular time intervals. More...
#include <cfl/Data.hpp>
Public Attributes | |
double | notional |
unsigned | numberOfPayments |
double | period |
double | rate |
This class describes the cash flow which takes place at a given fixed interest rate and at regular time intervals.
double cfl::Data::CashFlow::notional |
The notional amount.
unsigned cfl::Data::CashFlow::numberOfPayments |
The total number of payments.
double cfl::Data::CashFlow::period |
The interval between two payments as year fraction.
double cfl::Data::CashFlow::rate |
The fixed interest rate.