Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
indexedcoupon.hpp File Reference

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< CouponunpackIndexedCoupon (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)
 

Detailed Description

coupon with an indexed notional

Definition in file indexedcoupon.hpp.