| Package | Description |
|---|---|
| com.opengamma.strata.product.fx |
Entity objects describing financial instruments in the foreign exchange market.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedFxSwap |
ResolvedFxSwapTrade.getProduct()
Gets the resolved FX swap product.
|
static ResolvedFxSwap |
ResolvedFxSwap.of(ResolvedFxSingle nearLeg,
ResolvedFxSingle farLeg)
Creates a
ResolvedFxSwap from two legs. |
static ResolvedFxSwap |
ResolvedFxSwap.ofForwardPoints(CurrencyAmount amountCurrency1,
Currency currency2,
double nearFxRate,
double forwardPoints,
LocalDate nearDate,
LocalDate farDate)
Creates a
ResolvedFxSwap using forward points. |
ResolvedFxSwap |
FxSwap.resolve(ReferenceData refData) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ResolvedFxSwap> |
ResolvedFxSwap.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ResolvedFxSwap> |
ResolvedFxSwap.Meta.builder() |
org.joda.beans.MetaProperty<ResolvedFxSwap> |
ResolvedFxSwapTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFxSwapTrade |
ResolvedFxSwapTrade.of(TradeInfo info,
ResolvedFxSwap product)
Obtains an instance of a resolved FX swap trade.
|
ResolvedFxSwapTrade.Builder |
ResolvedFxSwapTrade.Builder.product(ResolvedFxSwap product)
Sets the resolved FX swap product.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.