Uses of Class
net.finmath.marketdata.model.volatilities.AbstractVolatilitySurfaceParametric
-
Packages that use AbstractVolatilitySurfaceParametric Package Description net.finmath.marketdata.model.volatilities Provides interface specification and implementation of volatility surfaces, e.g., interest rate volatility surfaces like (implied) caplet volatilities and swaption volatilities. -
-
Uses of AbstractVolatilitySurfaceParametric in net.finmath.marketdata.model.volatilities
Subclasses of AbstractVolatilitySurfaceParametric in net.finmath.marketdata.model.volatilities Modifier and Type Class Description classCapletVolatilitiesParametricA parametric caplet volatility surface created form the four parameter model for the instantaneous forward rate lognormal volatility given by \( \sigma(t) = (a + b t) \exp(- c t) + d \).classCapletVolatilitiesParametricDisplacedFourParameterAnalyticA parametric caplet volatility surface created form the four parameter model for the instantaneous displaced forward rate lognormal volatility given by \( \sigma(t) = (a + b t) \exp(- c t) + d \).classCapletVolatilitiesParametricFourParameterPicewiseConstantA parametric caplet volatility surface created form the picewise constant (numerical integration) of the four parameter model for the instantaneous forward rate volatility given by \( \sigma(t) = (a + b t) \exp(- c t) + d \).Methods in net.finmath.marketdata.model.volatilities that return AbstractVolatilitySurfaceParametric Modifier and Type Method Description AbstractVolatilitySurfaceParametricAbstractVolatilitySurfaceParametric. getCloneCalibrated(AnalyticModel calibrationModel, Vector<AnalyticProduct> calibrationProducts, List<Double> calibrationTargetValues, Map<String,Object> calibrationParameters)AbstractVolatilitySurfaceParametricAbstractVolatilitySurfaceParametric. getCloneCalibrated(AnalyticModel calibrationModel, Vector<AnalyticProduct> calibrationProducts, List<Double> calibrationTargetValues, Map<String,Object> calibrationParameters, ParameterTransformation parameterTransformation)AbstractVolatilitySurfaceParametricAbstractVolatilitySurfaceParametric. getCloneCalibrated(AnalyticModel calibrationModel, Vector<AnalyticProduct> calibrationProducts, List<Double> calibrationTargetValues, Map<String,Object> calibrationParameters, ParameterTransformation parameterTransformation, OptimizerFactory optimizerFactory)Create a clone of this volatility surface using a generic calibration of its parameters to given market data.abstract AbstractVolatilitySurfaceParametricAbstractVolatilitySurfaceParametric. getCloneForParameter(double[] value)Returns a clone of this volatility surface with modified parameters.AbstractVolatilitySurfaceParametricCapletVolatilitiesParametric. getCloneForParameter(double[] value)AbstractVolatilitySurfaceParametricCapletVolatilitiesParametricDisplacedFourParameterAnalytic. getCloneForParameter(double[] value)AbstractVolatilitySurfaceParametricCapletVolatilitiesParametricFourParameterPicewiseConstant. getCloneForParameter(double[] value)
-