| Package | Description |
|---|---|
| com.opengamma.strata.product.fx |
Entity objects describing financial instruments in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
FxNdf |
FxNdf.Builder.build() |
FxNdf |
FxNdfTrade.getProduct()
Gets the product that was agreed when the trade occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FxNdf> |
FxNdf.Meta.beanType() |
org.joda.beans.MetaProperty<FxNdf> |
FxNdfTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and Description |
|---|---|
static FxNdfTrade |
FxNdfTrade.of(TradeInfo info,
FxNdf product)
Obtains an instance of a Non-Deliverable Forward (NDF) trade.
|
FxNdfTrade.Builder |
FxNdfTrade.Builder.product(FxNdf product)
Sets the product that was agreed when the trade occurred.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.