Bloomberg AIM · Schema
RequestCreate
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading
Properties
| Name | Type | Description |
|---|---|---|
| @type | string | |
| identifier | string | |
| title | string | |
| description | string | |
| universe | string | URI reference to the universe resource |
| fieldList | string | URI reference to the field list resource |
| trigger | string | URI reference to the trigger resource |
| formatting | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RequestCreate",
"type": "object",
"properties": {
"@type": {
"type": "string"
},
"identifier": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"universe": {
"type": "string",
"description": "URI reference to the universe resource"
},
"fieldList": {
"type": "string",
"description": "URI reference to the field list resource"
},
"trigger": {
"type": "string",
"description": "URI reference to the trigger resource"
},
"formatting": {
"type": "object"
}
}
}