| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.builder()
Returns a builder used to create an instance of the bean.
|
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Meta.builder() |
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.endDate(LocalDate endDate)
Sets the end date of the payment period.
|
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.payment(Payment payment)
Sets the payment.
|
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.set(String propertyName,
Object newValue) |
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.startDate(LocalDate startDate)
Sets the start date of the payment period.
|
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.toBuilder()
Returns a builder that allows this bean to be mutated.
|
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.unadjustedEndDate(LocalDate unadjustedEndDate)
Sets the unadjusted end date.
|
KnownAmountBondPaymentPeriod.Builder |
KnownAmountBondPaymentPeriod.Builder.unadjustedStartDate(LocalDate unadjustedStartDate)
Sets the unadjusted start date.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.