| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedBill.Builder |
ResolvedBill.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedBill.Builder |
ResolvedBill.Meta.builder() |
ResolvedBill.Builder |
ResolvedBill.Builder.dayCount(DayCount dayCount)
Sets the day count convention applicable.
|
ResolvedBill.Builder |
ResolvedBill.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
ResolvedBill.Builder |
ResolvedBill.Builder.notional(Payment notional)
Sets the notional payment of the bill notional, the amount must be positive.
|
ResolvedBill.Builder |
ResolvedBill.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
ResolvedBill.Builder |
ResolvedBill.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedBill.Builder |
ResolvedBill.Builder.set(String propertyName,
Object newValue) |
ResolvedBill.Builder |
ResolvedBill.Builder.settlementDateOffset(DaysAdjustment settlementDateOffset)
Sets the number of days between valuation date and settlement date.
|
ResolvedBill.Builder |
ResolvedBill.toBuilder()
Returns a builder that allows this bean to be mutated.
|
ResolvedBill.Builder |
ResolvedBill.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.