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 ValueStep
ValueStep.Builder. build()
static ValueStep
ValueStep. of(int periodIndex, ValueAdjustment value)
Obtains an instance that applies at the specified schedule period index.static ValueStep
ValueStep. 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 thesteps
property.Methods in com.opengamma.strata.basics.value with parameters of type ValueStep Modifier and Type Method Description static ValueSchedule
ValueSchedule. of(double initialValue, ValueStep... steps)
Obtains an instance from an initial value and a list of changes.ValueSchedule.Builder
ValueSchedule.Builder. steps(ValueStep... steps)
Sets thesteps
property 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 ValueSchedule
ValueSchedule. of(double initialValue, List<ValueStep> steps)
Obtains an instance from an initial value and a list of changes.ValueSchedule.Builder
ValueSchedule.Builder. steps(List<ValueStep> steps)
Sets the steps defining the change in the value.
-