.cdm-java.6.0.0-dev.82.source-code.cdm-event-position-AvailableInventoryTypeEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.position",
"type": "string",
"title": "AvailableInventoryTypeEnum",
"description": "Enumeration to describe the type of AvailableInventory",
"enum": [
"AvailableToLend",
"RequestToBorrow"
],
"oneOf": [
{
"enum": [
"AvailableToLend"
],
"title": "AvailableToLend",
"description": "Where a lender is broadcasting the securities that they have available to lend"
},
{
"enum": [
"RequestToBorrow"
],
"title": "RequestToBorrow",
"description": "Where a party is asking a lender if they have specific securities available for them to borrow"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy