| 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 |
ImmutableOvernightIborSwapConvention
A market convention for Fixed-Overnight swap trades.
|
| Modifier and Type | Field and Description |
|---|---|
static OvernightIborSwapConvention |
OvernightIborSwapConventions.GBP_SONIA_OIS_1Y_LIBOR_3M
The 'GBP-SONIA-OIS-1Y-LIBOR-3M' swap convention.
|
static OvernightIborSwapConvention |
OvernightIborSwapConventions.USD_FED_FUND_AA_LIBOR_3M
The 'USD-FED-FUND-AA-LIBOR-3M' swap convention.
|
| Modifier and Type | Method and Description |
|---|---|
OvernightIborSwapConvention |
OvernightIborSwapTemplate.getConvention()
Gets the market convention of the swap.
|
static OvernightIborSwapConvention |
OvernightIborSwapConvention.of(String uniqueName)
Obtains an instance from the specified unique name.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<OvernightIborSwapConvention> |
OvernightIborSwapTemplate.Meta.convention()
The meta-property for the
convention property. |
static ExtendedEnum<OvernightIborSwapConvention> |
OvernightIborSwapConvention.extendedEnum()
Gets the extended enum helper.
|
| Modifier and Type | Method and Description |
|---|---|
OvernightIborSwapTemplate.Builder |
OvernightIborSwapTemplate.Builder.convention(OvernightIborSwapConvention convention)
Sets the market convention of the swap.
|
static OvernightIborSwapTemplate |
OvernightIborSwapTemplate.of(Period periodToStart,
Tenor tenor,
OvernightIborSwapConvention convention)
Obtains a template based on the specified period, tenor and convention.
|
static OvernightIborSwapTemplate |
OvernightIborSwapTemplate.of(Tenor tenor,
OvernightIborSwapConvention 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.