Class FxNdfTrade
- java.lang.Object
-
- com.opengamma.strata.product.fx.FxNdfTrade
-
- All Implemented Interfaces:
CalculationTarget,Resolvable<ResolvedFxNdfTrade>,FxTrade,PortfolioItem,ProductTrade,ResolvableTrade<ResolvedFxNdfTrade>,Trade,Serializable,org.joda.beans.Bean,org.joda.beans.ImmutableBean
public final class FxNdfTrade extends Object implements FxTrade, ResolvableTrade<ResolvedFxNdfTrade>, org.joda.beans.ImmutableBean, Serializable
A trade in a Non-Deliverable Forward (NDF).An Over-The-Counter (OTC) trade in an
FxNdf.An NDF is a financial instrument that returns the difference between a fixed FX rate agreed at the inception of the trade and the FX rate at maturity. It is primarily used to handle FX requirements for currencies that have settlement restrictions. For example, the forward may be between USD and CNY (Chinese Yuan).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFxNdfTrade.BuilderThe bean-builder forFxNdfTrade.static classFxNdfTrade.MetaThe meta-bean forFxNdfTrade.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FxNdfTrade.Builderbuilder()Returns a builder used to create an instance of the bean.booleanequals(Object obj)TradeInfogetInfo()Gets the additional trade information, defaulted to an empty instance.FxNdfgetProduct()Gets the product that was agreed when the trade occurred.inthashCode()static FxNdfTrade.Metameta()The meta-bean forFxNdfTrade.FxNdfTrade.MetametaBean()static FxNdfTradeof(TradeInfo info, FxNdf product)Obtains an instance of a Non-Deliverable Forward (NDF) trade.ResolvedFxNdfTraderesolve(ReferenceData refData)Resolves this trade using the specified reference data.PortfolioItemSummarysummarize()Summarizes the portfolio item.FxNdfTrade.BuildertoBuilder()Returns a builder that allows this bean to be mutated.StringtoString()FxNdfTradewithInfo(PortfolioItemInfo info)Returns an instance with the specified info.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.opengamma.strata.product.PortfolioItem
getId
-
-
-
-
Method Detail
-
of
public static FxNdfTrade of(TradeInfo info, FxNdf product)
Obtains an instance of a Non-Deliverable Forward (NDF) trade.- Parameters:
info- the trade infoproduct- the product- Returns:
- the trade
-
withInfo
public FxNdfTrade withInfo(PortfolioItemInfo info)
Description copied from interface:ProductTradeReturns an instance with the specified info.- Specified by:
withInfoin interfaceFxTrade- Specified by:
withInfoin interfacePortfolioItem- Specified by:
withInfoin interfaceProductTrade- Specified by:
withInfoin interfaceResolvableTrade<ResolvedFxNdfTrade>- Specified by:
withInfoin interfaceTrade- Parameters:
info- the new info- Returns:
- the instance with the specified info
-
summarize
public PortfolioItemSummary summarize()
Description copied from interface:PortfolioItemSummarizes the portfolio item.This provides a summary, including a human readable description.
- Specified by:
summarizein interfacePortfolioItem- Specified by:
summarizein interfaceTrade- Returns:
- the summary of the item
-
resolve
public ResolvedFxNdfTrade resolve(ReferenceData refData)
Description copied from interface:ResolvableTradeResolves this trade using the specified reference data.This converts this trade to the equivalent resolved form. All
ReferenceDataIdidentifiers in this instance will be resolved. The resultingResolvedTradeis optimized for pricing.Resolved objects may be bound to data that changes over time, such as holiday calendars. If the data changes, such as the addition of a new holiday, the resolved form will not be updated. Care must be taken when placing the resolved form in a cache or persistence layer.
- Specified by:
resolvein interfaceResolvable<ResolvedFxNdfTrade>- Specified by:
resolvein interfaceResolvableTrade<ResolvedFxNdfTrade>- Parameters:
refData- the reference data to use when resolving- Returns:
- the resolved trade
-
meta
public static FxNdfTrade.Meta meta()
The meta-bean forFxNdfTrade.- Returns:
- the meta-bean, not null
-
builder
public static FxNdfTrade.Builder builder()
Returns a builder used to create an instance of the bean.- Returns:
- the builder, not null
-
metaBean
public FxNdfTrade.Meta metaBean()
- Specified by:
metaBeanin interfaceorg.joda.beans.Bean
-
getInfo
public TradeInfo getInfo()
Gets the additional trade information, defaulted to an empty instance.This allows additional information to be attached to the trade.
- Specified by:
getInfoin interfacePortfolioItem- Specified by:
getInfoin interfaceTrade- Returns:
- the value of the property, not null
-
getProduct
public FxNdf getProduct()
Gets the product that was agreed when the trade occurred.The product captures the contracted financial details of the trade.
- Specified by:
getProductin interfaceFxTrade- Specified by:
getProductin interfaceProductTrade- Returns:
- the value of the property, not null
-
toBuilder
public FxNdfTrade.Builder toBuilder()
Returns a builder that allows this bean to be mutated.- Returns:
- the mutable builder, not null
-
-