|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <binomialtree.hpp>
Inheritance diagram for Joshi4:
Collaboration diagram for Joshi4:Public Member Functions | |
| Joshi4 (const ext::shared_ptr< StochasticProcess1D > &, Time end, Size steps, Real strike) | |
| Real | underlying (Size i, Size index) const |
| Real | probability (Size, Size, Size branch) const |
Public Member Functions inherited from BinomialTree< Joshi4 > | |
| BinomialTree (const ext::shared_ptr< StochasticProcess1D > &process, Time end, Size steps) | |
| Size | size (Size i) const |
| Size | descendant (Size, Size index, Size branch) const |
Public Member Functions inherited from Tree< T > | |
| Tree (Size columns) | |
| Size | columns () const |
Protected Member Functions | |
| Real | computeUpProb (Real k, Real dj) const |
Protected Member Functions inherited from CuriouslyRecurringTemplate< T > | |
| CuriouslyRecurringTemplate ()=default | |
| ~CuriouslyRecurringTemplate ()=default | |
| T & | impl () |
| const T & | impl () const |
Protected Attributes | |
| Real | up_ |
| Real | down_ |
| Real | pu_ |
| Real | pd_ |
Protected Attributes inherited from BinomialTree< Joshi4 > | |
| Real | x0_ |
| Real | driftPerStep_ |
| Time | dt_ |
Additional Inherited Members | |
Public Types inherited from BinomialTree< Joshi4 > | |
| enum | Branches |
Definition at line 190 of file binomialtree.hpp.
| Joshi4 | ( | const ext::shared_ptr< StochasticProcess1D > & | process, |
| Time | end, | ||
| Size | steps, | ||
| Real | strike | ||
| ) |
Definition at line 196 of file binomialtree.hpp.
Definition at line 200 of file binomialtree.hpp.
|
protected |
Definition at line 205 of file binomialtree.hpp.
|
protected |
Definition at line 205 of file binomialtree.hpp.
|
protected |
Definition at line 205 of file binomialtree.hpp.
|
protected |
Definition at line 205 of file binomialtree.hpp.