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

# LEGAL_ENTITY_ATTRIBUTES

The **LEGAL\_ENTITY\_ATTRIBUTES** table contains a description of the legal entity.

| Column Name   | Type   | Not Null | Cube Field                                                       | Description                                    |
| ------------- | ------ | -------- | ---------------------------------------------------------------- | ---------------------------------------------- |
| AS\_OF\_DATE  | DATE   | Y        | See field in joined table ([SASENSITIVITIES](./sasensitivities)) | Timestamp (at close of business) for the data. |
| LEGAL\_ENTITY | STRING | Y        | See field in joined table ([TRADE\_MAPPING](./trade_mapping))    | The legal entity.                              |
| NETTING\_SET  | STRING |          | [Netting Set](../cube/netting-set)                               | The netting set the legal entity belongs to.   |

## Unique Key

| Columns       |
| ------------- |
| AS\_OF\_DATE  |
| LEGAL\_ENTITY |

## Incoming Joins

| Source Table                      | Source Columns                  | Target Columns                  |
| --------------------------------- | ------------------------------- | ------------------------------- |
| [TRADE\_MAPPING](./trade_mapping) | AS\_OF\_DATE<br />LEGAL\_ENTITY | AS\_OF\_DATE<br />LEGAL\_ENTITY |
