| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static FixedCouponBondOption.Builder |
FixedCouponBondOption.builder()
Returns a builder used to create an instance of the bean.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Meta.builder() |
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.cleanStrikePrice(double cleanStrikePrice)
Sets the clean price at which the option can be exercised, in decimal form.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.expiryDate(AdjustableDate expiryDate)
Sets the expiry date of the option.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.expiryTime(LocalTime expiryTime)
Sets the expiry time of the option.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.expiryZone(ZoneId expiryZone)
Sets the time-zone of the expiry time.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.longShort(LongShort longShort)
Sets whether the option is long or short.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.quantity(double quantity)
Sets the quantity that was traded.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.set(String propertyName,
Object newValue) |
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.settlementDate(AdjustableDate settlementDate)
Sets the settlement date when the option is exercised.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.toBuilder()
Returns a builder that allows this bean to be mutated.
|
FixedCouponBondOption.Builder |
FixedCouponBondOption.Builder.underlying(FixedCouponBond 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.