Hello,
When arranging on-demand extractions, in the instrument list I have to provide the list of the instrument identifiers and their types.
Sample:
"IdentifierList": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ { "Identifier": "AA0000000006", "IdentifierType": "Isin" }, { "Identifier": "US4592001014", "IdentifierType": "Isin" }, { "Identifier": "438516AC0", "IdentifierType": "Cusip" } ] }
How can I figure out which are the types of the identifiers?
Does your REST API provide any way to retrieve such info?
That is, given and identifier, is there a way via your DSS REST API to retrieve the related identifier type ? (such as cusip, isin, ric, ticker, etc)
In addition, where can I find all the possible identifier types?
Is there a way to programmatically download this list through your REST API?
Please let me know.
Thanks
Simone