coupon with an indexed notional More...
#include <ql/cashflows/coupon.hpp>
#include <ql/index.hpp>
#include <ql/time/schedule.hpp>
Go to the source code of this file.
Classes | |
class | IndexedCoupon |
indexed coupon More... | |
class | IndexWrappedCashFlow |
indexed cashflow More... | |
class | IndexedCouponLeg |
indexed coupon leg More... | |
Namespaces | |
namespace | QuantExt |
Functions | |
QuantLib::ext::shared_ptr< CashFlow > | unpackIndexedCouponOrCashFlow (const QuantLib::ext::shared_ptr< CashFlow > &c) |
QuantLib::ext::shared_ptr< Coupon > | unpackIndexedCoupon (const QuantLib::ext::shared_ptr< Coupon > &c) |
QuantLib::ext::shared_ptr< CashFlow > | unpackIndexWrappedCashFlow (const QuantLib::ext::shared_ptr< CashFlow > &c) |
Real | getIndexedCouponOrCashFlowMultiplier (const QuantLib::ext::shared_ptr< CashFlow > &c) |
std::vector< std::tuple< Date, QuantLib::ext::shared_ptr< Index >, Real > > | getIndexedCouponOrCashFlowFixingDetails (const QuantLib::ext::shared_ptr< CashFlow > &c) |
coupon with an indexed notional
Definition in file indexedcoupon.hpp.