question

Upvotes
Accepted
51 14 18 15

Are we able to retrieve all the RICs or ISINs for active bonds for a PermID inputing the PermID via EDP Symbology API?

Are we able to retrieve all the RICs or ISINs for active bonds for a PermID inputing the PermID via EDP Symbology API?

rdp-apirefinitiv-data-platformsymbology
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@hiroko.yamaguchi

Please contact the EDP Symbology support team via Get Support and select "Elektron Data Platform - Symbology" as a product.

Can anyone please answer this?

Upvote
Accepted
78.1k 246 52 72

Currently, Symbology API translates/converts identifiers that users have to identifiers that the EDP APIs accepts (e.g. from CUSIP to PermId).

Upon checking further with our EDP API product team and they confirmed that we currently do not have the function of retrieving all RICs/ISINs using PermID.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
261 2 0 2

Hi @hiroko.yamaguchi, @ jirapongse.phuriphanvichai


This navigation is supported in the latest release discovery/symbology/v1 e.g.


Bond instrument PermID to ISIN

{
  "from": [
    {
      "identifierTypes": [
        "PermID"
      ],
      "values": [
        "15629760831"
      ]
    }
  ],
  "to": [
    {
      "identifierTypes": [
        "ISIN"
      ]
    }
  ],
  "type": "auto"
}


Bond instrument PermID to Bond RICs:

{
  "from": [
    {
      "identifierTypes": [
        "PermID"
      ],
      "values": [
        "15629760831"
      ]
    }
  ],
  "to": [
    {
      "identifierTypes": [
        "RIC"
      ]
    }
  ],
  "path": [
    {
      "relationshipTypes": [
        "InverseIsQuoteOf"
      ],
      "objectTypes": [
        {
          "from": "AnyInstrument",
          "to": "AnyQuote"
        }
      ]
    },
    {
      "relationshipTypes": [
        "InverseIsVehicleOf"
      ],
      "objectTypes": [
        {
          "from": "AnyQuote",
          "to": "AnyVehicle"
        }
      ]
    }
  ],
  "type": "strict"
}



icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.