| Package | Description |
|---|---|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueStepSequence |
ValueStepSequence.of(LocalDate firstStepDate,
LocalDate lastStepDate,
Frequency frequency,
ValueAdjustment adjustment)
Obtains an instance from the dates, frequency and change.
|
| Modifier and Type | Method and 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 the
stepSequence property. |
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.