|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Bjerksund and Stensland pricing engine for American options (1993) More...
#include <bjerksundstenslandengine.hpp>
Inheritance diagram for BjerksundStenslandApproximationEngine:
Collaboration diagram for BjerksundStenslandApproximationEngine:Public Member Functions | |
| BjerksundStenslandApproximationEngine (ext::shared_ptr< GeneralizedBlackScholesProcess >) | |
| void | calculate () const override |
Private Member Functions | |
| OneAssetOption::results | americanCallApproximation (Real S, Real X, Real rfD, Real dD, Real variance) const |
| OneAssetOption::results | europeanCallResults (Real S, Real X, Real rfD, Real dD, Real variance) const |
| OneAssetOption::results | immediateExercise (Real S, Real X) const |
Private Attributes | |
| ext::shared_ptr< GeneralizedBlackScholesProcess > | process_ |
Bjerksund and Stensland pricing engine for American options (1993)
Definition at line 39 of file bjerksundstenslandengine.hpp.
| BjerksundStenslandApproximationEngine | ( | ext::shared_ptr< GeneralizedBlackScholesProcess > | process | ) |
Definition at line 113 of file bjerksundstenslandengine.cpp.
|
override |
Definition at line 432 of file bjerksundstenslandengine.cpp.
Here is the call graph for this function:
|
private |
Definition at line 178 of file bjerksundstenslandengine.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 120 of file bjerksundstenslandengine.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 159 of file bjerksundstenslandengine.cpp.
Here is the caller graph for this function:
|
private |
Definition at line 53 of file bjerksundstenslandengine.hpp.