Uses of Class
com.opengamma.strata.product.bond.CapitalIndexedBondYieldConvention
-
Packages that use CapitalIndexedBondYieldConvention Package Description com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of CapitalIndexedBondYieldConvention in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return CapitalIndexedBondYieldConvention Modifier and Type Method Description CapitalIndexedBondYieldConvention
CapitalIndexedBond. getYieldConvention()
Gets yield convention.CapitalIndexedBondYieldConvention
CapitalIndexedBondSecurity. 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.Methods in com.opengamma.strata.product.bond that return types with arguments of type CapitalIndexedBondYieldConvention Modifier and Type Method Description org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention>
CapitalIndexedBond.Meta. yieldConvention()
The meta-property for theyieldConvention
property.org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention>
CapitalIndexedBondSecurity.Meta. yieldConvention()
The meta-property for theyieldConvention
property.org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention>
ResolvedCapitalIndexedBond.Meta. yieldConvention()
The meta-property for theyieldConvention
property.Methods in com.opengamma.strata.product.bond with parameters of type CapitalIndexedBondYieldConvention Modifier and Type Method Description CapitalIndexedBond.Builder
CapitalIndexedBond.Builder. yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)
Sets yield convention.CapitalIndexedBondSecurity.Builder
CapitalIndexedBondSecurity.Builder. yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)
Sets yield convention.ResolvedCapitalIndexedBond.Builder
ResolvedCapitalIndexedBond.Builder. yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)
Sets yield convention.
-