Class EuropeanOptionCevModelBoundary

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

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

    • EuropeanOptionCevModelBoundary

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