QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Shifted Lognormal Black-formula swaption engine. More...
#include <blackswaptionengine.hpp>
Additional Inherited Members | |
Public Types inherited from BlackStyleSwaptionEngine< detail::Black76Spec > | |
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_ |
Shifted Lognormal Black-formula swaption engine.
Definition at line 136 of file blackswaptionengine.hpp.
BlackSwaptionEngine | ( | const Handle< YieldTermStructure > & | discountCurve, |
Volatility | vol, | ||
const DayCounter & | dc = Actual365Fixed() , |
||
Real | displacement = 0.0 , |
||
CashAnnuityModel | model = DiscountCurve |
||
) |
Definition at line 30 of file blackswaptionengine.cpp.
BlackSwaptionEngine | ( | const Handle< YieldTermStructure > & | discountCurve, |
const Handle< Quote > & | vol, | ||
const DayCounter & | dc = Actual365Fixed() , |
||
Real | displacement = 0.0 , |
||
CashAnnuityModel | model = DiscountCurve |
||
) |
Definition at line 37 of file blackswaptionengine.cpp.
BlackSwaptionEngine | ( | const Handle< YieldTermStructure > & | discountCurve, |
const Handle< SwaptionVolatilityStructure > & | vol, | ||
CashAnnuityModel | model = DiscountCurve |
||
) |
Definition at line 46 of file blackswaptionengine.cpp.