.cdm-java.6.0.0-dev.82.source-code.cdm-event-common-ReturnInstruction.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.common",
"type": "object",
"title": "ReturnInstruction",
"description": "Specifies the information required to create the return of a Security Finance Transaction.",
"properties": {
"quantity": {
"description": "Specifies the quantity of shares and cash to be returned in a partial return event.",
"type": "array",
"items": {
"$ref": "cdm-base-math-Quantity.schema.json"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy