| Package | Description |
|---|---|
| com.opengamma.strata.product.swap.type |
Conventions and templates to aid the construction of rate swaps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableThreeLegBasisSwapConvention
A market convention for three leg basis swap trades.
|
| Modifier and Type | Field and Description |
|---|---|
static ThreeLegBasisSwapConvention |
ThreeLegBasisSwapConventions.EUR_FIXED_1Y_EURIBOR_3M_EURIBOR_6M
The 'EUR-FIXED-1Y-EURIBOR-3M-EURIBOR-6M' swap convention.
|
| Modifier and Type | Method and Description |
|---|---|
ThreeLegBasisSwapConvention |
ThreeLegBasisSwapTemplate.getConvention()
Gets the market convention of the swap.
|
static ThreeLegBasisSwapConvention |
ThreeLegBasisSwapConvention.of(String uniqueName)
Obtains an instance from the specified unique name.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ThreeLegBasisSwapConvention> |
ThreeLegBasisSwapTemplate.Meta.convention()
The meta-property for the
convention property. |
static ExtendedEnum<ThreeLegBasisSwapConvention> |
ThreeLegBasisSwapConvention.extendedEnum()
Gets the extended enum helper.
|
| Modifier and Type | Method and Description |
|---|---|
ThreeLegBasisSwapTemplate.Builder |
ThreeLegBasisSwapTemplate.Builder.convention(ThreeLegBasisSwapConvention convention)
Sets the market convention of the swap.
|
static ThreeLegBasisSwapTemplate |
ThreeLegBasisSwapTemplate.of(Period periodToStart,
Tenor tenor,
ThreeLegBasisSwapConvention convention)
Creates a template based on the specified period, tenor and convention.
|
static ThreeLegBasisSwapTemplate |
ThreeLegBasisSwapTemplate.of(Tenor tenor,
ThreeLegBasisSwapConvention convention)
Obtains a template based on the specified tenor and convention.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.