All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.63.source-code.cdm-event-common-MarginCallActionEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "string",
  "title": "MarginCallActionEnum",
  "description": "Represents the enumeration values to identify the collateral action instruction.",
  "enum": [
    "Delivery",
    "Return"
  ],
  "oneOf": [
    {
      "enum": [
        "Delivery"
      ],
      "title": "Delivery",
      "description": "Indicates an instruction of a new collateral asset delivery."
    },
    
    {
      "enum": [
        "Return"
      ],
      "title": "Return",
      "description": "Indicates an instruction for a return of a principals collateral asset delivery."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy