| Package | Description |
|---|---|
| com.opengamma.strata.product.fxopt |
Entity objects describing options in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.Meta.builder() |
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.Builder.expiry(ZonedDateTime expiry)
Sets the expiry date-time of the option.
|
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.Builder.longShort(LongShort longShort)
Sets whether the option is long or short.
|
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.Builder.set(String propertyName,
Object newValue) |
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.toBuilder()
Returns a builder that allows this bean to be mutated.
|
ResolvedFxVanillaOption.Builder |
ResolvedFxVanillaOption.Builder.underlying(ResolvedFxSingle 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.