25#ifndef quantlib_fdm_black_scholes_solver_hpp
26#define quantlib_fdm_black_scholes_solver_hpp
37 class FdmSnapshotCondition;
38 class GeneralizedBlackScholesProcess;
46 bool localVol =
false,
67 mutable ext::shared_ptr<Fdm1DimSolver>
solver_;
void performCalculations() const override
ext::shared_ptr< Fdm1DimSolver > solver_
const FdmSolverDesc solverDesc_
const Handle< FdmQuantoHelper > quantoHelper_
Real valueAt(Real s) const
Real gammaAt(Real s) const
Handle< GeneralizedBlackScholesProcess > process_
Real deltaAt(Real s) const
Real thetaAt(Real s) const
const FdmSchemeDesc schemeDesc_
const Real illegalLocalVolOverwrite_
Shared handle to an observable.
Framework for calculation on demand and result caching.
template class providing a null value for a given type.
helper class storing market data needed for the quanto adjustment.
Globally accessible relinkable pointer.
framework for calculation on demand and result caching
static FdmSchemeDesc Douglas()