Uses of Class
com.opengamma.strata.product.common.CcpId
-
Packages that use CcpId Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.common Entity objects shared between other packages. -
-
Uses of CcpId in com.opengamma.strata.product
Fields in com.opengamma.strata.product with type parameters of type CcpId Modifier and Type Field Description static AttributeType<CcpId>
AttributeType. CCP
Key used to access the CCP. -
Uses of CcpId in com.opengamma.strata.product.common
Fields in com.opengamma.strata.product.common declared as CcpId Modifier and Type Field Description static CcpId
CcpIds. ASX
Australian Securities Exchange.static CcpId
CcpIds. BMD
Bursa Malaysia Derivatives.static CcpId
CcpIds. CDCC
Canadian Derivatives Clearing Corporation.static CcpId
CcpIds. CME
Chicago Mercantile Exchange.static CcpId
CcpIds. ECC
European Commodity Clearing.static CcpId
CcpIds. EUREX
Eurex.static CcpId
CcpIds. HKEX
Hong Kong Exchange.static CcpId
CcpIds. ICE_EU
Intercontinental Exchange (EU).static CcpId
CcpIds. ICE_US
Intercontinental Exchange (US).static CcpId
CcpIds. JCCH
Japan Commodity Clearing House.static CcpId
CcpIds. JSCC
Japan Securities Clearing Corporation.static CcpId
CcpIds. LCH
London Clearing House.static CcpId
CcpIds. LME
London Metal Exchange Clear.static CcpId
CcpIds. MGEX
Minneapolis Grain Exchange.static CcpId
CcpIds. OCC
Options Clearing Corporation.static CcpId
CcpIds. SGX
Singapore Exchange.static CcpId
CcpIds. TFX
Tokyo Financial Exchange.Methods in com.opengamma.strata.product.common that return CcpId Modifier and Type Method Description static CcpId
CcpId. of(String name)
Obtains an identifier for the CCP.
-