QuantLib_MakeMCEuropeanGJRGARCHEngine (3) Linux Manual Page
QuantLib::MakeMCEuropeanGJRGARCHEngine – Monte Carlo GJR-GARCH European engine factory.
Synopsis
#include <ql/pricingengines/vanilla/mceuropeangjrgarchengine.hpp>Public Member Functions
MakeMCEuropeanGJRGARCHEngine (const boost::shared_ptr< GJRGARCHProcess > &)MakeMCEuropeanGJRGARCHEngine & withSteps (Size steps)
MakeMCEuropeanGJRGARCHEngine & withStepsPerYear (Size steps)
MakeMCEuropeanGJRGARCHEngine & withSamples (Size samples)
MakeMCEuropeanGJRGARCHEngine & withTolerance (Real tolerance)
MakeMCEuropeanGJRGARCHEngine & withMaxSamples (Size samples)
MakeMCEuropeanGJRGARCHEngine & withSeed (BigNatural seed)
MakeMCEuropeanGJRGARCHEngine & withAntitheticVariate (bool b=true)
operator boost::shared_ptr< PricingEngine > () const
