Uses of Class
com.opengamma.strata.market.param.PointShiftsBuilder
-
Packages that use PointShiftsBuilder Package Description com.opengamma.strata.market.param Market data based on parameters. -
-
Uses of PointShiftsBuilder in com.opengamma.strata.market.param
Methods in com.opengamma.strata.market.param that return PointShiftsBuilder Modifier and Type Method Description PointShiftsBuilderPointShiftsBuilder. addShift(int scenarioIndex, Object nodeIdentifier, double shiftAmount)Adds a shift for a parameter to the builder.PointShiftsBuilderPointShiftsBuilder. addShifts(int scenarioIndex, Map<?,Double> shiftMap)Adds multiple shifts to the builder.static PointShiftsBuilderPointShifts. builder(ShiftType shiftType)Returns a new mutable builder for building instances ofParameterizedDataPointShifts.
-