| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedFixedCouponBond |
ResolvedFixedCouponBond.Builder.build() |
ResolvedFixedCouponBond |
ResolvedFixedCouponBondTrade.getProduct()
Gets the resolved fixed coupon bond product.
|
ResolvedFixedCouponBond |
ResolvedFixedCouponBondOption.getUnderlying()
Gets the bond underlying the option.
|
ResolvedFixedCouponBond |
FixedCouponBond.resolve(ReferenceData refData)
Resolves fixed coupon bond using specified reference data.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ResolvedFixedCouponBond> |
ResolvedFixedCouponBond.Meta.beanType() |
org.joda.beans.MetaProperty<ImmutableList<ResolvedFixedCouponBond>> |
ResolvedBondFuture.Meta.deliveryBasket()
The meta-property for the
deliveryBasket property. |
ImmutableList<ResolvedFixedCouponBond> |
ResolvedBondFuture.getDeliveryBasket()
Gets the basket of deliverable bonds.
|
org.joda.beans.MetaProperty<ResolvedFixedCouponBond> |
ResolvedFixedCouponBondTrade.Meta.product()
The meta-property for the
product property. |
org.joda.beans.MetaProperty<ResolvedFixedCouponBond> |
ResolvedFixedCouponBondOption.Meta.underlying()
The meta-property for the
underlying property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedBondFuture.Builder |
ResolvedBondFuture.Builder.deliveryBasket(ResolvedFixedCouponBond... deliveryBasket)
Sets the
deliveryBasket property in the builder
from an array of objects. |
ResolvedFixedCouponBondTrade.Builder |
ResolvedFixedCouponBondTrade.Builder.product(ResolvedFixedCouponBond product)
Sets the resolved fixed coupon bond product.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.underlying(ResolvedFixedCouponBond underlying)
Sets the bond underlying the option.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedBondFuture.Builder |
ResolvedBondFuture.Builder.deliveryBasket(List<ResolvedFixedCouponBond> deliveryBasket)
Sets the basket of deliverable bonds.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.