Representing trusts¶
Overview¶
In this documentation, the term ‘trust’ is inclusive of trusts and trust-like arrangements (such as fiducie, treuhand and waqf).
BODS can be used to represent the beneficial ownership of trusts and the beneficial ownership of entities via trusts. Trusts are represented by an Entity statement.
When representing trusts:
If the trust has legal personality
entityType.type
MUST belegalEntity
If the trust does not have legal personality
entityType.type
MUST bearrangement
entityType.subtype
MUST betrust
entityType.details
MAY be used to give a local name (e.g. “fiducie”) or specify the type of trust (e.g. “inter-vivos trust”)
Relationships between trusts and their parties MUST be represented using only these interest.type
codes:
settlor
beneficiary
trustee
protector
otherInfluenceOrControl
interest.details
MAY be used to give a local name (e.g. “fiduciaire”) or more information about the interest (e.g. “power to dissolve trust”).
Example Scenarios¶
Trust without legal personality¶
A trust with a known beneficiary, known trustee and known settlor. The trust does not have a legal personality.
Trust with legal personality and protector¶
A trust with a known beneficiary, known trustee, known settlor and known protector. The trust has a legal personality.
Trust with combined roles and anonymous beneficiary¶
A trust where the settlor is also a trustee and the beneficiary is anonymous due to a disclosure exemption.
Trust-like arrangement¶
A trust-like arrangement with local names for the entityType and interestTypes.
Company as a trustee¶
A trust where the trustee is a company. In this jurisdiction, the owner of the company is deemed to be an indirect beneficial owner of the trust.
See Representing beneficial owners for guidance on representing indirect beneficial ownership.
Further Guidance¶
The Open Ownership website has more guidance and research on capturing beneficial ownership information about trusts and legal arrangements.