|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Analytic engine for cap/floor. More...
#include <analyticcapfloorengine.hpp>
Inheritance diagram for AnalyticCapFloorEngine:
Collaboration diagram for AnalyticCapFloorEngine:Public Member Functions | |
| AnalyticCapFloorEngine (const ext::shared_ptr< AffineModel > &model, Handle< YieldTermStructure > termStructure=Handle< YieldTermStructure >()) | |
| void | calculate () const override |
Public Member Functions inherited from GenericModelEngine< AffineModel, CapFloor::arguments, CapFloor::results > | |
| GenericModelEngine (Handle< AffineModel > model=Handle< AffineModel >()) | |
| GenericModelEngine (const ext::shared_ptr< AffineModel > &model) | |
Public Member Functions inherited from GenericEngine< ArgumentsType, ResultsType > | |
| PricingEngine::arguments * | getArguments () const override |
| const PricingEngine::results * | getResults () const override |
| void | reset () override |
| void | update () override |
Public Member Functions inherited from PricingEngine | |
| ~PricingEngine () override=default | |
| virtual arguments * | getArguments () const =0 |
| virtual const results * | getResults () const =0 |
| virtual void | reset ()=0 |
| virtual void | calculate () const =0 |
Public Member Functions inherited from Observable | |
| Observable ()=default | |
| Observable (const Observable &) | |
| Observable & | operator= (const Observable &) |
| Observable (Observable &&)=delete | |
| Observable & | operator= (Observable &&)=delete |
| virtual | ~Observable ()=default |
| void | notifyObservers () |
Public Member Functions inherited from Observer | |
| Observer ()=default | |
| Observer (const Observer &) | |
| Observer & | operator= (const Observer &) |
| virtual | ~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 | update ()=0 |
| virtual void | deepUpdate () |
Private Attributes | |
| Handle< YieldTermStructure > | termStructure_ |
Additional Inherited Members | |
Public Types inherited from Observer | |
| typedef set_type::iterator | iterator |
Protected Attributes inherited from GenericModelEngine< AffineModel, CapFloor::arguments, CapFloor::results > | |
| Handle< AffineModel > | model_ |
Protected Attributes inherited from GenericEngine< ArgumentsType, ResultsType > | |
| ArgumentsType | arguments_ |
| ResultsType | results_ |
Analytic engine for cap/floor.
Definition at line 35 of file analyticcapfloorengine.hpp.
| AnalyticCapFloorEngine | ( | const ext::shared_ptr< AffineModel > & | model, |
| Handle< YieldTermStructure > | termStructure = Handle<YieldTermStructure>() |
||
| ) |
Definition at line 26 of file analyticcapfloorengine.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements PricingEngine.
Definition at line 34 of file analyticcapfloorengine.cpp.
Here is the call graph for this function:
|
private |
Definition at line 49 of file analyticcapfloorengine.hpp.