Uses of Class
com.opengamma.strata.product.bond.FixedCouponBondYieldConvention
-
Packages that use FixedCouponBondYieldConvention Package Description com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of FixedCouponBondYieldConvention in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return FixedCouponBondYieldConvention Modifier and Type Method Description FixedCouponBondYieldConvention
FixedCouponBond. getYieldConvention()
Gets yield convention.FixedCouponBondYieldConvention
FixedCouponBondSecurity. getYieldConvention()
Gets yield convention.FixedCouponBondYieldConvention
ResolvedFixedCouponBond. getYieldConvention()
Gets yield convention.static FixedCouponBondYieldConvention
FixedCouponBondYieldConvention. of(String name)
Obtains an instance from the specified name.static FixedCouponBondYieldConvention
FixedCouponBondYieldConvention. valueOf(String name)
Returns the enum constant of this type with the specified name.static FixedCouponBondYieldConvention[]
FixedCouponBondYieldConvention. 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 FixedCouponBondYieldConvention Modifier and Type Method Description org.joda.beans.MetaProperty<FixedCouponBondYieldConvention>
FixedCouponBond.Meta. yieldConvention()
The meta-property for theyieldConvention
property.org.joda.beans.MetaProperty<FixedCouponBondYieldConvention>
FixedCouponBondSecurity.Meta. yieldConvention()
The meta-property for theyieldConvention
property.org.joda.beans.MetaProperty<FixedCouponBondYieldConvention>
ResolvedFixedCouponBond.Meta. yieldConvention()
The meta-property for theyieldConvention
property.Methods in com.opengamma.strata.product.bond with parameters of type FixedCouponBondYieldConvention Modifier and Type Method Description FixedCouponBond.Builder
FixedCouponBond.Builder. yieldConvention(FixedCouponBondYieldConvention yieldConvention)
Sets yield convention.FixedCouponBondSecurity.Builder
FixedCouponBondSecurity.Builder. yieldConvention(FixedCouponBondYieldConvention yieldConvention)
Sets yield convention.ResolvedFixedCouponBond.Builder
ResolvedFixedCouponBond.Builder. yieldConvention(FixedCouponBondYieldConvention yieldConvention)
Sets yield convention.
-