Uses of Class
net.finmath.marketdata2.model.AnalyticModelFromCurvesAndVols
Packages that use AnalyticModelFromCurvesAndVols
Package
Description
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
Provides interface specification and implementation of a model, which is essentially
a collection of curves.
-
Uses of AnalyticModelFromCurvesAndVols in net.finmath.marketdata2.calibration
Constructors in net.finmath.marketdata2.calibration with parameters of type AnalyticModelFromCurvesAndVolsModifierConstructorDescriptionCalibratedCurves(CalibratedCurves.CalibrationSpec[] calibrationSpecs, AnalyticModelFromCurvesAndVols calibrationModel)
Generate a collection of calibrated curves (discount curves, forward curves) from a vector of calibration products and a given model.CalibratedCurves(CalibratedCurves.CalibrationSpec[] calibrationSpecs, AnalyticModelFromCurvesAndVols calibrationModel, double calibrationAccuracy)
Generate a collection of calibrated curves (discount curves, forward curves) from a vector of calibration products and a given model.CalibratedCurves(CalibratedCurves.CalibrationSpec[] calibrationSpecs, AnalyticModelFromCurvesAndVols calibrationModel, double evaluationTime, double calibrationAccuracy)
Generate a collection of calibrated curves (discount curves, forward curves) from a vector of calibration products and a given model. -
Uses of AnalyticModelFromCurvesAndVols in net.finmath.marketdata2.model
Methods in net.finmath.marketdata2.model that return AnalyticModelFromCurvesAndVols