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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 1 3 5

Foreign Ownership fields in DataScope?

Hi,

I am trying to retrieve any of the "Foreign Ownership..." fields in DataScope, from both the Composite and Terms and Conditions reports.

But I seem to only get nulls returned, and nothing in the Notes footer to indicate a possible permissions issue.

I have tried for a wide variety of stocks

I've put my Postman script below, any help would be appreciated, thanks


{"ExtractionRequest": {
        "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
        "ContentFieldNames": [
            "Foreign Ownership Percent of Limit",
        "Foreign Ownership Percent of Total Shares",
        "Foreign Ownership Shares Allowed",
        "Foreign Ownership Shares Held",
        "Foreign Ownership Shares Remaining"
        ],
        "IdentifierList": {
            "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [                
                { "Identifier": "BRKa", "IdentifierType": "Ric" },
                  { "Identifier": "IBM.N", "IdentifierType": "Ric" },
                { "Identifier": "AMZN.O", "IdentifierType": "Ric" },
                { "Identifier": "BHP.AX", "IdentifierType": "Ric" }, 
                { "Identifier": "ANZ.AX", "IdentifierType": "Ric" }, 
                { "Identifier": "WOW.AX", "IdentifierType": "Ric" } 
            ]}}}
dss-rest-apidatascope-selectdss
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.

@Pocari Sweat

Thank you for your participation in the forum.


Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply that best answers your question.

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
79.2k 251 52 74

@Pocari Sweat

I also get the null data.

   {
            "IdentifierType": "Ric",
            "Identifier": "BHP.AX",
            "Foreign Ownership Percent of Limit": null,
            "Foreign Ownership Percent of Total Shares": null,
            "Foreign Ownership Shares Allowed": null,
            "Foreign Ownership Shares Held": null,
            "Foreign Ownership Shares Remaining": null
        },

It could be a content issue. Please directly contact the Refinitiv DataScope Select team via MyRefinitiv to verify the problem.



1614137474341.png (16.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.

Thanks, just raised a ticket. Will update this with the response.

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.