| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CapitalIndexedBondPaymentPeriod
A coupon or nominal payment of capital indexed bonds.
|
class |
FixedCouponBondPaymentPeriod
A period over which a fixed coupon is paid.
|
class |
KnownAmountBondPaymentPeriod
A period within a swap that results in a known amount.
|
| Modifier and Type | Method and Description |
|---|---|
BondPaymentPeriod |
BondPaymentPeriod.adjustPaymentDate(TemporalAdjuster adjuster)
Adjusts the payment date using the rules of the specified adjuster.
|
BondPaymentPeriod |
ResolvedCapitalIndexedBondSettlement.getPayment()
Gets the payment of the settlement.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedCapitalIndexedBondSettlement |
ResolvedCapitalIndexedBondSettlement.of(LocalDate settlementDate,
double price,
BondPaymentPeriod amount)
Obtains an instance from the settlement date, price and amount.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.