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 interface
ResolvableSecurityPosition
A position that has a security identifier that can be resolved using reference data.interface
ResolvableSecurityTrade
A 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 class
SecurityPosition
A position in a security, where the security is referenced by identifier.class
SecurityTrade
A 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 class
EtdFuturePosition
A position in an ETD future, where the security is embedded ready for mark-to-market pricing.class
EtdFutureTrade
A trade representing an ETD future.class
EtdOptionPosition
A position in an ETD option, where the security is embedded ready for mark-to-market pricing.class
EtdOptionTrade
A trade representing an ETD option.
-