Company Schema Overview
Company Fields
Field Name | Comments | Example |
---|---|---|
vid | Versed AI persistent identifier. | boeingco-63be9d9f-baba-4a40-9124-ea494dadc48e |
display_name | Canonical or well known name of the company. | Boeing |
aliases | Alternative name the company goes by or has found to go by. | The Boeing Company |
identifiers | A list of company Indentifiers as key-value pairs. Not all identifiers are populated on all company records. | PermID: 4295903076 |
websites | A list of websites associated with the company. | www.boeing.com |
domains | A list of top level domains associated with the company. | boeing.com |
tickers | A list of the market identifiers and stock tickers if the company is listed on a stock exchange. | { exchange : NYS, symbol: BA } |
is_freight_forwarder | Boolean value to indicate if the company is a freight forwarder or carrier. | false |
cid | Identifier of the company cluster that this company belongs to. We attempt to group companies which are related subsidiaries or parent companies with this field. | boeing |
description | A description of the company and it's activities. | American aircraft and aerospace manufacturer |
is_public | Boolean value to indicate if the company is listed on a public stock exchange. | true |
is_active | Boolean value to indicate if the company is active and trading. | true |
company_legal_name | Legal name the company goes by. | Boeing Co |
addresses | A list of Addresses the company operates at. | See Addresses |
domiciled_country | Headquarter address country. | United States |
hq_phone_number | Listed phone number to contact company headquarters. | 13125442000 |
incorporation_date | Date the company was incorporated. | 1934-07-19T00:00:00Z |
ipo_date | Date of the initial public offering of the companies securities. | 1934-07-19T00:00:00Z |
Data Attributions
Company fields are extracted and combined from a number of sources, attributed here:
- PermID, under CC-BY 4.0, terms here https://permid.org/terms
- Wikidata, under CC0, terms here https://www.wikidata.org/wiki/Wikidata:Licensing
- People Data Labs free dataset, terms here https://docs.peopledatalabs.com/docs/free-company-dataset
Example Company Record
{
"aliases":[
"Boeing Company",
"The Boeing Company",
"Boeing Co",
"Boeing"
],
"cid":"boeing",
"company_legal_name":"Boeing Co",
"description":"aerospace and defense manufacturer in the United States",
"display_name":"Boeing",
"domains":[
"boeing.com"
],
"domiciled_country":{
"alpha2":"US",
"alpha3":"USA",
"geoname":"http://sws.geonames.org/6252001/",
"name":"United States"
},
"hq_phone_number":"13125442000",
"identifiers":[
{
"name":"PermID",
"value":"4295903076"
},
{
"name":"Wikidata",
"value":"Q66"
},
{
"name":"Wikipedia",
"value":"Boeing"
},
{
"name":"VIAF ID",
"value":"135371434"
},
{
"name":"LittleSis organization ID",
"value":"27"
},
{
"name":"Ringgold ID",
"value":"5105"
},
{
"name":"OpenSecrets organization ID",
"value":"D000000100"
},
{
"name":"GRID ID",
"value":"grid.423121.7"
},
{
"name":"LinkedIn company ID",
"value":"boeing"
},
{
"name":"Legal Entity Identifier",
"value":"RVHJWBXLJ1RFUBSY1F30"
},
{
"name":"ISIN",
"value":"US0970231058"
}
],
"incorporated_country":{
"alpha2":"US",
"alpha3":"USA",
"geoname":"http://sws.geonames.org/6252001/",
"name":"United States"
},
"incorporation_date":"1934-07-19T00:00:00Z",
"ipo_date":"",
"is_active":true,
"is_freight_forwarder":false,
"is_public":true,
"permid":"4295903076",
"tickers":{
"MIC":"XNYS",
"exchange":"NYS",
"symbol":"BA"
},
"vid":"boeingco-63be9d9f-baba-4a40-9124-ea494dadc48e",
"websites":[
"http://www.boeing.com/",
"https://www.boeing.com/"
]
}