| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Meta.builder() |
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.expiry(ZonedDateTime expiry)
Sets the expiry of the option.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.premiumStyle(FutureOptionPremiumStyle premiumStyle)
Sets the style of the option premium.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.putCall(PutCall putCall)
Sets whether the option is put or call.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.rounding(Rounding rounding)
Sets the definition of how to round the option price, defaulted to no rounding.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.set(String propertyName,
Object newValue) |
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.strikePrice(double strikePrice)
Sets the strike price, represented in decimal form.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.toBuilder()
Returns a builder that allows this bean to be mutated.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.underlyingFuture(ResolvedBondFuture underlyingFuture)
Sets the underlying future.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.