Class EuropeanOptionVarianceGammaModelBoundary

java.lang.Object
net.finmath.finitedifference.assetderivativevaluation.boundaries.EuropeanOptionVarianceGammaModelBoundary
All Implemented Interfaces:
FiniteDifferenceBoundary

public class EuropeanOptionVarianceGammaModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for EuropeanOption under the FDMVarianceGammaModel.

The class follows the standard factory naming convention <ProductSimpleName><ModelCoreName>Boundary, so that it can be instantiated automatically by FDBoundaryFactory.

Since the finite-difference Variance Gamma model is formulated in the stock variable, the standard one-dimensional vanilla outer-domain asymptotics are used.

Author:
Alessandro Gnoatto
  • Constructor Details

    • EuropeanOptionVarianceGammaModelBoundary

      public EuropeanOptionVarianceGammaModelBoundary(FDMVarianceGammaModel model)
      Creates the boundary condition associated with a given FDMVarianceGammaModel.
      Parameters:
      model - The Variance Gamma model used to determine risk-free and dividend discount factors.
  • Method Details