|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Normal Bachelier-formula swaption engine. More...
#include <blackswaptionengine.hpp>
Inheritance diagram for BachelierSwaptionEngine:
Collaboration diagram for BachelierSwaptionEngine: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.
Definition at line 161 of file blackswaptionengine.hpp.
| BachelierSwaptionEngine | ( | const Handle< YieldTermStructure > & | discountCurve, |
| Volatility | vol, | ||
| const DayCounter & | dc = Actual365Fixed(), |
||
| CashAnnuityModel | model = DiscountCurve |
||
| ) |
Definition at line 58 of file blackswaptionengine.cpp.
| BachelierSwaptionEngine | ( | const Handle< YieldTermStructure > & | discountCurve, |
| const Handle< Quote > & | vol, | ||
| const DayCounter & | dc = Actual365Fixed(), |
||
| CashAnnuityModel | model = DiscountCurve |
||
| ) |
Definition at line 64 of file blackswaptionengine.cpp.
| BachelierSwaptionEngine | ( | const Handle< YieldTermStructure > & | discountCurve, |
| const Handle< SwaptionVolatilityStructure > & | vol, | ||
| CashAnnuityModel | model = DiscountCurve |
||
| ) |
Definition at line 70 of file blackswaptionengine.cpp.