| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FxResetNotionalExchange
An exchange of notionals between two counterparties where FX reset applies.
|
class |
NotionalExchange
An exchange of notionals between two counterparties.
|
| Modifier and Type | Method and Description |
|---|---|
SwapPaymentEvent |
SwapPaymentEvent.adjustPaymentDate(TemporalAdjuster adjuster)
Adjusts the payment date using the rules of the specified adjuster.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<SwapPaymentEvent> |
ResolvedSwapLeg.getPaymentEvents()
Gets the payment events that are associated with the swap leg.
|
ImmutableList<SwapPaymentEvent> |
RatePeriodSwapLeg.getPaymentEvents()
Gets the additional payment events that are associated with the swap leg.
|
org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>> |
ResolvedSwapLeg.Meta.paymentEvents()
The meta-property for the
paymentEvents property. |
org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>> |
RatePeriodSwapLeg.Meta.paymentEvents()
The meta-property for the
paymentEvents property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedSwapLeg.Builder |
ResolvedSwapLeg.Builder.paymentEvents(SwapPaymentEvent... paymentEvents)
Sets the
paymentEvents property in the builder
from an array of objects. |
RatePeriodSwapLeg.Builder |
RatePeriodSwapLeg.Builder.paymentEvents(SwapPaymentEvent... paymentEvents)
Sets the
paymentEvents property in the builder
from an array of objects. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedSwapLeg.Builder |
ResolvedSwapLeg.Builder.paymentEvents(List<? extends SwapPaymentEvent> paymentEvents)
Sets the payment events that are associated with the swap leg.
|
RatePeriodSwapLeg.Builder |
RatePeriodSwapLeg.Builder.paymentEvents(List<SwapPaymentEvent> paymentEvents)
Sets the additional payment events that are associated with the swap leg.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.