CalibratedCurves |
CalibratedCurves.getCloneShifted(String symbol,
double shift) |
Returns the set curves calibrated to "shifted" market data, that is,
the market date of this object, modified by the shifts
provided to this methods.
|
CalibratedCurves |
CalibratedCurves.getCloneShifted(Map<String,Double> shifts) |
Returns the set curves calibrated to "shifted" market data, that is,
the market date of this object, modified by the shifts
provided to this methods.
|
CalibratedCurves |
CalibratedCurves.getCloneShifted(Pattern symbolRegExp,
double shift) |
Returns the set curves calibrated to "shifted" market data, that is,
the market date of this object, modified by the shifts
provided to this methods.
|
CalibratedCurves |
CalibratedCurves.getCloneShiftedForRegExp(String symbolRegExp,
double shift) |
Returns the set curves calibrated to "shifted" market data, that is,
the market date of this object, modified by the shifts
provided to this methods.
|