QuantLib_ExtendedLeisenReimer

Langue: en

Autres versions - même langue

Version: 373105 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::ExtendedLeisenReimer -

Leisen & Reimer tree: multiplicative approach.

SYNOPSIS


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

Inherits ExtendedBinomialTree< ExtendedLeisenReimer >.

Public Member Functions


ExtendedLeisenReimer (const boost::shared_ptr< StochasticProcess1D > &, Time end, Size steps, Real strike)

Real underlying (Size i, Size index) const

Real probability (Size, Size, Size branch) const

Protected Attributes


Time end_

Size oddSteps_

Real strike_

Real up_

Real down_

Real pu_

Real pd_

Detailed Description

Leisen & Reimer tree: multiplicative approach.

Author

Generated automatically by Doxygen for QuantLib from the source code.