| Package | Description |
|---|---|
| com.opengamma.strata.product.fxopt |
Entity objects describing options in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.Meta.builder() |
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.Builder.info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.
|
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.Builder.premium(Payment premium)
Sets the premium of the FX option.
|
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.Builder.product(ResolvedFxVanillaOption product)
Sets the resolved vanilla FX option product.
|
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.Builder.set(String propertyName,
Object newValue) |
ResolvedFxVanillaOptionTrade.Builder |
ResolvedFxVanillaOptionTrade.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.