Uses of Class
com.opengamma.strata.product.swap.NegativeRateMethod
-
Packages that use NegativeRateMethod Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of NegativeRateMethod in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return NegativeRateMethod Modifier and Type Method Description NegativeRateMethod
IborRateCalculation. getNegativeRateMethod()
Gets the negative rate method, defaulted to 'AllowNegative'.NegativeRateMethod
OvernightRateCalculation. getNegativeRateMethod()
Gets the negative rate method, defaulted to 'AllowNegative'.NegativeRateMethod
RateAccrualPeriod. 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.Methods in com.opengamma.strata.product.swap that return types with arguments of type NegativeRateMethod Modifier and Type Method Description org.joda.beans.MetaProperty<NegativeRateMethod>
IborRateCalculation.Meta. negativeRateMethod()
The meta-property for thenegativeRateMethod
property.org.joda.beans.MetaProperty<NegativeRateMethod>
OvernightRateCalculation.Meta. negativeRateMethod()
The meta-property for thenegativeRateMethod
property.org.joda.beans.MetaProperty<NegativeRateMethod>
RateAccrualPeriod.Meta. negativeRateMethod()
The meta-property for thenegativeRateMethod
property.Methods in com.opengamma.strata.product.swap with parameters of type NegativeRateMethod Modifier and Type Method Description IborRateCalculation.Builder
IborRateCalculation.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'.RateAccrualPeriod.Builder
RateAccrualPeriod.Builder. negativeRateMethod(NegativeRateMethod negativeRateMethod)
Sets the negative rate method, defaulted to 'AllowNegative'.
-