> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LegalEntityParentChild

The **LegalEntityParentChild** store is the source for the builder for the [LegalEntityHierarchy](./legalentityhierarchy) store.
It is an isolated store and not part of any cube facts.

It contains the structure of the book hierarchy along with a description of the desks.
It is indexed by **Child** and **AsOfDate**.

| Store Field | Key | CanBeNull | Type                   | Description                                                      |
| ----------- | --- | --------- | ---------------------- | ---------------------------------------------------------------- |
| Child       | Y   |           | String                 | Name of the child Legal Entity.                                  |
| Parent      |     |           | String                 | Name of the parent Legal Entity (or null if there is no parent). |
| AsOfDate    | Y   |           | LOCALDATE\[yyyy-mm-dd] | Timestamp (at close of business) for the data.                   |
