Uses of Interface
com.opengamma.strata.basics.index.FloatingRateIndex
-
Packages that use FloatingRateIndex Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND. -
-
Uses of FloatingRateIndex in com.opengamma.strata.basics.index
Subinterfaces of FloatingRateIndex in com.opengamma.strata.basics.index Modifier and Type Interface Description 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 FloatingRateIndex Modifier and Type Class Description 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 FloatingRateIndex Modifier and Type Method Description static FloatingRateIndex
FloatingRateIndex. of(String uniqueName)
Obtains an instance from the specified unique name.static FloatingRateIndex
FloatingRateIndex. parse(String indexStr)
Parses a string, handling different types of index.static FloatingRateIndex
FloatingRateIndex. parse(String indexStr, Tenor defaultIborTenor)
Parses a string, handling different types of index, optionally specifying a tenor for Ibor.default FloatingRateIndex
FloatingRateName. toFloatingRateIndex()
Returns a floating rate index.default FloatingRateIndex
FloatingRateName. toFloatingRateIndex(Tenor iborTenor)
Returns a floating rate index.Methods in com.opengamma.strata.basics.index that return types with arguments of type FloatingRateIndex Modifier and Type Method Description static Optional<FloatingRateIndex>
FloatingRateIndex. tryParse(String indexStr)
Parses a string, handling different types of index.static Optional<FloatingRateIndex>
FloatingRateIndex. tryParse(String indexStr, Tenor defaultIborTenor)
Parses a string, handling different types of index, optionally specifying a tenor for Ibor.
-