CMS-coupon pricer. More...
#include <ql/cashflows/conundrumpricer.hpp>
Public Member Functions | |
AnalyticHaganPricer (const Handle< SwaptionVolatilityStructure > &swaptionVol, GFunctionFactory::YieldCurveModel modelOfYieldCurve, const Handle< Quote > &meanReversion) | |
![]() | |
virtual Rate | swapletRate () const |
virtual Real | capletPrice (Rate effectiveCap) const |
virtual Rate | capletRate (Rate effectiveCap) const |
virtual Real | floorletPrice (Rate effectiveFloor) const |
virtual Rate | floorletRate (Rate effectiveFloor) const |
Real | meanReversion () const |
void | setMeanReversion (const Handle< Quote > &meanReversion) |
![]() | |
CmsCouponPricer (const Handle< SwaptionVolatilityStructure > &v=Handle< SwaptionVolatilityStructure >()) | |
Handle< SwaptionVolatilityStructure > | swaptionVolatility () const |
void | setSwaptionVolatility (const Handle< SwaptionVolatilityStructure > &v=Handle< SwaptionVolatilityStructure >()) |
![]() | |
void | update () |
![]() | |
Observer (const Observer &) | |
Observer & | operator= (const Observer &) |
std::pair< iterator, bool > | registerWith (const ext::shared_ptr< Observable > &) |
void | registerWithObservables (const ext::shared_ptr< Observer > &) |
Size | unregisterWith (const ext::shared_ptr< Observable > &) |
void | unregisterWithAll () |
virtual void | deepUpdate () |
![]() | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
void | notifyObservers () |
Protected Member Functions | |
Real | optionletPrice (Option::Type optionType, Real strike) const |
Real | swapletPrice () const |
![]() | |
HaganPricer (const Handle< SwaptionVolatilityStructure > &swaptionVol, GFunctionFactory::YieldCurveModel modelOfYieldCurve, const Handle< Quote > &meanReversion) | |
void | initialize (const FloatingRateCoupon &coupon) |
Additional Inherited Members | |
![]() | |
typedef boost::unordered_set< ext::shared_ptr< Observable > > | set_type |
typedef set_type::iterator | iterator |
![]() | |
ext::shared_ptr< YieldTermStructure > | rateCurve_ |
GFunctionFactory::YieldCurveModel | modelOfYieldCurve_ |
ext::shared_ptr< GFunction > | gFunction_ |
const CmsCoupon * | coupon_ |
Date | paymentDate_ |
Date | fixingDate_ |
Rate | swapRateValue_ |
DiscountFactor | discount_ |
Real | annuity_ |
Real | gearing_ |
Spread | spread_ |
Real | spreadLegValue_ |
Rate | cutoffForCaplet_ |
Rate | cutoffForFloorlet_ |
Handle< Quote > | meanReversion_ |
Period | swapTenor_ |
ext::shared_ptr< VanillaOptionPricer > | vanillaOptionPricer_ |
CMS-coupon pricer.