Class AmericanOptionSabrModelBoundary

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

public class AmericanOptionSabrModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for AmericanOption under the FDMSabrModel.

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

Author:
Alessandro Gnoatto
  • Constructor Details

    • AmericanOptionSabrModelBoundary

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