Class BermudanOptionSabrModelBoundary

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

public class BermudanOptionSabrModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for BermudanOption 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 alpha-direction boundaries are left untouched via StandardBoundaryCondition.none().

Author:
Alessandro Gnoatto
  • Constructor Details

    • BermudanOptionSabrModelBoundary

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