Uses of Class
com.opengamma.strata.product.bond.BillYieldConvention
-
Packages that use BillYieldConvention Package Description com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of BillYieldConvention in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return BillYieldConvention Modifier and Type Method Description BillYieldConventionBill. getYieldConvention()Gets yield convention.BillYieldConventionBillSecurity. getYieldConvention()Gets yield convention.BillYieldConventionResolvedBill. getYieldConvention()Gets yield convention.static BillYieldConventionBillYieldConvention. of(String name)Obtains an instance from the specified name.static BillYieldConventionBillYieldConvention. 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.Methods in com.opengamma.strata.product.bond that return types with arguments of type BillYieldConvention Modifier and Type Method Description org.joda.beans.MetaProperty<BillYieldConvention>Bill.Meta. yieldConvention()The meta-property for theyieldConventionproperty.org.joda.beans.MetaProperty<BillYieldConvention>BillSecurity.Meta. yieldConvention()The meta-property for theyieldConventionproperty.org.joda.beans.MetaProperty<BillYieldConvention>ResolvedBill.Meta. yieldConvention()The meta-property for theyieldConventionproperty.Methods in com.opengamma.strata.product.bond with parameters of type BillYieldConvention Modifier and Type Method Description Bill.BuilderBill.Builder. yieldConvention(BillYieldConvention yieldConvention)Sets yield convention.BillSecurity.BuilderBillSecurity.Builder. yieldConvention(BillYieldConvention yieldConvention)Sets yield convention.ResolvedBill.BuilderResolvedBill.Builder. yieldConvention(BillYieldConvention yieldConvention)Sets yield convention.
-