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 PointShiftsBuilder
PointShiftsBuilder. addShift(int scenarioIndex, Object nodeIdentifier, double shiftAmount)
Adds a shift for a parameter to the builder.PointShiftsBuilder
PointShiftsBuilder. addShifts(int scenarioIndex, Map<?,Double> shiftMap)
Adds multiple shifts to the builder.static PointShiftsBuilder
PointShifts. builder(ShiftType shiftType)
Returns a new mutable builder for building instances ofParameterizedDataPointShifts
.
-