QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
ExtendedAdditiveEQPBinomialTree Class Reference

Additive equal probabilities binomial tree. More...

#include <ql/experimental/lattices/extendedbinomialtree.hpp>

+ Inheritance diagram for ExtendedAdditiveEQPBinomialTree:
+ Collaboration diagram for ExtendedAdditiveEQPBinomialTree:

Public Member Functions

 ExtendedAdditiveEQPBinomialTree (const ext::shared_ptr< StochasticProcess1D > &, Time end, Size steps, Real strike)
 
- Public Member Functions inherited from ExtendedEqualProbabilitiesBinomialTree< ExtendedAdditiveEQPBinomialTree >
 ExtendedEqualProbabilitiesBinomialTree (const ext::shared_ptr< StochasticProcess1D > &process, Time end, Size steps)
 
virtual ~ExtendedEqualProbabilitiesBinomialTree ()=default
 
Real underlying (Size i, Size index) const
 
Real probability (Size, Size, Size) const
 
- Public Member Functions inherited from ExtendedBinomialTree< T >
 ExtendedBinomialTree (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 upStep (Time stepTime) const override
 
virtual Real upStep (Time stepTime) const=0
 
- Protected Member Functions inherited from ExtendedBinomialTree< T >
Real driftStep (Time driftTime) const
 
- Protected Member Functions inherited from CuriouslyRecurringTemplate< T >
 CuriouslyRecurringTemplate ()=default
 
 ~CuriouslyRecurringTemplate ()=default
 
T & impl ()
 
const T & impl () const
 

Additional Inherited Members

- Public Types inherited from ExtendedBinomialTree< T >
enum  Branches { branches = 2 }
 
- Protected Attributes inherited from ExtendedEqualProbabilitiesBinomialTree< ExtendedAdditiveEQPBinomialTree >
Real up_
 
- Protected Attributes inherited from ExtendedBinomialTree< T >
Real x0_
 
Time dt_
 
ext::shared_ptr< StochasticProcess1DtreeProcess_
 

Detailed Description

Additive equal probabilities binomial tree.

Definition at line 162 of file extendedbinomialtree.hpp.

Constructor & Destructor Documentation

◆ ExtendedAdditiveEQPBinomialTree()

ExtendedAdditiveEQPBinomialTree ( const ext::shared_ptr< StochasticProcess1D > &  process,
Time  end,
Size  steps,
Real  strike 
)

Definition at line 66 of file extendedbinomialtree.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ upStep()

Real upStep ( Time  stepTime) const
overrideprotectedvirtual

Implements ExtendedEqualProbabilitiesBinomialTree< ExtendedAdditiveEQPBinomialTree >.

Definition at line 77 of file extendedbinomialtree.cpp.

+ Here is the call graph for this function: