Factset · Schema
CreateStandardSymbolMetadataDto
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| standardSymbol | string | |
| description | string | |
| typeId | string | |
| subTypeId | string | |
| googleMapsPlaceId | string | |
| formattedAddress | string | |
| city | string | |
| stateProvince | string | |
| postalCode | string | |
| country | string | |
| customFieldValues | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateStandardSymbolMetadataDto",
"type": "object",
"properties": {
"standardSymbol": {
"type": "string"
},
"description": {
"type": "string"
},
"typeId": {
"type": "string"
},
"subTypeId": {
"type": "string"
},
"googleMapsPlaceId": {
"type": "string"
},
"formattedAddress": {
"type": "string"
},
"city": {
"type": "string"
},
"stateProvince": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"country": {
"type": "string"
},
"customFieldValues": {
"type": "array"
}
}
}