Class BarrierOptionCevModelBoundary

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

public class BarrierOptionCevModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for BarrierOption under the FDMCevModel.

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

    • BarrierOptionCevModelBoundary

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