Class DoubleBarrierOptionBlackScholesModelBoundary

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

public class DoubleBarrierOptionBlackScholesModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for DoubleBarrierOption under the FDMBlackScholesModel.

The double barriers themselves are enforced internally by the product through state constraints. Therefore, the outer-domain boundaries use the same vanilla asymptotics as EuropeanOption.

Author:
Alessandro Gnoatto
  • Constructor Details

    • DoubleBarrierOptionBlackScholesModelBoundary

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