Uses of Interface
com.opengamma.strata.product.fx.FxProduct
-
Packages that use FxProduct Package Description com.opengamma.strata.product.fx Entity objects describing financial instruments in the foreign exchange market.com.opengamma.strata.product.fxopt Entity objects describing options in the foreign exchange market. -
-
Uses of FxProduct in com.opengamma.strata.product.fx
Subinterfaces of FxProduct in com.opengamma.strata.product.fx Modifier and Type Interface Description interface
FxOptionProduct
A foreign exchange product that is an option.Classes in com.opengamma.strata.product.fx that implement FxProduct Modifier and Type Class Description class
FxNdf
A Non-Deliverable Forward (NDF).class
FxSingle
A single foreign exchange, such as an FX forward or FX spot.class
FxSwap
An FX swap.Methods in com.opengamma.strata.product.fx that return FxProduct Modifier and Type Method Description FxProduct
FxTrade. getProduct()
-
Uses of FxProduct in com.opengamma.strata.product.fxopt
Classes in com.opengamma.strata.product.fxopt that implement FxProduct Modifier and Type Class Description class
FxSingleBarrierOption
FX (European) single barrier option.class
FxVanillaOption
A vanilla FX option.
-