QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Monte Carlo engine for forward-starting strike-reset European options using Heston-like process. More...
#include <ql/models/equity/hestonmodel.hpp>
#include <ql/pricingengines/forward/mcforwardvanillaengine.hpp>
#include <ql/pricingengines/vanilla/analytichestonengine.hpp>
#include <ql/processes/hestonprocess.hpp>
#include <utility>
Go to the source code of this file.
Classes | |
class | MCForwardEuropeanHestonEngine< RNG, S, P > |
class | MakeMCForwardEuropeanHestonEngine< RNG, S, P > |
class | ForwardEuropeanHestonPathPricer |
Namespaces | |
namespace | QuantLib |
Monte Carlo engine for forward-starting strike-reset European options using Heston-like process.
Definition in file mcforwardeuropeanhestonengine.hpp.