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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 1 2 3

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@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 5.0 MiB each and 10.0 MiB total.

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

Click below to post an Idea Post Idea