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" } 
            ]}}}

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @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.

    image


Answers