Uses of Class
com.opengamma.strata.market.curve.ParallelShiftedCurve
-
Packages that use ParallelShiftedCurve Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of ParallelShiftedCurve in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return ParallelShiftedCurve Modifier and Type Method Description static ParallelShiftedCurve
ParallelShiftedCurve. absolute(Curve curve, double shiftAmount)
Returns a curve based on an underlying curve with a fixed amount added to the Y values.static ParallelShiftedCurve
ParallelShiftedCurve. of(Curve curve, ShiftType shiftType, double shiftAmount)
Returns a curve based on an underlying curve with a parallel shift applied to the Y values.static ParallelShiftedCurve
ParallelShiftedCurve. relative(Curve curve, double shiftAmount)
Returns a curve based on an underlying curve with a scaling applied to the Y values.ParallelShiftedCurve
ParallelShiftedCurve. withMetadata(CurveMetadata metadata)
ParallelShiftedCurve
ParallelShiftedCurve. withParameter(int parameterIndex, double newValue)
ParallelShiftedCurve
ParallelShiftedCurve. withPerturbation(ParameterPerturbation perturbation)
Methods in com.opengamma.strata.market.curve that return types with arguments of type ParallelShiftedCurve Modifier and Type Method Description Class<? extends ParallelShiftedCurve>
ParallelShiftedCurve.Meta. beanType()
org.joda.beans.BeanBuilder<? extends ParallelShiftedCurve>
ParallelShiftedCurve.Meta. builder()
-