| Package | Description |
|---|---|
| com.opengamma.strata.basics.index |
Entity objects describing common market indices, such as LIBOR and FED FUND.
|
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatingRate |
FloatingRate.parse(String indexStr)
Parses a string, handling various different formats.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<FloatingRate> |
FloatingRate.tryParse(String indexStr)
Parses a string, handling various different formats.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.