Interface AnalyticVolatilityCubeProduct

    • Method Detail

      • getValue

        double getValue​(double evaluationTime,
                        VolatilityCubeModel model)
        Return the valuation of the product using the given model. The model has to implement the modes of VolatilityCubeModel.
        Parameters:
        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.
        Returns:
        The value of the product using the given model.