This sub-textual structure represents a manager’s job-title, separating out the components of the title into the key dimensions of variation: i) level (e.g., 'Vice President'), ii) functional area (e.g., 'Marketing'), iii) industrial area (e.g., 'pharmaceutical') and iv) specific locations (e.g., 'China') and more general regions (e.g., 'national').
Specification
Property | Type | Comments |
---|---|---|
LEVEL | MANAGERIAL_LEVEL | Seniority level of manager |
FUNCTIONAL_AREA | List: FUNCTIONAL_AREA | Listed in the order that they occur in the text. |
INDUSTRY_AREA | List: COMPANY-INDUSTRY_AREA | Listed in the order that they occur in the text. |
LOCATION | LOCATION | Specific locations that the manager resides over |
REGION | Based on the REGION | All non-specific regions, for example 'Global', 'Regional') |
Examples
{
"ORIGINAL":"Vice President of Marketing for the Chinese pharmaceutical division",
"LEVEL":{"ORIGINAL":"Vice President","LEVEL":"PRESIDENT","Vice":true,"CLEANED":"Vice President"},
"FUNCTIONAL_AREA":[{"ORIGINAL":"Marketing","PRIMARY_AREA":"MARKETING"}],
"INDUSTRY_AREA":{"AREA":"PHARMACUTICAL","NAICS_CODE":325},
"LOCATION":{"COUNTRY":"CHINA"},
}
{
"ORIGINAL":"Executive Vice President, Corporate Relations",
"LEVEL":{"ORIGINAL":"Executive Vice President","LEVEL":"PRESIDENT","Vice":true,"EXECUTIVE":true,
"CLEANED":"EXECUTIVE Vice President"},
"FUNCTIONAL_AREA":[{"ORIGINAL":"Corporate Relations","PRIMARY_AREA":"RELATIONS","SUB_AREA":"Corporate"}],
}
{
"ORIGINAL":"Interim Chief Technology Officer",
"LEVEL":{"ORIGINAL":"Interim Chief Technology Officer","LEVEL":"CHIEF-OFFICER","INTERIM":true,
"CLEANED":"CHIEF-OFFICER"},
"FUNCTIONAL_AREA":[{"ORIGINAL":"Technlogy","PRIMARY_AREA":"TECHNOLOGY"}],
}
{
"ORIGINAL":"CO-CEO",
"LEVEL":{"ORIGINAL":"CO-CEO","LEVEL":"CEO","CO-LEVEL":true,"CLEANED":"CEO"},
}