BlackScholesLattice (3) Linux Manual Page
QuantLib::BlackScholesLattice – Simple binomial lattice approximating the Black-Scholes model. Synopsis#include <ql/methods/lattices/bsmlattice.hpp> Inherits TreeLattice1D< BlackScholesLattice< T > >. Public Member FunctionsBlackScholesLattice (const boost::shared_ptr< T > &tree, Rate riskFreeRate, Time end, Size steps) Size size (Size i) const DiscountFactor discount (Size, Size) const void stepback (Size i, const Array &values, Array &newValues) const Real underlying (Size i,…
