| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
CapitalIndexedBondPaymentPeriod |
CapitalIndexedBondPaymentPeriod.adjustPaymentDate(TemporalAdjuster adjuster) |
CapitalIndexedBondPaymentPeriod |
CapitalIndexedBondPaymentPeriod.Builder.build() |
CapitalIndexedBondPaymentPeriod |
ResolvedCapitalIndexedBond.getNominalPayment()
Gets the nominal payment of the product.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CapitalIndexedBondPaymentPeriod> |
CapitalIndexedBondPaymentPeriod.Meta.beanType() |
Optional<CapitalIndexedBondPaymentPeriod> |
ResolvedCapitalIndexedBond.findPeriod(LocalDate date)
Finds the period that contains the specified date.
|
ImmutableList<CapitalIndexedBondPaymentPeriod> |
ResolvedCapitalIndexedBond.getPeriodicPayments()
Gets the periodic payments of the product.
|
org.joda.beans.MetaProperty<CapitalIndexedBondPaymentPeriod> |
ResolvedCapitalIndexedBond.Meta.nominalPayment()
The meta-property for the
nominalPayment property. |
org.joda.beans.MetaProperty<ImmutableList<CapitalIndexedBondPaymentPeriod>> |
ResolvedCapitalIndexedBond.Meta.periodicPayments()
The meta-property for the
periodicPayments property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedCapitalIndexedBond.Builder |
ResolvedCapitalIndexedBond.Builder.nominalPayment(CapitalIndexedBondPaymentPeriod nominalPayment)
Sets the nominal payment of the product.
|
ResolvedCapitalIndexedBond.Builder |
ResolvedCapitalIndexedBond.Builder.periodicPayments(CapitalIndexedBondPaymentPeriod... periodicPayments)
Sets the
periodicPayments property in the builder
from an array of objects. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedCapitalIndexedBond.Builder |
ResolvedCapitalIndexedBond.Builder.periodicPayments(List<CapitalIndexedBondPaymentPeriod> periodicPayments)
Sets the periodic payments of the product.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.