| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ResolvedCapitalIndexedBondSettlement> |
ResolvedCapitalIndexedBondTrade.getSettlement()
Gets the settlement details of the bond trade.
|
static org.joda.beans.TypedMetaBean<ResolvedCapitalIndexedBondSettlement> |
ResolvedCapitalIndexedBondSettlement.meta()
The meta-bean for
ResolvedCapitalIndexedBondSettlement. |
org.joda.beans.TypedMetaBean<ResolvedCapitalIndexedBondSettlement> |
ResolvedCapitalIndexedBondSettlement.metaBean() |
org.joda.beans.MetaProperty<ResolvedCapitalIndexedBondSettlement> |
ResolvedCapitalIndexedBondTrade.Meta.settlement()
The meta-property for the
settlement property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedCapitalIndexedBondTrade.Builder |
ResolvedCapitalIndexedBondTrade.Builder.settlement(ResolvedCapitalIndexedBondSettlement settlement)
Sets the settlement details of the bond trade.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.