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