Uses of Class
net.finmath.marketdata.calibration.CalibratedCurves
Packages that use CalibratedCurves
Package
Description
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
-
Uses of CalibratedCurves in net.finmath.marketdata.calibration
Methods in net.finmath.marketdata.calibration that return CalibratedCurvesModifier and TypeMethodDescriptionCalibratedCurves.getCloneShifted(String symbol, double shift)
Returns the set curves calibrated to "shifted" market data, that is, the market date ofthis
object, modified by the shifts provided to this methods.CalibratedCurves.getCloneShifted(Map<String,Double> shifts)
Returns the set curves calibrated to "shifted" market data, that is, the market date ofthis
object, modified by the shifts provided to this methods.CalibratedCurves.getCloneShifted(Pattern symbolRegExp, double shift)
Returns the set curves calibrated to "shifted" market data, that is, the market date ofthis
object, modified by the shifts provided to this methods.CalibratedCurves.getCloneShiftedForRegExp(String symbolRegExp, double shift)
Returns the set curves calibrated to "shifted" market data, that is, the market date ofthis
object, modified by the shifts provided to this methods.