|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Normal Bachelier-formula swaption engine. More...
#include <ql/pricingengines/swaption/blackswaptionengine.hpp>
Public Member Functions | |
| BachelierSwaptionEngine (const Handle< YieldTermStructure > &discountCurve, Volatility vol, const DayCounter &dc=Actual365Fixed(), CashAnnuityModel model=DiscountCurve) | |
| BachelierSwaptionEngine (const Handle< YieldTermStructure > &discountCurve, const Handle< Quote > &vol, const DayCounter &dc=Actual365Fixed(), CashAnnuityModel model=DiscountCurve) | |
| BachelierSwaptionEngine (const Handle< YieldTermStructure > &discountCurve, const Handle< SwaptionVolatilityStructure > &vol, CashAnnuityModel model=DiscountCurve) | |
| Public Member Functions inherited from BlackStyleSwaptionEngine< detail::BachelierSpec > | |
| BlackStyleSwaptionEngine (Handle< YieldTermStructure > discountCurve, Volatility vol, const DayCounter &dc=Actual365Fixed(), Real displacement=0.0, CashAnnuityModel model=DiscountCurve) | |
| void | calculate () const override |
| Handle< YieldTermStructure > | termStructure () |
| Handle< SwaptionVolatilityStructure > | volatility () |
| Public Member Functions inherited from GenericEngine< Swaption::arguments, Swaption::results > | |
| PricingEngine::arguments * | getArguments () const override |
| const PricingEngine::results * | getResults () const override |
| void | reset () override |
| void | update () override |
| Public Member Functions inherited from Observable | |
| Observable (const Observable &) | |
| Observable & | operator= (const Observable &) |
| Observable (Observable &&)=delete | |
| Observable & | operator= (Observable &&)=delete |
| void | notifyObservers () |
| Public Member Functions inherited from Observer | |
| 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 | |
| Public Types inherited from BlackStyleSwaptionEngine< detail::BachelierSpec > | |
| enum | CashAnnuityModel |
| Public Types inherited from Observer | |
| typedef set_type::iterator | iterator |
| Protected Attributes inherited from GenericEngine< Swaption::arguments, Swaption::results > | |
| Swaption::arguments | arguments_ |
| Swaption::results | results_ |
Normal Bachelier-formula swaption engine.