Class AmericanOptionBlackScholesModelBoundary

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

public class AmericanOptionBlackScholesModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary condition for an AmericanOption under the FDMBlackScholesModel.

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

Author:
Andrea Mazzon, Alessandro Gnoatto
  • Constructor Details

    • AmericanOptionBlackScholesModelBoundary

      public AmericanOptionBlackScholesModelBoundary(FDMBlackScholesModel model)
      Creates the boundary condition associated with a given FDMBlackScholesModel.
      Parameters:
      model - The Black-Scholes model used to determine risk-free and dividend discount factors.
  • Method Details