| 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 |
|---|---|
FxSwapTemplate |
FxSwapTemplate.Builder.build() |
static FxSwapTemplate |
FxSwapTemplate.of(Period periodToFar,
FxSwapConvention convention)
Obtains a template based on the specified period and convention.
|
static FxSwapTemplate |
FxSwapTemplate.of(Period periodToNear,
Period periodToFar,
FxSwapConvention convention)
Obtains a template based on the specified periods and convention.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FxSwapTemplate> |
FxSwapTemplate.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.