24#ifndef quantext_xassetlgm_eqoptionengine_hpp
25#define quantext_xassetlgm_eqoptionengine_hpp
27#include <ql/instruments/vanillaoption.hpp>
52 Real
value(
const Time t0,
const Time t,
const QuantLib::ext::shared_ptr<StrikedTypePayoff> payoff,
53 const Real domesticDiscount,
const Real eqForward)
const;
56 const QuantLib::ext::shared_ptr<CrossAssetModel>
model_;
Analytic cross-asset lgm equity option engine.
Real value(const Time t0, const Time t, const QuantLib::ext::shared_ptr< StrikedTypePayoff > payoff, const Real domesticDiscount, const Real eqForward) const
void calculate() const override
const QuantLib::ext::shared_ptr< CrossAssetModel > model_