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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ImmutableFloatingRateName> |
ImmutableFloatingRateName.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.