# Data Dictionary

<table><thead><tr><th width="91.15625">Attribute</th><th width="136.70062255859375">Type/Format</th><th width="382.1640625">Description</th><th>Example</th></tr></thead><tbody><tr><td>isin</td><td>Alphanumeric String</td><td>International Securities Identification Number (ISIN) of the primary publicly traded financial instrument associated with the company.</td><td>US42704L1044</td></tr><tr><td>lei</td><td>Alphanumeric String</td><td>Legal Entity Identifier (LEI)</td><td>549300TP80QLITMSBP82</td></tr><tr><td>figi</td><td>Alphanumeric String</td><td>Financial Instrument Global Identifier (FIGI) of the primary publicly traded financial instrument associated with the company.</td><td>BBG00WNPK2F5</td></tr><tr><td>ticker</td><td>String</td><td>Ticker symbol of the primary publicly traded financial instrument associated with the company.</td><td>HRI</td></tr><tr><td>mic_code</td><td>String</td><td>Market Identifier Code (MIC) of the primary publicly traded financial instrument associated with the company.</td><td>XNGS</td></tr><tr><td>exchange</td><td>String</td><td>Stock exchange of the primary publicly traded financial instrument associated with the company.</td><td>NASDAQ</td></tr><tr><td>permid</td><td>Numerical String</td><td>Permanent Identifier</td><td>4295900057</td></tr><tr><td>company_name</td><td>String</td><td>Legal name of the company.</td><td>HERC HOLDINGS INC</td></tr><tr><td>country</td><td>Categorical String</td><td>Country where the company's headquarters are located.</td><td>United States</td></tr><tr><td>sector</td><td>String</td><td>Sector in which the company operates.</td><td>Technology</td></tr><tr><td>industry</td><td>String</td><td>Industry classification of the company.</td><td>Software - Application</td></tr><tr><td>year_of_disclosure</td><td>Year (YYYY)</td><td>Year in which the data point was disclosed.</td><td>2023</td></tr><tr><td>reporting_period</td><td>Year (YYYY)</td><td>Period for which the data point was measured, assessed, or is applicable.</td><td>2023</td></tr><tr><td>metric</td><td>String</td><td>The specific measurement or data points requested.</td><td>Sources of Renewable Electricity Produced</td></tr><tr><td>level</td><td>Categorical String</td><td>The level of the data, whether Total or Energy Source/Technology break down.</td><td>Sources</td></tr><tr><td>energy_type</td><td>Categorical String</td><td>Energy type, whether Total Energy, Electricity or Heat</td><td>Total Energy</td></tr><tr><td>flow_type</td><td>Categorical String</td><td>The type of energy flow, whether Produced, Purchased, Consumption, Exported, Reserves or Production Capacities</td><td>Produced</td></tr><tr><td>renewability</td><td>Categorical String</td><td>The renewability of the energy, whether renewable, non-renewable or total.</td><td>Non-renewable</td></tr><tr><td>energy_sources</td><td>Array of Strings</td><td>Sources of energy.</td><td>['Chilled Water', 'Hot Water']</td></tr><tr><td>value</td><td>Numerical Float</td><td>Amount of Energy.</td><td>12000000</td></tr><tr><td>unit</td><td>Categorical String</td><td>The unit of measurement for the value, indicating the scale or dimension.</td><td>Joules</td></tr><tr><td>incomplete_boundaries</td><td>Boolean (True or Not Specified)</td><td>Indicates whether the reported data covers only a limited portion of the company's operational or organizational boundaries.</td><td>Not Specified</td></tr><tr><td>source_names</td><td>Array of Strings</td><td>Names of the sources from which the reported data was obtained.</td><td>['Corporate Responsibility Report']</td></tr><tr><td>company_id</td><td>String</td><td>Tracenable's internal company identifier.</td><td>dfb6bd7b-facf-4d0f-86a2-f1eedf191946</td></tr><tr><td>document_id</td><td>String</td><td>Tracenable's internal source document identifier.</td><td>4a32b902-ae42-4692-ae96-b42c99fdd2f9</td></tr><tr><td>traceability_source_url</td><td>String (URL)</td><td>URL linking to the Tracenable platform, where each data point can be verified. Enables direct access to the audit trail for validation and transparency purposes.</td><td><a href="https://platform.tracenable.com/source-trace?data-request-id-hash=L-dBVPN_qQmw&#x26;project=energy">https://platform.tracenable.com/source-trace?data-request-id-hash=L-dBVPN_qQmw&#x26;project=energy</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tracenable.com/energy/data-dictionary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
