{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.collateral",
  "type": "object",
  "title": "ConcentrationLimitCriteria",
  "description": "Respresents a class to describe a set of criteria to describe specific assets that the concentration limits apply to.",
  "properties": {
    "concentrationLimitType": {
      "description": "Specifies the type of concentration limit to be applied.",
      "$ref": "cdm-product-collateral-ConcentrationLimitTypeEnum.schema.json"
    },
    "averageTradingVolume": {
      "description": "Specifies an average trading volume on an exchange in relation to Equity products.",
      "$ref": "cdm-product-collateral-AverageTradingVolume.schema.json"
    },
    "issuer": {
      "description": "Represents a filter based criteria related to the issuer.",
      "type": "array",
      "items": {
        "$ref": "cdm-product-collateral-IssuerCriteria.schema.json"
      },
      "minItems": 0
    },
    "asset": {
      "description": "Represents a filter based on the criteria related to the asset.",
      "type": "array",
      "items": {
        "$ref": "cdm-product-collateral-AssetCriteria.schema.json"
      },
      "minItems": 0
    },
    "appliesTo": {
      "description": "Specifies which of the two counterparties the criteria applies to (either one or both counterparties). This attribute is optional, in case the applicable party is already specified elsewhere within a party election.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
      },
      "minItems": 0,
      "maxItems": 2
    }
  }
}
