QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Barone-Adesi and Whaley pricing engine for American options (1987) More...
#include <baroneadesiwhaleyengine.hpp>
Public Member Functions | |
BaroneAdesiWhaleyApproximationEngine (ext::shared_ptr< GeneralizedBlackScholesProcess >) | |
void | calculate () const override |
Static Public Member Functions | |
static Real | criticalPrice (const ext::shared_ptr< StrikedTypePayoff > &payoff, DiscountFactor riskFreeDiscount, DiscountFactor dividendDiscount, Real variance, Real tolerance=1e-6) |
Private Attributes | |
ext::shared_ptr< GeneralizedBlackScholesProcess > | process_ |
Barone-Adesi and Whaley pricing engine for American options (1987)
Definition at line 39 of file baroneadesiwhaleyengine.hpp.
BaroneAdesiWhaleyApproximationEngine | ( | ext::shared_ptr< GeneralizedBlackScholesProcess > | process | ) |
Definition at line 31 of file baroneadesiwhaleyengine.cpp.
|
static |
Definition at line 39 of file baroneadesiwhaleyengine.cpp.
|
override |
Definition at line 135 of file baroneadesiwhaleyengine.cpp.
|
private |
Definition at line 52 of file baroneadesiwhaleyengine.hpp.