24#ifndef quantlib_choi_asian_engine_hpp
25#define quantlib_choi_asian_engine_hpp
52 ext::shared_ptr<GeneralizedBlackScholesProcess> p,
54 Size maxNrIntegrationSteps = 2 << 21);
59 const ext::shared_ptr<GeneralizedBlackScholesProcess>
process_;
Asian option on a single asset.
Pricing engine for arithmetic Asian options.
const Size maxNrIntegrationSteps_
void calculate() const override
const ext::shared_ptr< GeneralizedBlackScholesProcess > process_
Discrete-averaging Asian engine base class.
std::size_t Size
size of a container
Base class for pricing engines.