capped floored overnight indexed coupon pricer base class More...
#include <qle/cashflows/overnightindexedcoupon.hpp>
Public Member Functions | |
| CappedFlooredOvernightIndexedCouponPricer (const Handle< OptionletVolatilityStructure > &v, const bool effectiveVolatilityInput=false) | |
| Handle< OptionletVolatilityStructure > | capletVolatility () const |
| bool | effectiveVolatilityInput () const |
| Real | effectiveCapletVolatility () const |
| Real | effectiveFloorletVolatility () const |
Protected Attributes | |
| Handle< OptionletVolatilityStructure > | capletVol_ |
| bool | effectiveVolatilityInput_ |
| Real | effectiveCapletVolatility_ = Null<Real>() |
| Real | effectiveFloorletVolatility_ = Null<Real>() |
capped floored overnight indexed coupon pricer base class