| 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 ImmutableFxIndex.Builder |
ImmutableFxIndex.builder()
Returns a builder used to create an instance of the bean.
|
ImmutableFxIndex.Builder |
ImmutableFxIndex.Meta.builder() |
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.currencyPair(CurrencyPair currencyPair)
Sets the currency pair.
|
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.fixingCalendar(HolidayCalendarId fixingCalendar)
Sets the calendar that determines which dates are fixing dates.
|
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.fixingDateOffset(DaysAdjustment fixingDateOffset)
Sets the adjustment applied to the maturity date to obtain the fixing date.
|
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.maturityDateOffset(DaysAdjustment maturityDateOffset)
Sets the adjustment applied to the fixing date to obtain the maturity date.
|
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.name(String name)
Sets the index name, such as 'EUR/GBP-ECB'.
|
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableFxIndex.Builder |
ImmutableFxIndex.Builder.set(String propertyName,
Object newValue) |
ImmutableFxIndex.Builder |
ImmutableFxIndex.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.