Add multiple RICs from the same market to the DSS template

I am using the DSS API to extract information from RIC using a termplate, in which I add the instruments using the InstrumentListAppendIdentifiers service and send this value (*) to the source field.
Now what I need is to add an ISIN and all the entries I have for the FTP/VPA market and I am not achieving it. Since if in the source field I send the market (FTP) it adds only the primary RIC.
Is there a way to include all the RICs of a market?
I have tried using the RIC search services but they all return one RIC per market.

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @gosantos

    Thank you for reaching out to us.

    I assume that you already knew how to use the Source property with an ISIN.

    Identifiers": [
        {
          "Identifier": "US4592001014",
          "IdentifierType": "Isin",
          "Source": "*"
        }

    It will append all RICs for that ISIN, as shown in the response.

    "ValidationResult": {
            "ValidInstrumentCount": 157,
            "OpenAccessSegments": [],
            "StandardSegments": [
                {
                    "Code": "E",
                    "Description": "Equity",
                    "Count": 157
                }
            ],

    Regarding including all the RICs of a market, you may need to contact the Datascope Select support team directly via MyRefinitiv to verify if we have an instrument code that can return all RICs in the FTP/VPA market. However, I can't find the FTP or VPA market in the exchange list.