{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master.isla",
  "type": "object",
  "title": "CollateralSpecification",
  "description": "The definitions regarding collateral relating to the GMSLA.",
  "properties": {
    "standardDefinitionOfMarketValueUsed": {
      "description": "Is the standard definition of 'Market Value' used in the GMSLA?",
      "type": "boolean"
    },
    "definitionOfMarketValueNonStandard": {
      "description": "If the definition of 'Market Value' is non standard, it can be specified here.",
      "type": "string"
    },
    "aggregation": {
      "description": "How does paragraph 5.4 (aggregation) apply to the GMSLA?",
      "$ref": "cdm-legaldocumentation-master-isla-Aggregation.schema.json"
    },
    "nettingObligationsApply": {
      "description": "Does paragraph 5.6 (netting of obligations to deliver Collateral and redeliver Equivalent Collateral) apply to the GMSLA?",
      "$ref": "cdm-legaldocumentation-master-isla-ApplicabilityOfElectionEnum.schema.json"
    },
    "failureToDevliverIndemnityApplies": {
      "description": "Does paragraph 6.4 (indemnity for failure to redeliver Equivalent Non-Cash Collateral) apply to the GMSLA?",
      "$ref": "cdm-legaldocumentation-master-isla-ApplicabilityOfElectionEnum.schema.json"
    },
    "notificationTime": {
      "description": "What is the notification time of the GMSLA?",
      "$ref": "cdm-base-datetime-BusinessCenterTime.schema.json"
    }
  },
  "required": [
    "standardDefinitionOfMarketValueUsed",
    "aggregation",
    "nettingObligationsApply",
    "failureToDevliverIndemnityApplies",
    "notificationTime"
  ]
}
