base pricer for capped/floored Ibor coupons More...
#include <ql/cashflows/couponpricer.hpp>
Public Member Functions | |
IborCouponPricer (const Handle< OptionletVolatilityStructure > &v=Handle< OptionletVolatilityStructure >()) | |
Handle< OptionletVolatilityStructure > | capletVolatility () const |
void | setCapletVolatility (const Handle< OptionletVolatilityStructure > &v=Handle< OptionletVolatilityStructure >()) |
![]() | |
virtual Real | swapletPrice () const =0 |
virtual Rate | swapletRate () const =0 |
virtual Real | capletPrice (Rate effectiveCap) const =0 |
virtual Rate | capletRate (Rate effectiveCap) const =0 |
virtual Real | floorletPrice (Rate effectiveFloor) const =0 |
virtual Rate | floorletRate (Rate effectiveFloor) const =0 |
virtual void | initialize (const FloatingRateCoupon &coupon)=0 |
void | update () |
![]() | |
Observer (const Observer &) | |
Observer & | operator= (const Observer &) |
std::pair< std::set< boost::shared_ptr< Observable > >::iterator, bool > | registerWith (const boost::shared_ptr< Observable > &) |
void | registerWithObservables (const boost::shared_ptr< Observer > &) |
Size | unregisterWith (const boost::shared_ptr< Observable > &) |
void | unregisterWithAll () |
![]() | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
void | notifyObservers () |
base pricer for capped/floored Ibor coupons