| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static FutureValueNotional |
FutureValueNotional.autoCalculate()
Obtains an empty instance, that causes the future value notional to be automatically
calculated using the standard formula.
|
FutureValueNotional |
FutureValueNotional.Builder.build() |
static FutureValueNotional |
FutureValueNotional.of(double value)
Obtains an instance from the specified amount.
|
static FutureValueNotional |
FutureValueNotional.of(double value,
LocalDate valueDate,
int dayCountDays)
Obtains an instance from the specified amount, date and number of days.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FutureValueNotional> |
FutureValueNotional.Meta.beanType() |
org.joda.beans.MetaProperty<FutureValueNotional> |
FixedRateCalculation.Meta.futureValueNotional()
The meta-property for the
futureValueNotional property. |
Optional<FutureValueNotional> |
FixedRateCalculation.getFutureValueNotional()
Gets the future value notional.
|
| Modifier and Type | Method and Description |
|---|---|
FixedRateCalculation.Builder |
FixedRateCalculation.Builder.futureValueNotional(FutureValueNotional futureValueNotional)
Sets the future value notional.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.