Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Refinitiv Data Platform /
avatar image
REFINITIV
Question by Jenna.Tabunda · Sep 15, 2021 at 06:05 PM · rdp-apirefinitiv-data-platformsymbology

Is there a way in RDP Symbology to pull up all security-related mappings (GlobalTickerMap record, Cusip or Sedol, etc.) for Angion Biomedica Corp.?

Is there a way in RDP Symbology to pull up all security-related mappings (GlobalTickerMap record, Cusip or Sedol, etc.) for Angion Biomedica Corp.?


People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

3 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by RFielder · Sep 16, 2021 at 09:49 AM

Hi @Jenna.Tabunda, @Alex Putkov.


In the example query above, this will navigate to all the 'at level' identifiers, so if the input is a RIC, it will return all the quote level identifiers associated with the RIC, if the input was an organisation permID, it would return all the organisation level identifiers like LEI.

In order to go from an organisation level identifier to all the related identifiers at the instrument or quote level associated with that organisation, some relationships need to be specified in the path parameter.


Below are 2 examples:


Navigate from Organization PermID to all instrument level identifiers for instruments issued by Angion Biomedica Corp PermID 5000644263


{

"from": [

{

"identifierTypes": [

"PermID"

],

"values": [

"5000644263"

]

}

],

"to": [

{

"identifierTypes": [

"ANY"

]

}

],

"path": [

{

"relationshipTypes": [

"InverseIsIssuedBy"

],

"objectTypes": [

{

"from": "Organization",

"to": "AnyInstrument"

}

]

}

],

"type": "strict"

}



Navigate from Organization PermID to all quote level identifiers for all instruments issued by Angion Biomedica Corp PermID 5000644263


{

"from": [

{

"identifierTypes": [

"PermID"

],

"values": [

"5000644263"

]

}

],

"to": [

{

"identifierTypes": [

"ANY"

]

}

],

"path": [

{

"relationshipTypes": [

"InverseIsIssuedBy"

],

"objectTypes": [

{

"from": "Organization",

"to": "AnyInstrument"

}

]

},

{

"relationshipTypes": [

"InverseIsQuoteOf"

],

"objectTypes": [

{

"from": "AnyInstrument",

"to": "AnyQuote"

}

]

}

],

"type": "strict"

}

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by Alex Putkov.1 · Sep 15, 2021 at 07:35 PM

@Jenna.Tabunda

I'm not sure I understand the question. Are you asking whether symbology lookup endpoint on RDP can be used to retrieve all available identifiers for an entity given one identifier? If this is what you're asking, the answer is yes. There's an example titled "Identifier to all identifiers for the entity" for /discovery/symbology/v1/lookup endpoint on API Playground. And here's the example using ANGN.O RIC.

{
  "from": [
    {
      "identifierTypes": [
        "RIC"
      ],
      "values": [
        "ANGN.O"
      ]
    }
  ],
  "to": [
    {
      "identifierTypes": [
        "ANY"
      ]
    }
  ],
  "type": "strict"
}

The result of the above request is

{
  "data": [
    {
      "input": [
        {
          "value": "ANGN.O",
          "identifierType": "RIC"
        }
      ],
      "output": [
        {
          "value": "Q911123844",
          "identifierType": "TMTPermID"
        },
        {
          "value": "@ANGN",
          "identifierType": "DsQuotationMnemonic"
        },
        {
          "value": "ANGN-US,USD,NORM",
          "identifierType": "IlxId"
        },
        {
          "value": "ANGN",
          "identifierType": "ExchangeTicker"
        },
        {
          "value": "488899843",
          "identifierType": "QuotePI"
        },
        {
          "value": "BMD8P43",
          "identifierType": "Sedol"
        },
        {
          "value": "US03476J1079",
          "identifierType": "ExchangeIsin"
        },
        {
          "value": "99325Q",
          "identifierType": "DsQuotationNumber"
        }
      ]
    }
  ],
  "requestId": "530e5607-30e1-4c8c-8174-863576235bba",
  "effectiveAt": "2021-09-15T19:27:53.944Z",
  "messages": []
}
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by Jenna.Tabunda · Sep 15, 2021 at 07:38 PM

Thank you @Alex Putkov.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

access to field(s) denied

Summaries.Definition("MyRIC").GetData() not working when invoking from WindowsFrom Application

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?

EDP Symbology API details

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges