| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
NotionalSchedule.Builder |
NotionalSchedule.Builder.amount(ValueSchedule amount)
Sets the notional amount.
|
static NotionalSchedule.Builder |
NotionalSchedule.builder()
Returns a builder used to create an instance of the bean.
|
NotionalSchedule.Builder |
NotionalSchedule.Meta.builder() |
NotionalSchedule.Builder |
NotionalSchedule.Builder.currency(Currency currency)
Sets the currency of the swap leg associated with the notional.
|
NotionalSchedule.Builder |
NotionalSchedule.Builder.finalExchange(boolean finalExchange)
Sets the flag indicating whether to exchange the final notional.
|
NotionalSchedule.Builder |
NotionalSchedule.Builder.fxReset(FxResetCalculation fxReset)
Sets the FX reset definition, optional.
|
NotionalSchedule.Builder |
NotionalSchedule.Builder.initialExchange(boolean initialExchange)
Sets the flag indicating whether to exchange the initial notional.
|
NotionalSchedule.Builder |
NotionalSchedule.Builder.intermediateExchange(boolean intermediateExchange)
Sets the flag indicating whether to exchange the differences in the notional during the lifetime of the swap.
|
NotionalSchedule.Builder |
NotionalSchedule.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
NotionalSchedule.Builder |
NotionalSchedule.Builder.set(String propertyName,
Object newValue) |
NotionalSchedule.Builder |
NotionalSchedule.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.