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