public interface Product
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(double evaluationTime,
Model model)
Return the valuation of the product using the given model.
|
default Map<String,Object> |
getValues(double evaluationTime,
Model model)
Return the valuation of the product using the given model.
|
Object getValue(double evaluationTime, Model model)
evaluationTime - The evaluation time as double. Cash flows prior and including this time are not considered.model - The model under which the product is valued.default Map<String,Object> getValues(double evaluationTime, Model model)
evaluationTime - The evaluation time as double. Cash flows prior and including this time are not considered.model - The model under which the product is valued.Copyright © 2019. All rights reserved.