Uses of Interface
com.opengamma.strata.basics.index.FloatingRate
-
Packages that use FloatingRate Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND. -
-
Uses of FloatingRate in com.opengamma.strata.basics.index
Subinterfaces of FloatingRate in com.opengamma.strata.basics.index Modifier and Type Interface Description interface
FloatingRateIndex
An index used to provide floating rates, typically in interest rate swaps.interface
FloatingRateName
A floating rate index name, such as Libor, Euribor or US Fed Fund.interface
IborIndex
An inter-bank lending rate index, such as Libor or Euribor.interface
OvernightIndex
An Overnight index, such as Sonia or Eonia.interface
PriceIndex
An index of prices.interface
RateIndex
A index of interest rates, such as an Overnight or Inter-Bank rate.Classes in com.opengamma.strata.basics.index that implement FloatingRate Modifier and Type Class Description class
ImmutableFloatingRateName
An immutable floating rate index name, such as Libor, Euribor or US Fed Fund.class
ImmutableIborIndex
An Ibor index implementation based on an immutable set of rules.class
ImmutableOvernightIndex
An overnight index, such as Sonia or Eonia.class
ImmutablePriceIndex
A price index implementation based on an immutable set of rules.Methods in com.opengamma.strata.basics.index that return FloatingRate Modifier and Type Method Description static FloatingRate
FloatingRate. parse(String indexStr)
Parses a string, handling various different formats.Methods in com.opengamma.strata.basics.index that return types with arguments of type FloatingRate Modifier and Type Method Description static Optional<FloatingRate>
FloatingRate. tryParse(String indexStr)
Parses a string, handling various different formats.
-