| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static BillSecurity.Builder |
BillSecurity.builder()
Returns a builder used to create an instance of the bean.
|
BillSecurity.Builder |
BillSecurity.Meta.builder() |
BillSecurity.Builder |
BillSecurity.Builder.dayCount(DayCount dayCount)
Sets the day count convention applicable.
|
BillSecurity.Builder |
BillSecurity.Builder.info(SecurityInfo info)
Sets the standard security information.
|
BillSecurity.Builder |
BillSecurity.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
BillSecurity.Builder |
BillSecurity.Builder.notional(AdjustablePayment notional)
Sets the adjustable notional payment of the bill notional, the amount must be positive.
|
BillSecurity.Builder |
BillSecurity.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
BillSecurity.Builder |
BillSecurity.Builder.set(String propertyName,
Object newValue) |
BillSecurity.Builder |
BillSecurity.Builder.settlementDateOffset(DaysAdjustment settlementDateOffset)
Sets the number of days between valuation date and settlement date.
|
BillSecurity.Builder |
BillSecurity.toBuilder()
Returns a builder that allows this bean to be mutated.
|
BillSecurity.Builder |
BillSecurity.Builder.yieldConvention(BillYieldConvention yieldConvention)
Sets yield convention.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.