I need to convert an Excel file using Eikon to an application using the DDS API.
My problem currently is figuring out what instrument/identifier types to use to get for example moody ratings for Australia ten-year bonds.
The following is an example of the current Excel function:
TR(“AU10YT=RR”,"TR.FiIssuerMoodysRating","RatingScope=DMS")
I looked at the documentation but it seems to be more around the technical side of building up the query and the fields available. (https://developers.refinitiv.com/en/api-catalog/datascope-select/datascope-select-rest-api/documentation#datascope-select-data-content-guide)
My question is more data related - where do I find this data within DDS?