We are using the RDP stories API to retrieve stories with the following call:
GET https://api.refinitiv.com/data/news/v1/stories/{storyId}
We then read the field "subject" and "assert" to find the subjects of the story, and have the following questions:
- Is it safe to make use of the news2000 codes with the prefix "N2:"? Are news2000 codes going to be deprecated? Should we use RCS codes instead? Is there mapping from all the news2000 codes to all the RCS codes?
- "assert.organisationDetails.hasInstrument._symbol" contains RICs. Shall we make use of it? What is the difference between "assert.organisationDetails.hasInstrument._symbol" and "assert.sameAs._qcode"?