Class ActiveBoundaryProviderFactory
java.lang.Object
net.finmath.finitedifference.assetderivativevaluation.boundaries.ActiveBoundaryProviderFactory
Factory for active-state boundary providers used by the direct two-state
knock-in solver.
The active state represents the post-activation value, i.e. the corresponding vanilla option after the barrier has been hit.
-
Method Summary
Modifier and TypeMethodDescriptioncreateProvider(FiniteDifferenceEquityModel model, double strike, double maturity, CallOrPut callOrPut) Performs the operation.
-
Method Details
-
createProvider
public static TwoStateActiveBoundaryProvider createProvider(FiniteDifferenceEquityModel model, double strike, double maturity, CallOrPut callOrPut) Performs the operation.- Parameters:
model- The value.strike- The value.maturity- The value.callOrPut- The value.- Returns:
- The value.
-