| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
CapitalIndexedBondYieldConvention |
CapitalIndexedBondSecurity.getYieldConvention()
Gets yield convention.
|
CapitalIndexedBondYieldConvention |
CapitalIndexedBond.getYieldConvention()
Gets yield convention.
|
CapitalIndexedBondYieldConvention |
ResolvedCapitalIndexedBond.getYieldConvention()
Gets yield convention.
|
static CapitalIndexedBondYieldConvention |
CapitalIndexedBondYieldConvention.of(String name)
Obtains an instance from the specified name.
|
static CapitalIndexedBondYieldConvention |
CapitalIndexedBondYieldConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapitalIndexedBondYieldConvention[] |
CapitalIndexedBondYieldConvention.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<CapitalIndexedBondYieldConvention> |
CapitalIndexedBondSecurity.Meta.yieldConvention()
The meta-property for the
yieldConvention property. |
org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention> |
CapitalIndexedBond.Meta.yieldConvention()
The meta-property for the
yieldConvention property. |
org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention> |
ResolvedCapitalIndexedBond.Meta.yieldConvention()
The meta-property for the
yieldConvention property. |
| Modifier and Type | Method and Description |
|---|---|
CapitalIndexedBondSecurity.Builder |
CapitalIndexedBondSecurity.Builder.yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)
Sets yield convention.
|
CapitalIndexedBond.Builder |
CapitalIndexedBond.Builder.yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)
Sets yield convention.
|
ResolvedCapitalIndexedBond.Builder |
ResolvedCapitalIndexedBond.Builder.yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)
Sets yield convention.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.