Dictionary
Equity
The data dictionary and definitions for Equity
Fields
Parameter | Description |
---|---|
equity_id | The Aiera-unique identifier for the associated equity |
name | The official name of the equity/company |
common_name | The common name of the equity (i.e. Google vs Alphabet) |
local_ticker | The ticker on the local exchange for the associated equity |
mic | The current status of this event [active or deleted] |
bloomberg_ticker | The Bloomberg identifier for the associated equity |
isin | The ISIN for the associated equity |
permid | The PermID for the associated equity |
ric | The RIC for the associated equity |
gics_sector | The GICS sector name for the equity |
gics_sub_sector | The GICS sub-sector name for the equity |
primary_equity | Whether the equity is primary for the Aiera-unique company |
status | Internal status of the equity (one of "active", "inactive", "delisted", "merger", or "suspended") |
company_metadata * | JSON object composed of company metadata, like names, urls, etc. |
Possibles
company url_type
Option | Description |
---|---|
filings | URL for company filings |
home | URL for company's homepage |
ir_events | URL for company's investor relation events |
ir_home | URL for company's investor relations homepage |
ir_news | URL for company's investor relation news |
logo_icon | URL for company's logo image |
youtube | URL for company's official YouTube page |
company_metadata
{
"company_metadata": {
"company_id": 1,
"common_name": "Amazon",
"legal_name": "Amazon.com Inc",
"incorporated_country_code": "US",
"domiciled_country_code": "US",
"urls": [
{
"url": "https://s3.amazonaws.com/assets.aiera.com/assets/manual-override-1-1723048553.9238625.png",
"url_type": "logo_icon"
},
{
"url": "https://ir.aboutamazon.com/overview/default.aspx",
"url_type": "ir_home"
},
{
"url": "https://ir.aboutamazon.com/events/default.aspx",
"url_type": "ir_events"
},
{
"url": "https://press.aboutamazon.com/press-release-archive",
"url_type": "ir_news"
},
{
"url": "https://www.amazon.com/",
"url_type": "home"
},
{
"url": "https://ir.aboutamazon.com/sec-filings/default.aspx",
"url_type": "filings"
},
{
"url": "https://www.youtube.com/user/amazon",
"url_type": "youtube"
}
]
}
}