Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
CappedFlooredOvernightIndexedCouponPricer Class Reference

capped floored overnight indexed coupon pricer base class More...

#include <qle/cashflows/overnightindexedcoupon.hpp>

+ Inheritance diagram for CappedFlooredOvernightIndexedCouponPricer:
+ Collaboration diagram for CappedFlooredOvernightIndexedCouponPricer:

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

Detailed Description

capped floored overnight indexed coupon pricer base class

Definition at line 212 of file overnightindexedcoupon.hpp.

Constructor & Destructor Documentation

◆ CappedFlooredOvernightIndexedCouponPricer()

CappedFlooredOvernightIndexedCouponPricer ( const Handle< OptionletVolatilityStructure > &  v,
const bool  effectiveVolatilityInput = false 
)

Member Function Documentation

◆ capletVolatility()

Handle< OptionletVolatilityStructure > capletVolatility ( ) const

Definition at line 463 of file overnightindexedcoupon.cpp.

463 {
464 return capletVol_;
465}
+ Here is the caller graph for this function:

◆ effectiveVolatilityInput()

bool effectiveVolatilityInput ( ) const

Definition at line 455 of file overnightindexedcoupon.cpp.

+ Here is the caller graph for this function:

◆ effectiveCapletVolatility()

Real effectiveCapletVolatility ( ) const

◆ effectiveFloorletVolatility()

Real effectiveFloorletVolatility ( ) const

Member Data Documentation

◆ capletVol_

Handle<OptionletVolatilityStructure> capletVol_
protected

Definition at line 222 of file overnightindexedcoupon.hpp.

◆ effectiveVolatilityInput_

bool effectiveVolatilityInput_
protected

Definition at line 223 of file overnightindexedcoupon.hpp.

◆ effectiveCapletVolatility_

Real effectiveCapletVolatility_ = Null<Real>()
mutableprotected

Definition at line 224 of file overnightindexedcoupon.hpp.

◆ effectiveFloorletVolatility_

Real effectiveFloorletVolatility_ = Null<Real>()
mutableprotected

Definition at line 225 of file overnightindexedcoupon.hpp.