Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: how to represent intermediary actors such as accountants and lawyers in BODS #626

Open
StephenAbbott opened this issue Apr 8, 2024 · 1 comment

Comments

@StephenAbbott
Copy link
Member

StephenAbbott commented Apr 8, 2024

Is your request related to a problem? Please describe.
Publishers of beneficial ownership information sometimes want to differentiate between beneficial owners themselves and professional intermediary actors (accountants, lawyers, etc...) acting on behalf of the beneficial owners.

To capture these relationships in BODS, publishers should use an entity with type 'arrangement'. Then both the intermediary agency and the client entity should be interested parties in the arrangement. This is akin to how to represent nominee relationships in BODS (see #329).

The interest type used to explain the relationship between the entity and the intermediaries/beneficial owners will then depend on what it is that the intermediary is doing for the beneficial owner.

We should bear this user need in mind when working on #466 at a future date.

What publishers and users of beneficial ownership data would be benefited by adding this feature?
The need for better documentation in BODS came about during a conversation with the International Consortium of Investigative Journalists when discussing their Offshore Leaks database.

Offshore Leaks data is formatted in line with Neo4J and example data packages can be found at https://github.com/ICIJ/offshoreleaks-data-packages.

Here is an image showing how ICIJ currently represents intermediaries in Neo4J:
Screenshot 2024-01-18 at 17 49 25

Thanks to Open Ownership's partnership with the OpenSanctions team, you can see the full range of intermediary roles that ICIJ uses at https://github.com/opensanctions/opensanctions/blob/main/datasets/_global/icij_offshoreleaks/icij_offshoreleaks.yml#L33-L489 which is code used by OpenSanctions to map the ICIJ Offshore Leaks data to the FollowTheMoney data model used by OpenSanctions and OCCRP.

@kd-ods
Copy link
Collaborator

kd-ods commented Apr 9, 2024

To capture these relationships in BODS, publishers should use an entity with type 'arrangement'. Then both the intermediary agency and the client entity should be interested parties in the arrangement. This is akin to how to represent nominee relationships in BODS (see #329).

Alternatively, there may be cases where the 'intermediary' is doing little more than meeting obligatory reporting requirements on behalf of their client. In terms of BODS modelling, the intermediary would then appear as an agent in the source.assertedBy array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants