Uses of Class
com.opengamma.strata.basics.index.ImmutableFxIndex.Builder
-
Packages that use ImmutableFxIndex.Builder Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND. -
-
Uses of ImmutableFxIndex.Builder in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return ImmutableFxIndex.Builder Modifier and Type Method 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(String propertyName, Object newValue)
ImmutableFxIndex.Builder
ImmutableFxIndex.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
ImmutableFxIndex.Builder
ImmutableFxIndex. toBuilder()
Returns a builder that allows this bean to be mutated.
-