| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Meta.builder() |
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.expiry(ZonedDateTime expiry)
Sets the expiry date-time of the option.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.longShort(LongShort longShort)
Sets whether the option is long or short.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.quantity(double quantity)
Sets the quantity that was traded.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.set(String propertyName,
Object newValue) |
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.settlement(ResolvedFixedCouponBondSettlement settlement)
Sets the bond's settlement details.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.toBuilder()
Returns a builder that allows this bean to be mutated.
|
ResolvedFixedCouponBondOption.Builder |
ResolvedFixedCouponBondOption.Builder.underlying(ResolvedFixedCouponBond underlying)
Sets the bond underlying the option.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.