Class DoubleBarrierOptionBachelierModelBoundary

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

public class DoubleBarrierOptionBachelierModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for DoubleBarrierOption under the FDMBachelierModel.

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

    • DoubleBarrierOptionBachelierModelBoundary

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