scalable cashflow More...
#include <qle/cashflows/scaledcoupon.hpp>
Public Member Functions | |
ScaledCashFlow (Real multiplier, QuantLib::ext::shared_ptr< CashFlow > underlying) | |
Date | date () const override |
Real | amount () const override |
Private Attributes | |
Real | multiplier_ |
QuantLib::ext::shared_ptr< CashFlow > | underlying_ |
scalable cashflow
CashFlow that returns the scaled results for an underlying cashflow
Definition at line 38 of file scaledcoupon.hpp.
ScaledCashFlow | ( | Real | multiplier, |
QuantLib::ext::shared_ptr< CashFlow > | underlying | ||
) |
Definition at line 40 of file scaledcoupon.hpp.
|
override |
Definition at line 43 of file scaledcoupon.hpp.
|
override |
Definition at line 44 of file scaledcoupon.hpp.
|
private |
Definition at line 47 of file scaledcoupon.hpp.
|
private |
Definition at line 48 of file scaledcoupon.hpp.