Class EuropeanOptionSabrModelBoundary

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

public class EuropeanOptionSabrModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for EuropeanOption under the FDMSabrModel.

State variables are assumed to be (S, alpha), where S is the asset level and alpha is the stochastic volatility factor. Dirichlet conditions are imposed in the asset direction, while the volatility-direction boundaries are left untouched via StandardBoundaryCondition.none().

This implementation uses grid-aware asset-direction boundary values: instead of applying asymptotic formulas blindly, it evaluates discounted intrinsic value at the actual boundary stock level.

Author:
Alessandro Gnoatto
  • Constructor Details

    • EuropeanOptionSabrModelBoundary

      public EuropeanOptionSabrModelBoundary(FDMSabrModel model)
      Performs the operation.
      Parameters:
      model - The value.
  • Method Details