question

Upvotes
Accepted
53 0 0 10

How to identify the ultimate parent of a Fund Shareholder?

I am using RDP Ownership API and want to map the FundShareHolder to its ultimate parent. Please advice on how I can do that?

rdp-apirdp
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.

@wo

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. 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
5.7k 21 2 6

Hi @wo ,


This is a two-step process:

    • Step 1: Make a request to fetch ultimate parents for an organization by using the endpoint ownership/v1/views/ultimateparent/shareholders-report
    • Step 2: Make a request for Consolidated Shareholders by using the endpoints: ownership/v1/views/fund/shareholders-report or /ownership/v1/views/fund/shareholders-history-report

And use the “FundParentId” from the response in step 2 to look for filed “InvestorId” from the response in step 1.

  • NOTE: For all fund Investors that do not have any parent (“NULL” value in the field “FundParentId”), the “InvestorID’ of the fund investor should be treated as the “UltimateParentID”
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.