| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentRelativeTo |
PaymentSchedule.getPaymentRelativeTo()
Gets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.
|
static PaymentRelativeTo |
PaymentRelativeTo.of(String name)
Obtains an instance from the specified name.
|
static PaymentRelativeTo |
PaymentRelativeTo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentRelativeTo[] |
PaymentRelativeTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<PaymentRelativeTo> |
PaymentSchedule.Meta.paymentRelativeTo()
The meta-property for the
paymentRelativeTo property. |
| Modifier and Type | Method and Description |
|---|---|
PaymentSchedule.Builder |
PaymentSchedule.Builder.paymentRelativeTo(PaymentRelativeTo paymentRelativeTo)
Sets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.