Class TouchOptionSabrModelBoundary

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

public class TouchOptionSabrModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for TouchOption under FDMSabrModel.

State variables are assumed to be (S, alpha), where S is the asset level and alpha the stochastic volatility factor.

Milestone scope: European expiry-settled cash one-touch / no-touch only.

The barrier is assumed to lie on the spot boundary. The alpha-direction boundaries are left free via StandardBoundaryCondition.none().

Author:
Alessandro Gnoatto
  • Constructor Details

    • TouchOptionSabrModelBoundary

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