Uses of Class
com.opengamma.strata.basics.index.ImmutableFloatingRateName
-
Packages that use ImmutableFloatingRateName Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND. -
-
Uses of ImmutableFloatingRateName in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return ImmutableFloatingRateName 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.Methods in com.opengamma.strata.basics.index that return types with arguments of type ImmutableFloatingRateName Modifier and Type Method Description Class<? extends ImmutableFloatingRateName>
ImmutableFloatingRateName.Meta. beanType()
-