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