| 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 |
|---|---|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.active(boolean active)
Sets whether the index is active, defaulted to true.
|
static ImmutablePriceIndex.Builder |
ImmutablePriceIndex.builder()
Returns a builder used to create an instance of the bean.
|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Meta.builder() |
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.currency(Currency currency)
Sets the currency of the index.
|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.name(String name)
Sets the index name, such as 'GB-HICP'.
|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.publicationFrequency(Frequency publicationFrequency)
Sets the publication frequency of the index.
|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.region(Country region)
Sets the region of the index.
|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.set(String propertyName,
Object newValue) |
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.