Uses of Class
com.opengamma.strata.basics.value.ValueStep
- 
Packages that use ValueStep Package Description com.opengamma.strata.basics.value Basic financial tools for working with values. - 
- 
Uses of ValueStep in com.opengamma.strata.basics.value
Methods in com.opengamma.strata.basics.value that return ValueStep Modifier and Type Method Description ValueStepValueStep.Builder. build()static ValueStepValueStep. of(int periodIndex, ValueAdjustment value)Obtains an instance that applies at the specified schedule period index.static ValueStepValueStep. of(LocalDate date, ValueAdjustment value)Obtains an instance that applies at the specified date.Methods in com.opengamma.strata.basics.value that return types with arguments of type ValueStep Modifier and Type Method Description Class<? extends ValueStep>ValueStep.Meta. beanType()List<ValueStep>ValueSchedule. getSteps()Gets the steps defining the change in the value.org.joda.beans.MetaProperty<List<ValueStep>>ValueSchedule.Meta. steps()The meta-property for thestepsproperty.Methods in com.opengamma.strata.basics.value with parameters of type ValueStep Modifier and Type Method Description static ValueScheduleValueSchedule. of(double initialValue, ValueStep... steps)Obtains an instance from an initial value and a list of changes.ValueSchedule.BuilderValueSchedule.Builder. steps(ValueStep... steps)Sets thestepsproperty in the builder from an array of objects.Method parameters in com.opengamma.strata.basics.value with type arguments of type ValueStep Modifier and Type Method Description static ValueScheduleValueSchedule. of(double initialValue, List<ValueStep> steps)Obtains an instance from an initial value and a list of changes.ValueSchedule.BuilderValueSchedule.Builder. steps(List<ValueStep> steps)Sets the steps defining the change in the value. 
 -