| Package | Description |
|---|---|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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 the
steps property. |
| Modifier and Type | Method and 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 the
steps property in the builder
from an array of objects. |
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.