| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
FixedCouponBondYieldConvention |
FixedCouponBond.getYieldConvention()
Gets yield convention.
|
FixedCouponBondYieldConvention |
ResolvedFixedCouponBond.getYieldConvention()
Gets yield convention.
|
FixedCouponBondYieldConvention |
FixedCouponBondSecurity.getYieldConvention()
Gets yield convention.
|
static FixedCouponBondYieldConvention |
FixedCouponBondYieldConvention.of(String name)
Obtains an instance from the specified name.
|
static FixedCouponBondYieldConvention |
FixedCouponBondYieldConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedCouponBondYieldConvention[] |
FixedCouponBondYieldConvention.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<FixedCouponBondYieldConvention> |
FixedCouponBond.Meta.yieldConvention()
The meta-property for the
yieldConvention property. |
org.joda.beans.MetaProperty<FixedCouponBondYieldConvention> |
ResolvedFixedCouponBond.Meta.yieldConvention()
The meta-property for the
yieldConvention property. |
org.joda.beans.MetaProperty<FixedCouponBondYieldConvention> |
FixedCouponBondSecurity.Meta.yieldConvention()
The meta-property for the
yieldConvention property. |
| Modifier and Type | Method and Description |
|---|---|
FixedCouponBond.Builder |
FixedCouponBond.Builder.yieldConvention(FixedCouponBondYieldConvention yieldConvention)
Sets yield convention.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.yieldConvention(FixedCouponBondYieldConvention yieldConvention)
Sets yield convention.
|
FixedCouponBondSecurity.Builder |
FixedCouponBondSecurity.Builder.yieldConvention(FixedCouponBondYieldConvention 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.