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.thomsonreuters.com/datascope-select-dss/datascope-select-rest-api/docs?content=6072&type=documentation_item)
My question is more data related - where do I find this data within DDS?