Class DoubleBarrierOptionCevModelBoundary

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

public class DoubleBarrierOptionCevModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for DoubleBarrierOption under the FDMCevModel.

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

    • DoubleBarrierOptionCevModelBoundary

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