> ## 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.

# CategoriesSource

The **CategoriesSource** store maps parent/child nodes to categories.
It is indexed by **AsOfDate** and **Node**.
It is an isolated store and not part of any cube facts.

This store is only created if the property `categories-hierarchy.enabled=true` is set.  It is used to build the [Categories](./categories) store.

| Store Field | Key | CanBeNull | Type (+Default Value - if applicable) | Cube Field                                                   | Description                                    |
| ----------- | --- | --------- | ------------------------------------- | ------------------------------------------------------------ | ---------------------------------------------- |
| AsOfDate    | Y   |           | LOCALDATE\[yyyy-mm-dd]                |                                                              | Timestamp (at close of business) for the data. |
| Node        | Y   |           | String                                |                                                              | Name of the node.                              |
| Category    |     |           | String                                | [Categories](../../cube/categories--dimensions-organization) | The category of the node.                      |
