.cdm-java.6.0.0-dev.82.source-code.cdm-product-collateral-AverageTradingVolumeMethodologyEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.collateral",
"type": "string",
"title": "AverageTradingVolumeMethodologyEnum",
"description": "Indicates the type of equity average trading volume (single) the highest amount on one exchange, or (consolidated) volumes across more than one exchange.",
"enum": [
"Consolidated",
"Single"
],
"oneOf": [
{
"enum": [
"Consolidated"
],
"title": "Consolidated",
"description": "Consolidated volume across more than one exchange."
},
{
"enum": [
"Single"
],
"title": "Single",
"description": "Single, the highest amount on one exchange."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy