| Package | Description |
|---|---|
| com.opengamma.strata.product.credit.type |
Conventions and templates to aid the construction of credit instruments.
|
| Modifier and Type | Method and Description |
|---|---|
AccrualStart |
TenorCdsTemplate.getAccrualStart()
Gets the accrual start.
|
static AccrualStart |
AccrualStart.of(String name)
Obtains an instance from the specified name.
|
static AccrualStart |
AccrualStart.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccrualStart[] |
AccrualStart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<AccrualStart> |
TenorCdsTemplate.Meta.accrualStart()
The meta-property for the
accrualStart property. |
| Modifier and Type | Method and Description |
|---|---|
static TenorCdsTemplate |
TenorCdsTemplate.of(AccrualStart accrualStart,
Tenor tenor,
CdsConvention 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.