#include <ql/termstructures/volatility/optionlet/strippedoptionletbase.hpp>
Public Member Functions | |
virtual const std::vector< Rate > & | optionletStrikes (Size i) const =0 |
virtual const std::vector< Volatility > & | optionletVolatilities (Size i) const =0 |
virtual const std::vector< Date > & | optionletFixingDates () const =0 |
virtual const std::vector< Time > & | optionletFixingTimes () const =0 |
virtual Size | optionletMaturities () const =0 |
virtual const std::vector< Rate > & | atmOptionletRates () const =0 |
virtual DayCounter | dayCounter () const =0 |
virtual Calendar | calendar () const =0 |
virtual Natural | settlementDays () const =0 |
virtual BusinessDayConvention | businessDayConvention () const =0 |
virtual VolatilityType | volatilityType () const =0 |
virtual Real | displacement () const =0 |
![]() | |
void | update () |
void | recalculate () |
void | freeze () |
void | unfreeze () |
void | alwaysForwardNotifications () |
![]() | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
void | notifyObservers () |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
typedef boost::unordered_set< ext::shared_ptr< Observable > > | set_type |
typedef set_type::iterator | iterator |
![]() | |
virtual void | calculate () const |
virtual void | performCalculations () const =0 |
![]() | |
bool | calculated_ |
bool | frozen_ |
bool | alwaysForward_ |
Abstract base class interface for a (time indexed) vector of (strike indexed) optionlet (i.e. caplet/floorlet) volatilities.