Class EuropeanOptionBlackScholesModelBoundary

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

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

    • EuropeanOptionBlackScholesModelBoundary

      public EuropeanOptionBlackScholesModelBoundary(FDMBlackScholesModel model)
      Creates the boundary condition associated with a given Black-Scholes model.
      Parameters:
      model - The Black-Scholes model providing risk-free and dividend curves.
  • Method Details