| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.builder()
Returns a builder used to create an instance of the bean.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Meta.builder() |
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.currency(Currency currency)
Sets the primary currency of the payment period.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.detachmentDate(LocalDate detachmentDate)
Sets the detachment date.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.endDate(LocalDate endDate)
Sets the end date of the payment period.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.notional(double notional)
Sets the notional amount, must be non-zero.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.rateComputation(RateComputation rateComputation)
Sets the rate to be computed.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.realCoupon(double realCoupon)
Sets the rate of real coupon.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.set(String propertyName,
Object newValue) |
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.startDate(LocalDate startDate)
Sets the start date of the payment period.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.toBuilder()
Returns a builder that allows this bean to be mutated.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.Builder.unadjustedEndDate(LocalDate unadjustedEndDate)
Sets the unadjusted end date.
|
CapitalIndexedBondPaymentPeriod.Builder |
CapitalIndexedBondPaymentPeriod.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.