| Package | Description |
|---|---|
| com.opengamma.strata.product.fxopt |
Entity objects describing options in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
static FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.builder()
Returns a builder used to create an instance of the bean.
|
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.Meta.builder() |
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.Builder.info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.
|
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.Builder.premium(AdjustablePayment premium)
Sets the premium of the FX option.
|
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.Builder.product(FxSingleBarrierOption product)
Sets the FX option product that was agreed when the trade occurred.
|
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.Builder.set(String propertyName,
Object newValue) |
FxSingleBarrierOptionTrade.Builder |
FxSingleBarrierOptionTrade.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.