Uses of Interface
com.opengamma.strata.product.SecuritizedProductTrade
-
Packages that use SecuritizedProductTrade 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.index Entity objects describing contracts based on rate indices. -
-
Uses of SecuritizedProductTrade in com.opengamma.strata.product
Classes in com.opengamma.strata.product that implement SecuritizedProductTrade Modifier and Type Class Description classGenericSecurityTradeA trade representing the purchase or sale of a security, where the security is embedded ready for mark-to-market pricing.Methods in com.opengamma.strata.product that return SecuritizedProductTrade Modifier and Type Method Description default SecuritizedProductTrade<?>ResolvableSecurityTrade. resolveTarget(ReferenceData refData)Resolves the security identifier using the specified reference data.SecuritizedProductTrade<P>SecuritizedProductTrade. withInfo(PortfolioItemInfo info)Returns an instance with the specified info.SecuritizedProductTrade<P>SecuritizedProductTrade. withPrice(double price)Returns an instance with the specified price.SecuritizedProductTrade<P>SecuritizedProductTrade. withQuantity(double quantity)Returns an instance with the specified quantity. -
Uses of SecuritizedProductTrade in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement SecuritizedProductTrade Modifier and Type Class Description classBillTradeA trade representing a bill.classBondFutureOptionTradeA trade representing an option on a futures contract based on bonds.classBondFutureTradeA trade representing a futures contract based on a fixed coupon bond.classCapitalIndexedBondTradeA trade representing a capital indexed bond.classFixedCouponBondTradeA trade representing a fixed coupon bond. -
Uses of SecuritizedProductTrade in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement SecuritizedProductTrade Modifier and Type Class Description classDsfTradeA trade representing a futures contract based on an interest rate swap. -
Uses of SecuritizedProductTrade in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement SecuritizedProductTrade Modifier and Type Class Description classIborFutureOptionTradeA trade representing an option on a futures contract based on an Ibor index.classIborFutureTradeA trade representing a futures contract based on an Ibor index.classOvernightFutureTradeA trade representing a futures contract based on an Overnight index.
-