Class EuropeanOptionMertonModelBoundary

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

public class EuropeanOptionMertonModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for EuropeanOption under the FDMMertonModel.

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

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

Author:
Alessandro Gnoatto
  • Constructor Details

    • EuropeanOptionMertonModelBoundary

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