| 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 FxSwapTemplate.Builder |
FxSwapTemplate.builder()
Returns a builder used to create an instance of the bean.
|
FxSwapTemplate.Builder |
FxSwapTemplate.Meta.builder() |
FxSwapTemplate.Builder |
FxSwapTemplate.Builder.convention(FxSwapConvention convention)
Sets the underlying FX Swap convention.
|
FxSwapTemplate.Builder |
FxSwapTemplate.Builder.periodToFar(Period periodToFar)
Sets the period between the spot value date and the far date.
|
FxSwapTemplate.Builder |
FxSwapTemplate.Builder.periodToNear(Period periodToNear)
Sets the period between the spot value date and the near date.
|
FxSwapTemplate.Builder |
FxSwapTemplate.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxSwapTemplate.Builder |
FxSwapTemplate.Builder.set(String propertyName,
Object newValue) |
FxSwapTemplate.Builder |
FxSwapTemplate.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.