.cdm-java.6.0.0-dev.63.source-code.cdm-event-common-MarginCallResponseTypeEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.common",
"type": "string",
"title": "MarginCallResponseTypeEnum",
"description": "Represents the enumeration values to define the response type to a margin call.",
"enum": [
"AgreeinFull",
"Dispute",
"PartiallyAgree"
],
"oneOf": [
{
"enum": [
"AgreeinFull"
],
"title": "AgreeinFull",
"description": "Specifies a 'Full Agreement' to Margin Call."
},
{
"enum": [
"Dispute"
],
"title": "Dispute",
"description": "Specifies a 'Full Dispute' to a Margin call."
},
{
"enum": [
"PartiallyAgree"
],
"title": "PartiallyAgree",
"description": "Specifies a 'Partial agreement' to Margin Call."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy