| Package | Description |
|---|---|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueStep.Builder |
ValueStep.builder()
Returns a builder used to create an instance of the bean.
|
ValueStep.Builder |
ValueStep.Meta.builder() |
ValueStep.Builder |
ValueStep.Builder.date(LocalDate date)
Sets the date of the schedule period boundary at which the change occurs.
|
ValueStep.Builder |
ValueStep.Builder.periodIndex(Integer periodIndex)
Sets the index of the schedule period boundary at which the change occurs.
|
ValueStep.Builder |
ValueStep.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ValueStep.Builder |
ValueStep.Builder.set(String propertyName,
Object newValue) |
ValueStep.Builder |
ValueStep.toBuilder()
Returns a builder that allows this bean to be mutated.
|
ValueStep.Builder |
ValueStep.Builder.value(ValueAdjustment value)
Sets the value representing the change that occurs.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.