| 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 |
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 |
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 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.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.