Uses of Class
com.opengamma.strata.product.bond.Bill.Builder
- 
Packages that use Bill.Builder Package Description com.opengamma.strata.product.bond Entity objects describing bonds. - 
- 
Uses of Bill.Builder in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return Bill.Builder Modifier and Type Method Description static Bill.BuilderBill. builder()Returns a builder used to create an instance of the bean.Bill.BuilderBill.Meta. builder()Bill.BuilderBill.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.Bill.BuilderBill.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.Bill.BuilderBill.Builder. notional(AdjustablePayment notional)Sets the adjustable notional payment of the bill notional, the amount must be positive.Bill.BuilderBill.Builder. securityId(SecurityId securityId)Sets the security identifier.Bill.BuilderBill.Builder. set(String propertyName, Object newValue)Bill.BuilderBill.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)Bill.BuilderBill.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.Bill.BuilderBill. toBuilder()Returns a builder that allows this bean to be mutated.Bill.BuilderBill.Builder. yieldConvention(BillYieldConvention yieldConvention)Sets yield convention. 
 -