| Package | Description |
|---|---|
| com.opengamma.strata.product.fxopt |
Entity objects describing options in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
static FxVanillaOption.Builder |
FxVanillaOption.builder()
Returns a builder used to create an instance of the bean.
|
FxVanillaOption.Builder |
FxVanillaOption.Meta.builder() |
FxVanillaOption.Builder |
FxVanillaOption.Builder.expiryDate(LocalDate expiryDate)
Sets the expiry date of the option.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.expiryTime(LocalTime expiryTime)
Sets the expiry time of the option.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.expiryZone(ZoneId expiryZone)
Sets the time-zone of the expiry time.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.longShort(LongShort longShort)
Sets whether the option is long or short.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxVanillaOption.Builder |
FxVanillaOption.Builder.set(String propertyName,
Object newValue) |
FxVanillaOption.Builder |
FxVanillaOption.toBuilder()
Returns a builder that allows this bean to be mutated.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.underlying(FxSingle underlying)
Sets the underlying foreign exchange transaction.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.