{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "identifierResolution",
"type": "object",
"description": "Identifier Resolution data object.",
"properties": {
"requestId": {
"type": "string",
"description": "Identifier inputted in the request."
},
"inputSymbolType": {
"type": "string",
"description": "The type of identifier inputted in the request"
},
"name": {
"type": "string",
"description": "Name of the requested identifier"
},
"frefListingExchange": {
"type": "string",
"description": "The 3 digit fref exchange code for the primary exchange of the security"
},
"currency": {
"type": "string",
"description": "The 3 digit ISO code for the currency"
}
}
}