| Package | Description |
|---|---|
| com.opengamma.strata.product.swap.type |
Conventions and templates to aid the construction of rate swaps.
|
| Modifier and Type | Method and Description |
|---|---|
FixedIborSwapTemplate |
FixedIborSwapTemplate.Builder.build() |
static FixedIborSwapTemplate |
FixedIborSwapTemplate.of(Period periodToStart,
Tenor tenor,
FixedIborSwapConvention convention)
Creates a template based on the specified period, tenor and convention.
|
static FixedIborSwapTemplate |
FixedIborSwapTemplate.of(Tenor tenor,
FixedIborSwapConvention convention)
Obtains a template based on the specified tenor and convention.
|
default FixedIborSwapTemplate |
FixedIborSwapConvention.toTemplate(Tenor tenor)
Obtains a template based on the specified tenor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FixedIborSwapTemplate> |
FixedIborSwapTemplate.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.