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 |
economic_sector | ***Sector in which the company operates. This field also contains a description and PermID for the sector. | Industrials |
business_sector | ***Sector in which the company operates. This field also contains a description and PermID for the sector. | Industrial Goods |
industry_group | ***Industry in which the company operates. This field also contains a description and PermID for the industry. | Aerospace & Defence |
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 |
** Denotes a field taken from PermID - licenced under CC-BY 4.0.
*** Denotes a field taken from PermID - licenced under CC-NC 4.0. These fields are kept internally for Versed AI's internal purposes and are not available in exported datasets.
Example Company Record
{
"aliases":[
"Boeing Company",
"The Boeing Company",
"Boeing Co",
"Boeing"
],
"business_sector":{
"code":"5210",
"description":"Manufacturers of aerospace & defense equipment, as well as industrial vehicles, machinery, equipment & components, and shipbuilders.",
"permid":4294952766,
"sector_name":"Industrial Goods",
"type":"business_sector"
},
"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"
},
"economic_sector":{
"code":"52",
"description":"Manufacturers of industrial equipment and commercial supplies, providers of related services, such as diversified trading, distribution operations and transportation services as well as providers of professional information services.",
"permid":4294952767,
"sector_name":"Industrials",
"type":"economic_sector"
},
"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",
"industry_group":{
"code":"521010",
"description":"Producers of commercial, military and private aircraft and spacecraft. Includes manufacturers of military equipment, vehicles, explosive ordnance, guidance systems, artillery, ammunition and other related weaponry. Includes also manufacturers of satellites.",
"permid":4294952965,
"sector_name":"Aerospace & Defense",
"type":"industry_group"
},
"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/"
]
}