Class representing the row of a cashflow table. More...
#include <qle/cashflows/cashflowtable.hpp>
Public Member Functions | |
| CashflowRow () | |
| Default constructor sets all variables to Null value. | |
Initialisers | |
Functions to initialise the members | |
| CashflowRow & | withStartDate (const QuantLib::Date &startDate) |
| CashflowRow & | withEndDate (const QuantLib::Date &endDate) |
| CashflowRow & | withStartNotional (QuantLib::Real startNotional) |
| CashflowRow & | withEndNotional (QuantLib::Real endNotional) |
| CashflowRow & | withCouponAmount (QuantLib::Real couponAmount) |
| CashflowRow & | withAllInRate (QuantLib::Rate allInRate) |
| CashflowRow & | withRate (QuantLib::Rate rate) |
| CashflowRow & | withSpread (QuantLib::Spread spread) |
| CashflowRow & | withDiscount (QuantLib::DiscountFactor discount) |
Class representing the row of a cashflow table.