| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
FixedCouponBondPaymentPeriod |
FixedCouponBondPaymentPeriod.adjustPaymentDate(TemporalAdjuster adjuster) |
FixedCouponBondPaymentPeriod |
FixedCouponBondPaymentPeriod.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FixedCouponBondPaymentPeriod> |
FixedCouponBondPaymentPeriod.Meta.beanType() |
Optional<FixedCouponBondPaymentPeriod> |
ResolvedFixedCouponBond.findPeriod(LocalDate date)
Finds the period that contains the specified date.
|
ImmutableList<FixedCouponBondPaymentPeriod> |
ResolvedFixedCouponBond.getPeriodicPayments()
Gets the periodic payments of the product.
|
org.joda.beans.MetaProperty<ImmutableList<FixedCouponBondPaymentPeriod>> |
ResolvedFixedCouponBond.Meta.periodicPayments()
The meta-property for the
periodicPayments property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.periodicPayments(FixedCouponBondPaymentPeriod... periodicPayments)
Sets the
periodicPayments property in the builder
from an array of objects. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.periodicPayments(List<FixedCouponBondPaymentPeriod> 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.