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 CapitalIndexedBondYieldConventionCapitalIndexedBond. getYieldConvention()Gets yield convention.CapitalIndexedBondYieldConventionCapitalIndexedBondSecurity. getYieldConvention()Gets yield convention.CapitalIndexedBondYieldConventionResolvedCapitalIndexedBond. getYieldConvention()Gets yield convention.static CapitalIndexedBondYieldConventionCapitalIndexedBondYieldConvention. of(String name)Obtains an instance from the specified name.static CapitalIndexedBondYieldConventionCapitalIndexedBondYieldConvention. 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 theyieldConventionproperty.org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention>CapitalIndexedBondSecurity.Meta. yieldConvention()The meta-property for theyieldConventionproperty.org.joda.beans.MetaProperty<CapitalIndexedBondYieldConvention>ResolvedCapitalIndexedBond.Meta. yieldConvention()The meta-property for theyieldConventionproperty.Methods in com.opengamma.strata.product.bond with parameters of type CapitalIndexedBondYieldConvention Modifier and Type Method Description CapitalIndexedBond.BuilderCapitalIndexedBond.Builder. yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)Sets yield convention.CapitalIndexedBondSecurity.BuilderCapitalIndexedBondSecurity.Builder. yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)Sets yield convention.ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. yieldConvention(CapitalIndexedBondYieldConvention yieldConvention)Sets yield convention.
-