Uses of Interface
com.opengamma.strata.product.SecuritizedProduct
-
Packages that use SecuritizedProduct 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.dsf Entity objects describing Deliverable Swap Futures (DSFs).com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs).com.opengamma.strata.product.index Entity objects describing contracts based on rate indices. -
-
Uses of SecuritizedProduct in com.opengamma.strata.product
Classes in com.opengamma.strata.product with type parameters of type SecuritizedProduct Modifier and Type Interface Description interfaceSecuritizedProductPortfolioItem<P extends SecuritizedProduct>A trade that is directly based on a securitized product.interfaceSecuritizedProductPosition<P extends SecuritizedProduct>A position that is directly based on a securitized product.interfaceSecuritizedProductTrade<P extends SecuritizedProduct>A trade that is directly based on a securitized product.Classes in com.opengamma.strata.product that implement SecuritizedProduct 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 SecuritizedProduct Modifier and Type Method Description SecuritizedProductSecurity. createProduct(ReferenceData refData)Creates the product associated with this security. -
Uses of SecuritizedProduct in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement SecuritizedProduct 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. -
Uses of SecuritizedProduct in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement SecuritizedProduct Modifier and Type Class Description classDsfA deliverable swap futures contract. -
Uses of SecuritizedProduct in com.opengamma.strata.product.etd
Subinterfaces of SecuritizedProduct 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 SecuritizedProduct 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 SecuritizedProduct in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement SecuritizedProduct 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.
-