Class DigitalBasketOptionMultiAssetBlackScholesModelBoundary

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

public class DigitalBasketOptionMultiAssetBlackScholesModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for DigitalBasketOption under FDMMultiAssetBlackScholesModel.

The class covers the three digital payoff families supported by DigitalBasketOption:

  • linear-combination digital,
  • best-of digital,
  • worst-of digital.

The lower-face reductions are exact and therefore this class requires both asset grids to start at zero.

Author:
Alessandro Gnoatto
  • Constructor Details

    • DigitalBasketOptionMultiAssetBlackScholesModelBoundary

      public DigitalBasketOptionMultiAssetBlackScholesModelBoundary(FDMMultiAssetBlackScholesModel model)
      Creates the boundary class.
      Parameters:
      model - The underlying finite-difference model.
  • Method Details