| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static BondFuture.Builder |
BondFuture.builder()
Returns a builder used to create an instance of the bean.
|
BondFuture.Builder |
BondFuture.Meta.builder() |
BondFuture.Builder |
BondFuture.Builder.conversionFactors(Double... conversionFactors)
Sets the
conversionFactors property in the builder
from an array of objects. |
BondFuture.Builder |
BondFuture.Builder.conversionFactors(List<Double> conversionFactors)
Sets the conversion factor for each bond in the basket.
|
BondFuture.Builder |
BondFuture.Builder.deliveryBasket(FixedCouponBond... deliveryBasket)
Sets the
deliveryBasket property in the builder
from an array of objects. |
BondFuture.Builder |
BondFuture.Builder.deliveryBasket(List<FixedCouponBond> deliveryBasket)
Sets the basket of deliverable bonds.
|
BondFuture.Builder |
BondFuture.Builder.firstDeliveryDate(LocalDate firstDeliveryDate)
Sets the first delivery date.
|
BondFuture.Builder |
BondFuture.Builder.firstNoticeDate(LocalDate firstNoticeDate)
Sets the first notice date.
|
BondFuture.Builder |
BondFuture.Builder.lastDeliveryDate(LocalDate lastDeliveryDate)
Sets the last delivery date.
|
BondFuture.Builder |
BondFuture.Builder.lastNoticeDate(LocalDate lastNoticeDate)
Sets the last notice date.
|
BondFuture.Builder |
BondFuture.Builder.lastTradeDate(LocalDate lastTradeDate)
Sets the last trading date.
|
BondFuture.Builder |
BondFuture.Builder.rounding(Rounding rounding)
Sets the definition of how to round the futures price, defaulted to no rounding.
|
BondFuture.Builder |
BondFuture.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
BondFuture.Builder |
BondFuture.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
BondFuture.Builder |
BondFuture.Builder.set(String propertyName,
Object newValue) |
BondFuture.Builder |
BondFuture.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.