public interface ProductInterface
Modifier and Type | Method and Description |
---|---|
Object |
getValue(double evaluationTime,
ModelInterface model)
Return the valuation of the product using the given model.
|
Object getValue(double evaluationTime, ModelInterface 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 © 2017. All rights reserved.