Uses of Class
com.opengamma.strata.product.swap.IborRateResetMethod
-
Packages that use IborRateResetMethod Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of IborRateResetMethod in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return IborRateResetMethod Modifier and Type Method 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.Methods in com.opengamma.strata.product.swap that return types with arguments of type IborRateResetMethod Modifier and Type Method Description org.joda.beans.MetaProperty<IborRateResetMethod>
ResetSchedule.Meta. resetMethod()
The meta-property for theresetMethod
property.Methods in com.opengamma.strata.product.swap with parameters of type IborRateResetMethod Modifier and Type Method Description ResetSchedule.Builder
ResetSchedule.Builder. resetMethod(IborRateResetMethod resetMethod)
Sets the rate reset method, defaulted to 'Unweighted'.
-