For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
18 2 9 11

Issuer Rating in REST API

Hi Team,

When performing a request on ratings data with the use of DSS REST API (as per attachment), I receive the below reponse:

IssuerID="0x0000fa0010c1c5ee" AssetID=NULL IssuerWatchSourceCode="MOC" IssuerWatchEffectiveDate=NULL IssuerOutlookSourceCode="MOC" IssuerOutlookEffectiveDate=NULL IssuerRatingSourceCode="MOC" IssuerRatingEffectiveDate=2/28/2018 12:00:00 AM IssueWatchSourceCode=NULL IssueWatchEffectiveDate=NULL IssueOutlookSourceCode=NULL IssueOutlookEffectiveDate=NULL IssueRatingSourceCode=NULL IssueRatingEffectiveDate=NULL IssuerOrgID="10436" ISIN=NULL CUSIP=NULL SEDOL=NULL Valoren=NULL Wertpapier=NULL RIC=NULL SICC=NULL

As you can see, some of the Issue fields return no data. I know that when you set up Rating report template, you need to define a rating level (whether you are looking for Issuer or Issue ratings)

. Shall I specify that in the my request as well? If yes, how the command line should look like?

Thank you,

Lukasz

dss-rest-apidatascope-selectdssrfacredit-ratings
untitled.png (187.6 KiB)
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.

@lukasz.ossowski
Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.
Thanks,
-AHS

@lukasz.ossowski

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
11.3k 25 9 14

@lukasz.ossowski

Hi,

I'm not familiar with the request message you provided. Is the request used internally by your application?

From the request, it seems that Entity is used as identifier with Ratings report template. DSS REST API has "RatingLevel" condition to specify raging level.

"Condition": { "RatingLevel": { "IsIssue": false, "IsIssuer": true }, 

However, according to DSS Usage Guide document, the Ratings report templates can be used with both instrument and entity lists. Entity lists can be used for retrieving issuer-level ratings only. If this is the case, I would suggest you contact DSS support team for further information.


rating.png (118.4 KiB)
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.