Uses of Interface
com.opengamma.strata.product.Product
-
Packages that use Product 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.etd Entity objects describing Exchange Traded Derivatives (ETDs).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 Product in com.opengamma.strata.product
Subinterfaces of Product in com.opengamma.strata.product Modifier and Type Interface Description interfaceSecuritizedProductThe product details of a financial instrument that is traded as a security.Classes in com.opengamma.strata.product that implement Product Modifier and Type Class Description classGenericSecurityA generic security, defined in terms of the value of each tick.Methods in com.opengamma.strata.product that return Product Modifier and Type Method Description ProductProductTrade. getProduct()Gets the underlying product that was agreed when the trade occurred. -
Uses of Product in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement Product Modifier and Type Class Description classBillA bill.classBondFutureA futures contract, based on a basket of fixed coupon bonds.classBondFutureOptionA futures option contract, based on bonds.classCapitalIndexedBondA capital indexed bond.classFixedCouponBondA fixed coupon bond.classFixedCouponBondOptionAn option on aFixedCouponBond. -
Uses of Product in com.opengamma.strata.product.capfloor
Classes in com.opengamma.strata.product.capfloor that implement Product Modifier and Type Class Description classIborCapFloorAn Ibor cap/floor product. -
Uses of Product in com.opengamma.strata.product.cms
Classes in com.opengamma.strata.product.cms that implement Product Modifier and Type Class Description classCmsA constant maturity swap (CMS) or CMS cap/floor. -
Uses of Product in com.opengamma.strata.product.credit
Classes in com.opengamma.strata.product.credit that implement Product Modifier and Type Class Description classCdsA single-name credit default swap (CDS).classCdsIndexA CDS (portfolio) index product. -
Uses of Product in com.opengamma.strata.product.deposit
Classes in com.opengamma.strata.product.deposit that implement Product Modifier and Type Class Description classIborFixingDepositAn Ibor fixing deposit.classTermDepositA term deposit. -
Uses of Product in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement Product Modifier and Type Class Description classDsfA deliverable swap futures contract. -
Uses of Product in com.opengamma.strata.product.etd
Subinterfaces of Product in com.opengamma.strata.product.etd Modifier and Type Interface Description interfaceEtdSecurityAn instrument representing an exchange traded derivative (ETD).Classes in com.opengamma.strata.product.etd that implement Product Modifier and Type Class Description classEtdFutureSecurityAn instrument representing an exchange traded derivative (ETD) future.classEtdOptionSecurityAn instrument representing an exchange traded derivative (ETD) option. -
Uses of Product in com.opengamma.strata.product.fra
Classes in com.opengamma.strata.product.fra that implement Product Modifier and Type Class Description classFraA forward rate agreement (FRA). -
Uses of Product in com.opengamma.strata.product.fx
Subinterfaces of Product in com.opengamma.strata.product.fx Modifier and Type Interface Description interfaceFxOptionProductA foreign exchange product that is an option.interfaceFxProductA foreign exchange product, such as an FX forward, FX spot or FX option.Classes in com.opengamma.strata.product.fx that implement Product Modifier and Type Class Description classFxNdfA Non-Deliverable Forward (NDF).classFxSingleA single foreign exchange, such as an FX forward or FX spot.classFxSwapAn FX swap. -
Uses of Product in com.opengamma.strata.product.fxopt
Classes in com.opengamma.strata.product.fxopt that implement Product Modifier and Type Class Description classFxSingleBarrierOptionFX (European) single barrier option.classFxVanillaOptionA vanilla FX option. -
Uses of Product in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement Product Modifier and Type Class Description classIborFutureA futures contract based on an Ibor index.classIborFutureOptionA futures option contract, based on an Ibor index.classOvernightFutureA futures contract based on an Overnight index. -
Uses of Product in com.opengamma.strata.product.payment
Classes in com.opengamma.strata.product.payment that implement Product Modifier and Type Class Description classBulletPaymentA bullet payment. -
Uses of Product in com.opengamma.strata.product.swap
Classes in com.opengamma.strata.product.swap that implement Product Modifier and Type Class Description classSwapA rate swap. -
Uses of Product in com.opengamma.strata.product.swaption
Classes in com.opengamma.strata.product.swaption that implement Product Modifier and Type Class Description classSwaptionAn option on an underlying swap.
-