Skip to main content
The LEGAL_ENTITY_PARENT_CHILD table contains the parent/child relationships used to build the legal entity hierarchy.
The LEGAL_ENTITY_HIERARCHY table is populated from the LEGAL_ENTITY_PARENT_CHILD table.

Unique Key

Joins

There is a self-join on the LEGAL_ENTITY_PARENT_CHILD table - see database creation script for details.

Footnotes

  1. If the default value is marked as empty, it means that the default value is ‘null’ for nullable fields, and that a value needs to be explicitly set for non-nullable fields.