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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 1 4

How to determine which identifier gets displayed under Cross Reference section on an instrument's Cross Reference tab?

I pulled all available fields for report template "SymbolCrossReference" using "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.SymbolCrossReferenceExtractionRequest". Here is a list of the fields I extracted:

           "Alternate Identifier",
            "Alternate Identifier Description",
            "Alternate Identifier Last Change Date",
            "Alternate Identifier Segment Source",
            "Alternate Identifier Segment Source Description",
            "Alternate Identifier Type",
            "Asset ID",
            "Asset Status",
            "Asset Status Description",
            "Asset Type",
            "Asset Type Description",
            "Contributor Code",
            "Contributor Code Description",
            "Fitch Issuer ID",
            "Instrument ID",
            "Instrument ID Type",
            "Issue PermID",
            "Issuer OrgID",
            "Issuer PermID",
            "Moodys Issuer ID",
            "PE Code",
            "Quote ID",
            "Quote PermID",
            "RCP ID",
            "Reuters Editorial RIC",
            "S&P Issuer ID",
            "Security Description",
            "Usage Instrument SubType",
            "Usage Instrument Type",
            "User Defined Identifier",
            "User Defined Identifier2",
            "User Defined Identifier3",
            "User Defined Identifier4",
            "User Defined Identifier5",
            "User Defined Identifier6"

I have RIC and Sedol identifier displayed under Symbols section, whereas Cusip and ISIN displayed under Cross Reference section within DataScope UI. Any field above determines which identifier gets displayed in the Cross Reference section in the screen shot below? Or there is more I need to do to determine this?

Thanks!

dss-rest-apidatascope-selectdss
1609169725217.png (32.3 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.

Hi @cabissi ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar 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
78.8k 250 52 74

@cabissi

You can find a list of available fields in each report template through DataScope Select Data Content Guide.

I find that the Wertpapier field is available in several report templates, such as Bond Schedules, Composite, Corporate Actions, Historical Reference, and Terms and Conditions.

You can refer to the Symbology conversion using the DSS REST API in Python article for more information regarding the symbology conversion.

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.