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 interfaceIborIndexAn inter-bank lending rate index, such as Libor or Euribor.interfaceOvernightIndexAn Overnight index, such as Sonia or Eonia.interfacePriceIndexAn index of prices.interfaceRateIndexA 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 classImmutableIborIndexAn Ibor index implementation based on an immutable set of rules.classImmutableOvernightIndexAn overnight index, such as Sonia or Eonia.classImmutablePriceIndexA 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 FloatingRateIndexFloatingRateIndex. of(String uniqueName)Obtains an instance from the specified unique name.static FloatingRateIndexFloatingRateIndex. parse(String indexStr)Parses a string, handling different types of index.static FloatingRateIndexFloatingRateIndex. parse(String indexStr, Tenor defaultIborTenor)Parses a string, handling different types of index, optionally specifying a tenor for Ibor.default FloatingRateIndexFloatingRateName. toFloatingRateIndex()Returns a floating rate index.default FloatingRateIndexFloatingRateName. 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.
-