| 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 |
ImmutableXCcyOvernightOvernightSwapConvention
A market convention for cross-currency overnight-overnight swap trades.
|
| Modifier and Type | Field and Description |
|---|---|
static XCcyOvernightOvernightSwapConvention |
XCcyOvernightOvernightSwapConventions.EUR_ESTR_3M_USD_SOFR_3M
The 'EUR-ESTR-3M-USD-SOFR-3M' swap convention.
|
static XCcyOvernightOvernightSwapConvention |
XCcyOvernightOvernightSwapConventions.GBP_SONIA_3M_EUR_ESTR_3M
The 'GBP-SONIA-3M-EUR-ESTR-3M' swap convention.
|
static XCcyOvernightOvernightSwapConvention |
XCcyOvernightOvernightSwapConventions.GBP_SONIA_3M_USD_SOFR_3M
The 'GBP-SONIA-3M-USD-SOFR-3M' swap convention.
|
static XCcyOvernightOvernightSwapConvention |
XCcyOvernightOvernightSwapConventions.JPY_TONA_3M_USD_SOFR_3M
The 'JPY-TONA-3M-USD-SOFR-3M' swap convention.
|
| Modifier and Type | Method and Description |
|---|---|
XCcyOvernightOvernightSwapConvention |
XCcyOvernightOvernightSwapTemplate.getConvention()
Gets the market convention of the swap.
|
static XCcyOvernightOvernightSwapConvention |
XCcyOvernightOvernightSwapConvention.of(String uniqueName)
Obtains an instance from the specified unique name.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<XCcyOvernightOvernightSwapConvention> |
XCcyOvernightOvernightSwapTemplate.Meta.convention()
The meta-property for the
convention property. |
static ExtendedEnum<XCcyOvernightOvernightSwapConvention> |
XCcyOvernightOvernightSwapConvention.extendedEnum()
Gets the extended enum helper.
|
| Modifier and Type | Method and Description |
|---|---|
XCcyOvernightOvernightSwapTemplate.Builder |
XCcyOvernightOvernightSwapTemplate.Builder.convention(XCcyOvernightOvernightSwapConvention convention)
Sets the market convention of the swap.
|
static XCcyOvernightOvernightSwapTemplate |
XCcyOvernightOvernightSwapTemplate.of(Period periodToStart,
Tenor tenor,
XCcyOvernightOvernightSwapConvention convention)
Obtains a template based on the specified period, tenor and convention.
|
static XCcyOvernightOvernightSwapTemplate |
XCcyOvernightOvernightSwapTemplate.of(Tenor tenor,
XCcyOvernightOvernightSwapConvention 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.