| Package | Description |
|---|---|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Field and Description |
|---|---|
static ValueSchedule |
ValueSchedule.ALWAYS_0
A value schedule that always has the value zero.
|
static ValueSchedule |
ValueSchedule.ALWAYS_1
A value schedule that always has the value one.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSchedule |
ValueSchedule.Builder.build() |
static ValueSchedule |
ValueSchedule.of(double value)
Obtains an instance from a single value that does not change over time.
|
static ValueSchedule |
ValueSchedule.of(double initialValue,
List<ValueStep> steps)
Obtains an instance from an initial value and a list of changes.
|
static ValueSchedule |
ValueSchedule.of(double initialValue,
ValueStep... steps)
Obtains an instance from an initial value and a list of changes.
|
static ValueSchedule |
ValueSchedule.of(double initialValue,
ValueStepSequence stepSequence)
Obtains an instance from an initial value and a sequence of steps.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ValueSchedule> |
ValueSchedule.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.