Uses of Class
com.opengamma.strata.basics.value.ValueStepSequence
-
Packages that use ValueStepSequence Package Description com.opengamma.strata.basics.value Basic financial tools for working with values. -
-
Uses of ValueStepSequence in com.opengamma.strata.basics.value
Methods in com.opengamma.strata.basics.value that return ValueStepSequence Modifier and Type Method Description static ValueStepSequence
ValueStepSequence. of(LocalDate firstStepDate, LocalDate lastStepDate, Frequency frequency, ValueAdjustment adjustment)
Obtains an instance from the dates, frequency and change.Methods in com.opengamma.strata.basics.value that return types with arguments of type ValueStepSequence Modifier and Type Method Description Class<? extends ValueStepSequence>
ValueStepSequence.Meta. beanType()
org.joda.beans.BeanBuilder<? extends ValueStepSequence>
ValueStepSequence.Meta. builder()
Optional<ValueStepSequence>
ValueSchedule. getStepSequence()
Gets the sequence of steps changing the value.org.joda.beans.MetaProperty<ValueStepSequence>
ValueSchedule.Meta. stepSequence()
The meta-property for thestepSequence
property.Methods in com.opengamma.strata.basics.value with parameters of type ValueStepSequence Modifier and Type Method Description static ValueSchedule
ValueSchedule. of(double initialValue, ValueStepSequence stepSequence)
Obtains an instance from an initial value and a sequence of steps.ValueSchedule.Builder
ValueSchedule.Builder. stepSequence(ValueStepSequence stepSequence)
Sets the sequence of steps changing the value.
-