Class EuropeanOptionBachelierModelBoundary

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

public class EuropeanOptionBachelierModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for EuropeanOption 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

    • EuropeanOptionBachelierModelBoundary

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