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.Builder
Bill. builder()
Returns a builder used to create an instance of the bean.Bill.Builder
Bill.Meta. builder()
Bill.Builder
Bill.Builder. dayCount(DayCount dayCount)
Sets the day count convention applicable.Bill.Builder
Bill.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.Bill.Builder
Bill.Builder. notional(AdjustablePayment notional)
Sets the adjustable notional payment of the bill notional, the amount must be positive.Bill.Builder
Bill.Builder. securityId(SecurityId securityId)
Sets the security identifier.Bill.Builder
Bill.Builder. set(String propertyName, Object newValue)
Bill.Builder
Bill.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
Bill.Builder
Bill.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)
Sets the number of days between valuation date and settlement date.Bill.Builder
Bill. toBuilder()
Returns a builder that allows this bean to be mutated.Bill.Builder
Bill.Builder. yieldConvention(BillYieldConvention yieldConvention)
Sets yield convention.
-