| Package | Description |
|---|---|
| com.opengamma.strata.product.fx.type |
Conventions and templates to aid the construction of foreign exchange products.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.builder()
Returns a builder used to create an instance of the bean.
|
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Meta.builder() |
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Builder.businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment)
Sets the business day adjustment to apply to the start and end date, optional with defaulting getter.
|
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Builder.currencyPair(CurrencyPair currencyPair)
Sets the currency pair associated with the convention.
|
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Builder.name(String name)
Sets the convention name, such as 'EUR/USD', optional with defaulting getter.
|
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Builder.set(String propertyName,
Object newValue) |
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.Builder.spotDateOffset(DaysAdjustment spotDateOffset)
Sets the offset of the spot value date from the trade date.
|
ImmutableFxSwapConvention.Builder |
ImmutableFxSwapConvention.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.