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 FloatingRateTypeFloatingRateName. getType()Gets the type of the index - Ibor, Overnight or Price.FloatingRateTypeImmutableFloatingRateName. getType()Gets the type of the index.static FloatingRateTypeFloatingRateType. of(String name)Obtains an instance from the specified name.static FloatingRateTypeFloatingRateType. 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 thetypeproperty.Methods in com.opengamma.strata.basics.index with parameters of type FloatingRateType Modifier and Type Method Description static ImmutableFloatingRateNameImmutableFloatingRateName. of(String externalName, String indexName, FloatingRateType type)Obtains an instance from the specified external name, index name and type.static ImmutableFloatingRateNameImmutableFloatingRateName. of(String externalName, String indexName, FloatingRateType type, int fixingDateOffsetDays)Obtains an instance from the specified external name, index name and type.
-