Uses of Interface
com.opengamma.strata.product.ProductTrade
-
Packages that use ProductTrade Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index.com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest.com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs).com.opengamma.strata.product.fra Entity objects describing a forward rate agreement (FRA).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.com.opengamma.strata.product.index Entity objects describing contracts based on rate indices.com.opengamma.strata.product.payment Entity objects describing simple payment financial instruments.com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of ProductTrade in com.opengamma.strata.product
Subinterfaces of ProductTrade in com.opengamma.strata.product Modifier and Type Interface Description interfaceSecuritizedProductTrade<P extends SecuritizedProduct>A trade that is directly based on a securitized product.Classes in com.opengamma.strata.product that implement ProductTrade Modifier and Type Class Description classGenericSecurityTradeA trade representing the purchase or sale of a security, where the security is embedded ready for mark-to-market pricing.Methods in com.opengamma.strata.product that return ProductTrade Modifier and Type Method Description ProductTradeProductTrade. withInfo(PortfolioItemInfo info)Returns an instance with the specified info. -
Uses of ProductTrade in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement ProductTrade Modifier and Type Class Description classBillTradeA trade representing a bill.classBondFutureOptionTradeA trade representing an option on a futures contract based on bonds.classBondFutureTradeA trade representing a futures contract based on a fixed coupon bond.classCapitalIndexedBondTradeA trade representing a capital indexed bond.classFixedCouponBondTradeA trade representing a fixed coupon bond. -
Uses of ProductTrade in com.opengamma.strata.product.capfloor
Classes in com.opengamma.strata.product.capfloor that implement ProductTrade Modifier and Type Class Description classIborCapFloorTradeA trade in an Ibor cap/floor. -
Uses of ProductTrade in com.opengamma.strata.product.cms
Classes in com.opengamma.strata.product.cms that implement ProductTrade Modifier and Type Class Description classCmsTradeA trade in a constant maturity swap (CMS). -
Uses of ProductTrade in com.opengamma.strata.product.credit
Classes in com.opengamma.strata.product.credit that implement ProductTrade Modifier and Type Class Description classCdsIndexTradeA trade in a CDS index.classCdsTradeA trade in a single-name credit default swap (CDS). -
Uses of ProductTrade in com.opengamma.strata.product.deposit
Classes in com.opengamma.strata.product.deposit that implement ProductTrade Modifier and Type Class Description classIborFixingDepositTradeA trade in an Ibor fixing deposit.classTermDepositTradeA trade in a term deposit. -
Uses of ProductTrade in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement ProductTrade Modifier and Type Class Description classDsfTradeA trade representing a futures contract based on an interest rate swap. -
Uses of ProductTrade in com.opengamma.strata.product.fra
Classes in com.opengamma.strata.product.fra that implement ProductTrade Modifier and Type Class Description classFraTradeA trade in a forward rate agreement (FRA). -
Uses of ProductTrade in com.opengamma.strata.product.fx
Subinterfaces of ProductTrade in com.opengamma.strata.product.fx Modifier and Type Interface Description interfaceFxOptionTradeA foreign exchange option trade such as a FxVanillaOptionTrade.interfaceFxTradeA foreign exchange trade, such as an FX forward, FX spot or FX option.Classes in com.opengamma.strata.product.fx that implement ProductTrade Modifier and Type Class Description classFxNdfTradeA trade in a Non-Deliverable Forward (NDF).classFxSingleTradeA foreign exchange trade, such as an FX forward or FX spot.classFxSwapTradeA trade in an FX swap. -
Uses of ProductTrade in com.opengamma.strata.product.fxopt
Classes in com.opengamma.strata.product.fxopt that implement ProductTrade Modifier and Type Class Description classFxSingleBarrierOptionTradeA trade in an FX single barrier option.classFxVanillaOptionTradeA trade in a vanilla FX option. -
Uses of ProductTrade in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement ProductTrade Modifier and Type Class Description classIborFutureOptionTradeA trade representing an option on a futures contract based on an Ibor index.classIborFutureTradeA trade representing a futures contract based on an Ibor index.classOvernightFutureTradeA trade representing a futures contract based on an Overnight index. -
Uses of ProductTrade in com.opengamma.strata.product.payment
Classes in com.opengamma.strata.product.payment that implement ProductTrade Modifier and Type Class Description classBulletPaymentTradeA bullet payment trade. -
Uses of ProductTrade in com.opengamma.strata.product.swap
Classes in com.opengamma.strata.product.swap that implement ProductTrade Modifier and Type Class Description classSwapTradeA trade in a rate swap. -
Uses of ProductTrade in com.opengamma.strata.product.swaption
Classes in com.opengamma.strata.product.swaption that implement ProductTrade Modifier and Type Class Description classSwaptionTradeA trade in an option on an underlying swap.
-