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 interface
SecuritizedProduct
The 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 class
GenericSecurity
A 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 Product
ProductTrade. 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 class
Bill
A bill.class
BondFuture
A futures contract, based on a basket of fixed coupon bonds.class
BondFutureOption
A futures option contract, based on bonds.class
CapitalIndexedBond
A capital indexed bond.class
FixedCouponBond
A fixed coupon bond.class
FixedCouponBondOption
An 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 class
IborCapFloor
An 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 class
Cms
A 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 class
Cds
A single-name credit default swap (CDS).class
CdsIndex
A 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 class
IborFixingDeposit
An Ibor fixing deposit.class
TermDeposit
A 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 class
Dsf
A 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 interface
EtdSecurity
An instrument representing an exchange traded derivative (ETD).Classes in com.opengamma.strata.product.etd that implement Product Modifier and Type Class Description class
EtdFutureSecurity
An instrument representing an exchange traded derivative (ETD) future.class
EtdOptionSecurity
An 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 class
Fra
A 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 interface
FxOptionProduct
A foreign exchange product that is an option.interface
FxProduct
A 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 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. -
Uses of Product in com.opengamma.strata.product.fxopt
Classes in com.opengamma.strata.product.fxopt that implement Product Modifier and Type Class Description class
FxSingleBarrierOption
FX (European) single barrier option.class
FxVanillaOption
A 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 class
IborFuture
A futures contract based on an Ibor index.class
IborFutureOption
A futures option contract, based on an Ibor index.class
OvernightFuture
A 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 class
BulletPayment
A 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 class
Swap
A 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 class
Swaption
An option on an underlying swap.
-