| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedFixedCouponBondSettlement |
ResolvedFixedCouponBondOption.getSettlement()
Gets the bond's settlement details.
|
static ResolvedFixedCouponBondSettlement |
ResolvedFixedCouponBondSettlement.of(LocalDate settlementDate,
double price)
Obtains an instance from the settlement date and price.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ResolvedFixedCouponBondSettlement> |
ResolvedFixedCouponBondTrade.getSettlement()
Gets the settlement details of the bond trade.
|
static org.joda.beans.TypedMetaBean<ResolvedFixedCouponBondSettlement> |
ResolvedFixedCouponBondSettlement.meta()
The meta-bean for
ResolvedFixedCouponBondSettlement. |
org.joda.beans.TypedMetaBean<ResolvedFixedCouponBondSettlement> |
ResolvedFixedCouponBondSettlement.metaBean() |
org.joda.beans.MetaProperty<ResolvedFixedCouponBondSettlement> |
ResolvedFixedCouponBondTrade.Meta.settlement()
The meta-property for the
settlement property. |
org.joda.beans.MetaProperty<ResolvedFixedCouponBondSettlement> |
ResolvedFixedCouponBondOption.Meta.settlement()
The meta-property for the
settlement property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedFixedCouponBondTrade.Builder |
ResolvedFixedCouponBondTrade.Builder.settlement(ResolvedFixedCouponBondSettlement settlement)
Sets the settlement details of the bond trade.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.settlement(ResolvedFixedCouponBondSettlement settlement)
Sets the bond's settlement details.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.