Uses of Class
net.finmath.marketdata2.model.AnalyticModelFromCurvesAndVols
Package | Description |
---|---|
net.finmath.marketdata2.calibration |
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
|
net.finmath.marketdata2.model |
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 AnalyticModelFromCurvesAndVols Constructor Description CalibratedCurves(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 Modifier and Type Method Description AnalyticModelFromCurvesAndVols
AnalyticModelFromCurvesAndVols. clone()