Uses of Interface
com.opengamma.strata.basics.ResolvableCalculationTarget
-
Packages that use ResolvableCalculationTarget Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of ResolvableCalculationTarget in com.opengamma.strata.product
Subinterfaces of ResolvableCalculationTarget in com.opengamma.strata.product Modifier and Type Interface Description 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.Classes in com.opengamma.strata.product that implement ResolvableCalculationTarget Modifier and Type Class Description 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 ResolvableCalculationTarget in com.opengamma.strata.product.etd
Classes in com.opengamma.strata.product.etd that implement ResolvableCalculationTarget 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.
-