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 NegativeRateMethodIborRateCalculation. getNegativeRateMethod()Gets the negative rate method, defaulted to 'AllowNegative'.NegativeRateMethodOvernightRateCalculation. getNegativeRateMethod()Gets the negative rate method, defaulted to 'AllowNegative'.NegativeRateMethodRateAccrualPeriod. getNegativeRateMethod()Gets the negative rate method, defaulted to 'AllowNegative'.static NegativeRateMethodNegativeRateMethod. of(String name)Obtains an instance from the specified name.static NegativeRateMethodNegativeRateMethod. 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 thenegativeRateMethodproperty.org.joda.beans.MetaProperty<NegativeRateMethod>OvernightRateCalculation.Meta. negativeRateMethod()The meta-property for thenegativeRateMethodproperty.org.joda.beans.MetaProperty<NegativeRateMethod>RateAccrualPeriod.Meta. negativeRateMethod()The meta-property for thenegativeRateMethodproperty.Methods in com.opengamma.strata.product.swap with parameters of type NegativeRateMethod Modifier and Type Method Description IborRateCalculation.BuilderIborRateCalculation.Builder. negativeRateMethod(NegativeRateMethod negativeRateMethod)Sets the negative rate method, defaulted to 'AllowNegative'.OvernightRateCalculation.BuilderOvernightRateCalculation.Builder. negativeRateMethod(NegativeRateMethod negativeRateMethod)Sets the negative rate method, defaulted to 'AllowNegative'.RateAccrualPeriod.BuilderRateAccrualPeriod.Builder. negativeRateMethod(NegativeRateMethod negativeRateMethod)Sets the negative rate method, defaulted to 'AllowNegative'.
-