| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static FutureValueNotional.Builder |
FutureValueNotional.builder()
Returns a builder used to create an instance of the bean.
|
FutureValueNotional.Builder |
FutureValueNotional.Meta.builder() |
FutureValueNotional.Builder |
FutureValueNotional.Builder.dayCountDays(Integer dayCountDays)
Sets the number of days in the calculation period.
|
FutureValueNotional.Builder |
FutureValueNotional.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FutureValueNotional.Builder |
FutureValueNotional.Builder.set(String propertyName,
Object newValue) |
FutureValueNotional.Builder |
FutureValueNotional.toBuilder()
Returns a builder that allows this bean to be mutated.
|
FutureValueNotional.Builder |
FutureValueNotional.Builder.value(Double value)
Sets the amount.
|
FutureValueNotional.Builder |
FutureValueNotional.Builder.valueDate(LocalDate valueDate)
Sets the value date.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.