25#ifndef quantlib_heston_slv_mc_model_hpp
26#define quantlib_heston_slv_mc_model_hpp
47 ext::shared_ptr<BrownianGeneratorFactory> brownianGeneratorFactory,
49 Size timeStepsPerYear = 365,
51 Size calibrationPaths = (1 << 15),
52 const std::vector<Date>& mandatoryDates = std::vector<Date>(),
53 Real mixingFactor = 1.0);
56 ext::shared_ptr<LocalVolTermStructure>
localVol()
const;
Shared handle to an observable.
ext::shared_ptr< LocalVolTermStructure > leverageFunction() const
ext::shared_ptr< TimeGrid > timeGrid_
void performCalculations() const override
const ext::shared_ptr< BrownianGeneratorFactory > brownianGeneratorFactory_
const Size calibrationPaths_
const Handle< LocalVolTermStructure > localVol_
const Handle< HestonModel > hestonModel_
ext::shared_ptr< HestonProcess > hestonProcess() const
ext::shared_ptr< FixedLocalVolSurface > leverageFunction_
ext::shared_ptr< LocalVolTermStructure > localVol() const
Framework for calculation on demand and result caching.
Local volatility surface based on fixed values plus interpolation.
std::size_t Size
size of a container
Globally accessible relinkable pointer.
Heston model for the stochastic volatility of an asset.
framework for calculation on demand and result caching