| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
IborRateResetMethod |
ResetSchedule.getResetMethod()
Gets the rate reset method, defaulted to 'Unweighted'.
|
static IborRateResetMethod |
IborRateResetMethod.of(String name)
Obtains an instance from the specified name.
|
static IborRateResetMethod |
IborRateResetMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IborRateResetMethod[] |
IborRateResetMethod.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<IborRateResetMethod> |
ResetSchedule.Meta.resetMethod()
The meta-property for the
resetMethod property. |
| Modifier and Type | Method and Description |
|---|---|
ResetSchedule.Builder |
ResetSchedule.Builder.resetMethod(IborRateResetMethod resetMethod)
Sets the rate reset method, defaulted to 'Unweighted'.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.