Class BarrierOptionBachelierModelBoundary

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

public class BarrierOptionBachelierModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for BarrierOption under the FDMBachelierModel.

This class supports both the legacy boundary API returning double[] and the newer explicit boundary-condition API returning BoundaryCondition objects.

Author:
Alessandro Gnoatto
  • Constructor Details

    • BarrierOptionBachelierModelBoundary

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