Skip to main content
Version: 0.1.0

Company Schema Overview

Company Fields

Field NameCommentsExample
vidVersed AI persistent identifier.boeingco-63be9d9f-baba-4a40-9124-ea494dadc48e
display_nameCanonical or well known name of the company.Boeing
aliasesAlternative name the company goes by or has found to go by.The Boeing Company
identifiersA list of company Indentifiers as key-value pairs. Not all identifiers are populated on all company records.PermID: 4295903076
websitesA list of websites associated with the company.www.boeing.com
domainsA list of top level domains associated with the company.boeing.com
tickersA list of the market identifiers and stock tickers if the company is listed on a stock exchange.{ exchange : NYS, symbol: BA }
is_freight_forwarderBoolean value to indicate if the company is a freight forwarder or carrier.false
cidIdentifier 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
descriptionA description of the company and it's activities.American aircraft and aerospace manufacturer
is_publicBoolean value to indicate if the company is listed on a public stock exchange.true
is_activeBoolean value to indicate if the company is active and trading.true
company_legal_nameLegal name the company goes by.Boeing Co
addressesA 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_numberListed 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/"
]
}