public interface FiniteDifference1DProduct extends Product
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getValue(double evaluationTime,
FiniteDifference1DModel model)
Return the value of the product under the given model.
|
default Object |
getValue(double evaluationTime,
Model model)
Return the valuation of the product using the given model.
|
double[][] getValue(double evaluationTime,
FiniteDifference1DModel model)
evaluationTime - The time at which the value (valuation) is requested.model - The model under which the valuation should be performed.default Object getValue(double evaluationTime, Model model)
ProductCopyright © 2019. All rights reserved.