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 interface
SecuritizedProductPortfolioItem<P extends SecuritizedProduct>
A trade that is directly based on a securitized product.interface
SecuritizedProductPosition<P extends SecuritizedProduct>
A position that is directly based on a securitized product.interface
SecuritizedProductTrade<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 class
GenericSecurity
A 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 SecuritizedProduct
Security. 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 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. -
Uses of SecuritizedProduct in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement SecuritizedProduct Modifier and Type Class Description class
Dsf
A 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 interface
EtdSecurity
An instrument representing an exchange traded derivative (ETD).Classes in com.opengamma.strata.product.etd that implement SecuritizedProduct 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 SecuritizedProduct in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement SecuritizedProduct 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.
-