Class EuropeanOptionHestonModelBoundary

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

public class EuropeanOptionHestonModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for EuropeanOption under the FDMHestonModel.

State variables are assumed to be (S, v), where S is the asset level and v the variance. Dirichlet conditions are imposed in the asset direction, while the variance- direction boundaries are left untouched via StandardBoundaryCondition.none().

This implementation uses grid-aware asset-direction boundary values: instead of applying asymptotic formulas blindly, it evaluates discounted intrinsic value at the actual boundary stock level.

Author:
Alessandro Gnoatto
  • Constructor Details

    • EuropeanOptionHestonModelBoundary

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