{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "string",
  "title": "CashCTSTimeEnum",
  "description": "Details the day on which cash collateral is required to be transferred relative to the Notification Time.",
  "enum": [
    "First Local Business Day",
    "Next",
    "Other",
    "Same",
    "Second Local Business Day"
  ],
  "oneOf": [
    {
      "enum": [
        "First Local Business Day"
      ],
      "title": "FirstLBD",
      "description": "The cash collateral should be transferred on the first local business day."
    },
    
    {
      "enum": [
        "Next"
      ],
      "title": "Next",
      "description": "The cash collateral should be transferred on the next day."
    },
    
    {
      "enum": [
        "Other"
      ],
      "title": "Other",
      "description": "Exception value."
    },
    
    {
      "enum": [
        "Same"
      ],
      "title": "Same",
      "description": "The cash collateral should be transferred on the same day."
    },
    
    {
      "enum": [
        "Second Local Business Day"
      ],
      "title": "SecondLBD",
      "description": "The cash collateral should be transferred on the second local business day."
    }
  ]
}
