| Package | Description |
|---|---|
| com.opengamma.strata.product.fx |
Entity objects describing financial instruments in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
FxNdf.Builder |
FxNdf.Builder.agreedFxRate(FxRate agreedFxRate)
Sets the FX rate agreed for the value date at the inception of the trade.
|
static FxNdf.Builder |
FxNdf.builder()
Returns a builder used to create an instance of the bean.
|
FxNdf.Builder |
FxNdf.Meta.builder() |
FxNdf.Builder |
FxNdf.Builder.index(FxIndex index)
Sets the index defining the FX rate to observe on the fixing date.
|
FxNdf.Builder |
FxNdf.Builder.paymentDate(LocalDate paymentDate)
Sets the date that the forward settles.
|
FxNdf.Builder |
FxNdf.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxNdf.Builder |
FxNdf.Builder.set(String propertyName,
Object newValue) |
FxNdf.Builder |
FxNdf.Builder.settlementCurrencyNotional(CurrencyAmount settlementCurrencyNotional)
Sets the notional amount in the settlement currency, positive if receiving, negative if paying.
|
FxNdf.Builder |
FxNdf.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.