Uses of Interface
com.opengamma.strata.product.SecurityQuantity
-
Packages that use SecurityQuantity 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 SecurityQuantity in com.opengamma.strata.product
Subinterfaces of SecurityQuantity in com.opengamma.strata.product Modifier and Type Interface Description interfacePositionA position in a security.interfaceResolvableSecurityPositionA position that has a security identifier that can be resolved using reference data.interfaceResolvableSecurityTradeA trade that has a security identifier that can be resolved using reference data.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.interfaceSecurityQuantityTradeA trade that is based on security, quantity and price.Classes in com.opengamma.strata.product that implement SecurityQuantity Modifier and Type Class Description classGenericSecurityPositionA position in a security, where the security is embedded ready for mark-to-market pricing.classGenericSecurityTradeA trade representing the purchase or sale of a security, where the security is embedded ready for mark-to-market pricing.classSecurityPositionA position in a security, where the security is referenced by identifier.classSecurityTradeA trade representing the purchase or sale of a security, where the security is referenced by identifier. -
Uses of SecurityQuantity in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement SecurityQuantity Modifier and Type Class Description classBillPositionA position in a bill.classBillTradeA trade representing a bill.classBondFutureOptionPositionA position in a bond future option.classBondFutureOptionTradeA trade representing an option on a futures contract based on bonds.classBondFuturePositionA position in a bond future.classBondFutureTradeA trade representing a futures contract based on a fixed coupon bond.classCapitalIndexedBondPositionA position in a capital indexed bond.classCapitalIndexedBondTradeA trade representing a capital indexed bond.classFixedCouponBondPositionA position in a fixed coupon bond.classFixedCouponBondTradeA trade representing a fixed coupon bond. -
Uses of SecurityQuantity in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement SecurityQuantity Modifier and Type Class Description classDsfPositionA position in a DSF.classDsfTradeA trade representing a futures contract based on an interest rate swap. -
Uses of SecurityQuantity in com.opengamma.strata.product.etd
Subinterfaces of SecurityQuantity in com.opengamma.strata.product.etd Modifier and Type Interface Description interfaceEtdPositionA position in an ETD, where the security is embedded ready for mark-to-market pricing.interfaceEtdTradeA trade in an exchange traded derivative (ETD).Classes in com.opengamma.strata.product.etd that implement SecurityQuantity Modifier and Type Class Description classEtdFuturePositionA position in an ETD future, where the security is embedded ready for mark-to-market pricing.classEtdFutureTradeA trade representing an ETD future.classEtdOptionPositionA position in an ETD option, where the security is embedded ready for mark-to-market pricing.classEtdOptionTradeA trade representing an ETD option. -
Uses of SecurityQuantity in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement SecurityQuantity Modifier and Type Class Description classIborFutureOptionPositionA position in an option on a futures contract based on an Ibor index.classIborFutureOptionTradeA trade representing an option on a futures contract based on an Ibor index.classIborFuturePositionA position in a futures contract based on an Ibor index.classIborFutureTradeA trade representing a futures contract based on an Ibor index.classOvernightFuturePositionA futures contract based on an Overnight index.classOvernightFutureTradeA trade representing a futures contract based on an Overnight index.
-