| Package | Description |
|---|---|
| com.opengamma.strata.product.index |
Entity objects describing contracts based on rate indices.
|
| Modifier and Type | Method and Description |
|---|---|
static OvernightFutureOption.Builder |
OvernightFutureOption.builder()
Returns a builder used to create an instance of the bean.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Meta.builder() |
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.expiryDate(LocalDate expiryDate)
Sets the expiry date of the option.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.expiryTime(LocalTime expiryTime)
Sets the expiry time of the option.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.expiryZone(ZoneId expiryZone)
Sets the time-zone of the expiry time.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.premiumStyle(FutureOptionPremiumStyle premiumStyle)
Sets the style of the option premium.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.putCall(PutCall putCall)
Sets whether the option is put or call.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.rounding(Rounding rounding)
Sets the definition of how to round the option price, defaulted to no rounding.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.set(String propertyName,
Object newValue) |
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.strikePrice(double strikePrice)
Sets the strike price, in decimal form.
|
OvernightFutureOption.Builder |
OvernightFutureOption.toBuilder()
Returns a builder that allows this bean to be mutated.
|
OvernightFutureOption.Builder |
OvernightFutureOption.Builder.underlyingFuture(OvernightFuture 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.