| Package | Description |
|---|---|
| com.opengamma.strata.basics.index |
Entity objects describing common market indices, such as LIBOR and FED FUND.
|
| Modifier and Type | Method and Description |
|---|---|
FloatingRateType |
ImmutableFloatingRateName.getType()
Gets the type of the index.
|
FloatingRateType |
FloatingRateName.getType()
Gets the type of the index - Ibor, Overnight or Price.
|
static FloatingRateType |
FloatingRateType.of(String name)
Obtains an instance from the specified name.
|
static FloatingRateType |
FloatingRateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FloatingRateType[] |
FloatingRateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<FloatingRateType> |
ImmutableFloatingRateName.Meta.type()
The meta-property for the
type property. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFloatingRateName |
ImmutableFloatingRateName.of(String externalName,
String indexName,
FloatingRateType type)
Obtains an instance from the specified external name, index name and type.
|
static ImmutableFloatingRateName |
ImmutableFloatingRateName.of(String externalName,
String indexName,
FloatingRateType type,
int fixingDateOffsetDays)
Obtains an instance from the specified external name, index name and type.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.