| Package | Description |
|---|---|
| com.opengamma.strata.product.credit |
Entity objects describing Credit Default Swap (CDS) and CDS index.
|
| com.opengamma.strata.product.credit.type |
Conventions and templates to aid the construction of credit instruments.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectionStartOfDay |
ResolvedCdsIndex.getProtectionStart()
Gets the protection start of the day.
|
ProtectionStartOfDay |
ResolvedCds.getProtectionStart()
Gets the protection start of the day.
|
ProtectionStartOfDay |
CdsIndex.getProtectionStart()
Gets the protection start of the day.
|
ProtectionStartOfDay |
Cds.getProtectionStart()
Gets the protection start of the day.
|
static ProtectionStartOfDay |
ProtectionStartOfDay.of(String name)
Obtains an instance from the specified name.
|
static ProtectionStartOfDay |
ProtectionStartOfDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionStartOfDay[] |
ProtectionStartOfDay.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<ProtectionStartOfDay> |
ResolvedCdsIndex.Meta.protectionStart()
The meta-property for the
protectionStart property. |
org.joda.beans.MetaProperty<ProtectionStartOfDay> |
ResolvedCds.Meta.protectionStart()
The meta-property for the
protectionStart property. |
org.joda.beans.MetaProperty<ProtectionStartOfDay> |
CdsIndex.Meta.protectionStart()
The meta-property for the
protectionStart property. |
org.joda.beans.MetaProperty<ProtectionStartOfDay> |
Cds.Meta.protectionStart()
The meta-property for the
protectionStart property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedCdsIndex.Builder |
ResolvedCdsIndex.Builder.protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.
|
ResolvedCds.Builder |
ResolvedCds.Builder.protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.
|
CdsIndex.Builder |
CdsIndex.Builder.protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.
|
Cds.Builder |
Cds.Builder.protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectionStartOfDay |
ImmutableCdsConvention.getProtectionStart()
Gets the protection start of the day.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ProtectionStartOfDay> |
ImmutableCdsConvention.Meta.protectionStart()
The meta-property for the
protectionStart property. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCdsConvention.Builder |
ImmutableCdsConvention.Builder.protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.