Class AmericanOptionBachelierModelBoundary

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

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

    • AmericanOptionBachelierModelBoundary

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