Uses of Class
com.opengamma.strata.basics.index.FloatingRateType
-
Packages that use FloatingRateType Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND. -
-
Uses of FloatingRateType in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return FloatingRateType Modifier and Type Method Description FloatingRateType
FloatingRateName. getType()
Gets the type of the index - Ibor, Overnight or Price.FloatingRateType
ImmutableFloatingRateName. getType()
Gets the type of the index.static FloatingRateType
FloatingRateType. of(String name)
Obtains an instance from the specified name.static FloatingRateType
FloatingRateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FloatingRateType[]
FloatingRateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.basics.index that return types with arguments of type FloatingRateType Modifier and Type Method Description org.joda.beans.MetaProperty<FloatingRateType>
ImmutableFloatingRateName.Meta. type()
The meta-property for thetype
property.Methods in com.opengamma.strata.basics.index with parameters of type FloatingRateType Modifier and Type Method Description static ImmutableFloatingRateName
ImmutableFloatingRateName. of(String externalName, String indexName, FloatingRateType type)
Obtains an instance from the specified external name, index name and type.static ImmutableFloatingRateName
ImmutableFloatingRateName. of(String externalName, String indexName, FloatingRateType type, int fixingDateOffsetDays)
Obtains an instance from the specified external name, index name and type.
-