How figure out identifier type via DSS REST API?

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

Best Answer

Answers

  • Hello @zoya faberov ,

    Thanks for your prompt reply.

    I am asking this because, while, it is pretty easy to recognize an ISIN or a CUSIP, I have no idea how to recognize other types of instrument identifiers such as ArgentineAfipCode, Ric, or Valoren.

    These are just some samples, but actually there are also other types of identifiers that DSS REST API supports but not sure how recognize.


    Anyway, as suggested by you, I will ask to Refinitiv support.

    Thanks

    Regards

    Simone