Dictionary
Company
The data dictionary and definitions for Company
Fields
| Parameter | Type | Description |
|---|---|---|
| company_id | int | The Aiera-unique identifier for the company |
| common_name | str | The common/display name of the company |
| legal_name | str | The official legal name of the company |
| company_type | str | The type of company entity |
| ownership | str | The ownership structure of the company |
| incorporated_country_code | str | ISO country code where the company is incorporated |
| domiciled_country_code | str | ISO country code where the company is domiciled |
| created | datetime | When this company record was created |
| modified | datetime | When this company record was last modified |
| equities * | list | Array of associated equity instruments |
Possibles
company_type
| Option | Description |
|---|---|
| corporation | A corporate entity |
ownership
| Option | Description |
|---|---|
| public | Publicly traded company |
| private | Privately held company |
equities
{
"equities": [
{
"equity_id": 1,
"name": "AMAZON COM INC",
"common_name": "AMAZON COM INC",
"local_ticker": "AMZN",
"mic": "XNAS",
"bloomberg_ticker": "AMZN:US",
"isin": "US0231351067",
"permid": "4295905494",
"sector_id": 1,
"gics_sector": "Consumer Discretionary",
"subsector_id": 259,
"gics_sub_sector": "Broadline Retail",
"primary_equity": true,
"created": "2017-06-01T00:00:00",
"modified": "2024-11-11T14:02:12",
"status": "active"
}
]
}