Class BermudanOptionHestonModelBoundary

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

public class BermudanOptionHestonModelBoundary extends Object implements FiniteDifferenceBoundary
Boundary conditions for BermudanOption 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().

  • Constructor Details

    • BermudanOptionHestonModelBoundary

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