Uses of Class
com.opengamma.strata.market.curve.CurveParallelShifts
-
Packages that use CurveParallelShifts Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of CurveParallelShifts in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return CurveParallelShifts Modifier and Type Method Description static CurveParallelShifts
CurveParallelShifts. absolute(double... shiftAmounts)
Creates a shift that adds a fixed amount to the value at every node in the curve.static CurveParallelShifts
CurveParallelShifts. relative(double... shiftAmounts)
Creates a shift that multiplies the values at each curve node by a scaling factor.Methods in com.opengamma.strata.market.curve that return types with arguments of type CurveParallelShifts Modifier and Type Method Description Class<? extends CurveParallelShifts>
CurveParallelShifts.Meta. beanType()
org.joda.beans.BeanBuilder<? extends CurveParallelShifts>
CurveParallelShifts.Meta. builder()
-