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 BillYieldConvention
Bill. getYieldConvention()
Gets yield convention.BillYieldConvention
BillSecurity. 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.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 theyieldConvention
property.org.joda.beans.MetaProperty<BillYieldConvention>
BillSecurity.Meta. yieldConvention()
The meta-property for theyieldConvention
property.org.joda.beans.MetaProperty<BillYieldConvention>
ResolvedBill.Meta. yieldConvention()
The meta-property for theyieldConvention
property.Methods in com.opengamma.strata.product.bond with parameters of type BillYieldConvention Modifier and Type Method Description Bill.Builder
Bill.Builder. yieldConvention(BillYieldConvention yieldConvention)
Sets yield convention.BillSecurity.Builder
BillSecurity.Builder. yieldConvention(BillYieldConvention yieldConvention)
Sets yield convention.ResolvedBill.Builder
ResolvedBill.Builder. yieldConvention(BillYieldConvention yieldConvention)
Sets yield convention.
-