Class DigitalOptionSabrModelBoundary

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

public class DigitalOptionSabrModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for DigitalOption under the FDMSabrModel.

The boundary asymptotics depend on the exercise style:

  • European exercise: discounted continuation asymptotics.
  • Bermudan / American exercise: early-exercise asymptotics.

As in the existing two-dimensional equity boundaries, the digital asymptotics are imposed only in the asset direction. In the volatility direction, no explicit boundary condition is imposed.

Author:
Alessandro Gnoatto
  • Constructor Details

    • DigitalOptionSabrModelBoundary

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