Labor module#

Variables#

minlaborage

This is the lowest age for which the labor module is implemented in the survey or the minimum working age in the country. For this reason, the lower age cutoff at which information is collected will vary from country to country.

Labour status, 7-day reference period#

lstatus

lstatus is an individual’s labor status in the last 7 days. The value must be missing for individuals less than the required age (minlaborage).

Three categories are used after harmonization:

  • 1 = Employed

  • 2 = Unemployed

  • 3 = Not-in-labor force

All persons are considered active in the labor force if they presently have a job (formal or informal, i.e., employed) or do not have a job but are actively seeking work (i.e., unemployed).

  • 1 = Employed

Employed is defined as anyone who worked during the last 7 days or reference week, regardless of whether the employment was formal or informal, paid or unpaid, for a minimum of 1 hour. Individuals who had a job, but for any reason did not work in the last 7 days are considered employed.

  • 2 = Unemployed

A person is defined as unemployed if he or she is, presently not working but is actively seeking a job. The formal definition of unemployed usually includes being ‘able to accept a job’ (i.e., passively seeking a job). This last question is not asked in all surveys but should be included if present.

A person presently not working but waiting for the start of a new job (a so called future starter) is considered unemployed if the employment starts within 3 months and the person is available to work.

  • 3 = Not-in-labor force

A person is defined as not-in-labor force if he or she is, presently not working and it is not actively seeking a job during the last 7 days or reference week.

Over the past decade, a significant alteration has occurred in survey methodologies regarding the definition of employment, specifically affecting labor status. This change stems from the deliberations of the International Conference of Labour Statisticians (ICLS), a forum for standardization in labor statistics convened by the International Labour Organization (ILO) every five years. During the 19th session of the ICLS in 2013, delegates passed a resolution pertaining to the categorization of work, employment, and labor underutilization.

In essence, the ICLS-19 resolution redefines employment as work performed for others in exchange for pay or profit, excluding activities such as subsistence agriculture or self-housing construction, which were previously classified as employment. This revision necessitates a careful adjustment in coding practices for variables associated with labor status, such as the “lstatus” variable.

To ensure accurate coding, harmonizers should discern the underlying ICLS version utilized in each survey through thorough examination of questionnaire text, skip patterns, and survey reports. Consequently, harmonizers must code the “lstatus” variable in accordance with the pertinent ICLS version (and annotate the version used via the “icls_v” variable).

It is imperative to emphasize that each survey undergoes independent harmonization. Therefore, any disparities arising from the adoption of different employment definitions in previous surveys should not impede the harmonization process for the current survey under consideration.

Finally, when it comes to finer distinctions of employment (where finer means less common or affecting fewer individuals), like whether people on parental leave for more than 3 months can still be counted as employed, users should follow the skip pattern of the questionnaire, unless there are strong arguments against it. The guiding principle should be the logic of the ILO Model LFS Questionnaire.

potential_lf

The ILO defines unemployment (as stated above) as seeking and available for a job. The potential labour force is formed by the “available potential job seekers”, who are available but not looking for a job and the “unavailable job seekers”, that is those looking but not available. The below decision tree) (source here) shows the different definitions.

Population
│
├── Has a job (produces goods or provides services for pay or profit)
│   └── EMPLOYED
│       └── Works below threshold hours,
│           wants more hours,
│           and is available
│           → Time-related underemployed
│
└── Jobless
    ├── Available AND looking for work
    │   └── UNEMPLOYED
    │
    └── Not available and/or not looking for work
        └── OUTSIDE THE LABOUR FORCE
            └── Potential labour force
                ├── Available, not looking
                │   → Available potential jobseekers
                └── Looking, not available
                    → Unavailable jobseekers

The variable potential_lf thus codifies whether the person is not in the labour force over the past 7 days (lstatus=3, missing otherwise) but could potentially be they are i) available but not searching or ii) searching but not immediately available to work. The codes are:

  • 0 = No (not potentially in the labour force)

  • 1 = Yes

underemployment

Codifies whether the person is in the labour force and working over the past 7 days (lstatus=1, missing otherwise) but would take on more jobs or more hours at their job if possible/available. The codes are:

  • 0 = No (not underemployed)

  • 1 = Yes

Note that ILO guidelines (see chapter 9) defines “time-related” underemployment additionally as a person who has worked less than a threshold relating to working time, where the threshold is determined nationally. This is not done here. Users may add that using the whours variable.

nlfreason

nlfreason is the reason an individual was not in the labor force in the last 7 days. This variable is constructed for all those who are not presently employed and are not looking for work (lstatus=3) and missing otherwise.

Five categories after harmonization:

  • 1 = Student (a person currently studying.)

  • 2 = Housekeeper (a person who takes care of the house, older people, or children)

  • 3 = Retired

  • 4 = Disabled (a person who cannot work due to physical conditions)

  • 5 = Other (a person does not work for any other reason)

Fill this information for all people interviewed in the labor section of the questionnaire regardless of their age.

unempldur_l

unempldur_l is a continuous variable specifying the duration of unemployment in months (lower bracket).

The variable is constructed for all unemployed persons (lstatus=2, otherwise missing). If it is specified as continuous in the survey, it records the numbers of months in unemployment. If the variable is categorical it records the lower boundary of the bracket.

Missing values are allowed for everyone who is not unemployed. Other missing values are also allowed.

unempldur_u

unempldur_u is a continuous variable specifying the duration of unemployment in months (upper bracket).

The variable is constructed for all unemployed persons (lstatus=2, otherwise missing). If it is specified as continuous in the survey, it records the numbers of months in unemployment. If the variable is categorical it records the upper boundary of the bracket. If the right bracket is open a missing value should be inputted.

Missing values are allowed for everyone who is not unemployed. Other missing values are also allowed. If the duration of unemployment is not reported as a range, but as continuous variables, the unempldur_l and unempldur_u variables will have the same value. If the high range is open-ended the unempldur_u variable will be missing.

Primary Employment, 7-day reference period#

empstat

empstat is a categorical variable that specifies the main employment status in the last 7 days of any individual with a job (lstatus=1) and is missing otherwise. The variable is constructed for all individuals. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country.

The definitions are taken from the International Labor Organization’s Classification of Status in Employment with some revisions to take into account the data available.

Five categories after harmonization:

  • 1 = Paid Employee

  • 2 = Non-Paid Employee

  • 3 = Employer

  • 4 = Self-employed (or own-account)

  • 5 = Other, workers not classifiable by status

  • 1 = Paid Employee

Paid employee includes anyone whose basic remuneration is not directly dependent on the revenue of the unit they work for, typically remunerated by wages and salaries but may be paid for piece work or in-kind. The ‘continuous’ criteria used in the ILO definition is not used here as data are often absent and due to country specificity.

  • 2 = Non-Paid Employee

Non-paid employee includes contributing family workers who hold a self-employment job in a market-oriented establishment operated by a related person living in the same households who cannot be regarded as a partner because of their degree of commitment to the operation of the establishment, in terms of working time or other factors, is not at a level comparable to that of the head of the establishment. All apprentices should be mapped as ‘non-paid employee’

  • 3 = Employer

An employer is a business owner (whether alone or in partnership) with employees. If the only people working in the business are the owner and contributing family workers, the person is not considered an employer (as has no employees) and is, instead classified as self-employed.

  • 4 = Self-employed

Own account or self-employment includes jobs where remuneration is directly dependent from the goods and service produced (where home consumption is considered to be part of the profits) and where one has not engaged any permanent employees to work for them on a continuous basis during the reference period.

Members of producers’ cooperatives are workers who hold a self-employment job in a cooperative producing goods and services, in which each member takes part on an equal footing with other members in determining the organization of production, sales and/or other work of the establishment, the investments and the distribution of the proceeds of the establishment amongst the members.

  • 5 = Other, workers not classifiable by status

Other, workers not classifiable by status include those for whom insufficient relevant information is available and/or who cannot be included in any of the above categories.

ocusec

ocusec is a categorical variable that specifies the sector of activity in the last 7 days. It classifies the main job’s sector of activity of any individual with a job (lstatus=1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire.

Four categories after harmonization:

  • 1 = Public sector, Central Government, Army (including armed forces)

  • 2 = Private, NGO

  • 3 = State-owned

  • 4 = Public or State-owned, but cannot distinguish

  • 1 = Public Sector, Central Government, Army (including armed forces) Public sector

The part of economy run by the government.

  • 2 = Private, NGO

Private sector is that part of the economy which is both run for private profit and is not controlled by the state, it also includes non-governmental organizations.

  • 3 = State-owned enterprises

State-owned includes para-state firms and all others in which the government has control (participation over 50%).

  • 4 = Public or State-owned, but cannot distinguish

Select this option is the questionnaire does not ask for State-owned enterprises, and only for Public sector.

Additionally, recall the fact that, in common English usage, a public company (often denoted as public limited company or PLC) are private companies in the private sector but whose ownership is organized via stocks tradeable in a public market, i.e., accessible to all, not run by the public sector. The table below is an example of the relevant question in the 2010 Pakistani LFS:

Code

Enterprise type

Skip instruction

01

Federal Government

Skip to Col. 5.15

02

Provincial Government

Skip to Col. 5.15

03

Local body Government

Skip to Col. 5.15

04

Public enterprise (Corporation by act of national or provincial assembly)

Skip to Col. 5.15

05

Private limited company

Skip to Col. 5.15

06

Public limited company

Skip to Col. 5.15

07

Cooperative society

Skip to Col. 5.15

08

Individual ownership

09

Partnership

10

Other (Specify)

Here code 4 represents a public enterprise (explicitly mentioned as a corporation created by a legislative body) and code 6 a public limited company (a private sector company whose shares can be bought by the general public). Code 6 should not be considered part of the public sector.

Coding would then be (assuming the original question is called var_sector):

gen ocusec = .
replace ocusec = 1 if inrange(var_sector,1,3)
replace ocusec = 2 if inrange(var_sector,5,9)
replace ocusec = 3 if var_sector == 4
replace ocusec = 4 if var_sector == 10

Note to not code basis of occupation (ISCO) or industry (ISIC) codes.

Finally, in case that the information is only asked to wage employees (i.e., own account workers are excluded), assume that workers other than wage employees work in the private sector.

industry_orig

industry_orig is a string variable that specifies the original industry codes in the last 7 days for the main job provided in the survey (the actual question) and should correspond to whatever is in the original file with no recoding. It will contain missing values for people below the working age. Other missing values are allowed. It classifies the main job of any individual with a job (lstatus=1) and is missing otherwise

industrycat_isic

Code (string variable) of the industry according to the International Standard Industrial Classification (ISIC) in the last 7 days for the main job of any individual with a job (lstatus = 1), and missing otherwise. The preamble to the harmonization code should specify the ISIC revision used by the source survey.

The value should always be stored using the deepest level of detail available for the corresponding ISIC revision. For example, ISIC Rev. 4, available here, classifies industries hierarchically into sections, divisions, groups, and classes, from the broadest to the most detailed level.

The example below illustrates this hierarchy for selected industries within ISIC Rev. 4.

Section

Division

Group

Class

Description

C

28

251

2512

Manufacture of tanks, reservoirs and containers of metal

C

28

281

2816

Manufacture of lifting and handling equipment

C

28

282

2821

Manufacture of agricultural and forestry machinery

C

28

282

2822

Manufacture of metal-forming machinery and machine tools

C

28

282

2824

Manufacture of machinery for mining, quarrying and construction

A section may contain one or many divisions. For example, section D contains only division 35 (Electricity, gas, steam and air conditioning supply), whereas section C (Manufacturing) contains divisions 10 through 33. Consequently, section letters cannot be inferred from division numbers and should be stored explicitly whenever only section-level information is available.

If the survey identifies the industry only at the section level (or can only be translated to the section level), store the corresponding section letter as a string (e.g., C).

Otherwise, store the industry code as a four-character string following the ISIC hierarchy:

  • Divisions 1 through 9 must be left-padded with a zero (e.g., 0100, not 100).

  • If information is available only at the division level, append two trailing zeros (e.g., 0100, 2800).

  • If information is available only at the group level, append one trailing zero (e.g., 0140, 1510).

  • If information is available at the class level, store the complete four-digit class code.

  • The trailing-zero convention applies regardless of whether the lower levels of the hierarchy contain one or multiple categories.

The examples below illustrate these conventions.

Available information

ISIC level

Example

Stored value

Explanation

Section

Section

Section C — Manufacturing

C

Only the section is known, so store the section letter.

Division

Division

Division 28 — Manufacture of machinery and equipment n.e.c.

2800

Only the division is known, so append two trailing zeros.

Division

Division

Division 01 — Crop and animal production, hunting and related service activities

0100

Division 1 is left-padded with a zero and two trailing zeros are appended.

Group

Group

Group 014 — Animal production

0140

Only the group is known, so append one trailing zero.

Class

Class

Class 0142 — Raising of horses and other equines

0142

The complete class code is available and stored unchanged.

Group

Group

Group 142 — Manufacture of articles of fur

1420

Only the group is known. The trailing zero is retained even though the group contains a single class.

Group

Group

Group 151 — Tanning and dressing of leather; manufacture of luggage, handbags, saddlery and harness; dressing and dyeing of furs

1510

Only the group is known, so the final digit is set to zero.

Class

Class

Class 1511 — Tanning and dressing of leather; dressing and dyeing of fur

1511

The complete class code is available and stored unchanged.

This convention ensures that the stored value always represents the highest level of detail available while preserving the ISIC hierarchy. If all possible codes end in 0, this indicates that the survey identifies the industry only up to the group level, whereas any codes ending in a non-zero digit identify a specific class. Section-level information is represented solely by the corresponding section letter.

industrycat10

industrycat10 is a categorical variable that specifies the 1-digit industry classification in the last 7 days for the main job of any individual with a job (lstatus=1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire. The codes for the main job are given here based on the UN International Standard Industrial Classification. It classifies the main job of any individual with a job (lstatus=1) and is missing otherwise

Ten categories after harmonization:

  • 1 = Agriculture, Hunting, Fishing, etc.

  • 2 = Mining

  • 3 = Manufacturing

  • 4 = Public Utility Services

  • 5 = Construction

  • 6 = Commerce

  • 7 = Transport and Communications

  • 8 = Financial and Business Services

  • 9 = Public Administration

  • 10 = Other Services, Unspecified

Notes:

  • In the case of different classifications (former Soviet Union republics, for example), recoding has been done to best match the ISIC codes.

  • Category 10 is also assigned for unspecified categories or items.

  • If all 10 categories cannot be identified in the questionnaire create this variable as missing and proceed to create industrycat4.

  • Over the years, the different ISIC versions have changed. The original industrycat10 categories are largely based on ISIC Revision 2. Table 5, below shows how to classify the different ISIC revision codes into industrycat10.



Table 5 - Overview of coding of industrycat based on different ISIC revisions

Industrycat10

ISIC Rev. 2

ISIC Rev. 3 / 3.1

ISIC Rev. 4

Agriculture

Sect. 1 — Div. 11–13: Agriculture, hunting, forestry, and fishing

Sect. A — Div. 1–2: Agriculture, hunting and forestry
Sect. B — Div. 5: Fishing

Sect. A — Div. 1–3: Agriculture; forestry and fishing

Mining

Sect. 2 — Div. 21–23, 29: Mining and quarrying

Sect. C — Div. 10–14: Mining and quarrying

Sect. B — Div. 5–9: Mining and quarrying

Manufacturing

Sect. 3 — Div. 31–39: Manufacturing

Sect. D — Div. 15–37: Manufacturing

Sect. C — Div. 10–33: Manufacturing

Public Utilities

Sect. 4 — Div. 41–42: Electricity, gas, and water

Sect. E — Div. 40–41: Electricity, gas and water supply

Sect. D — Div. 35: Electricity, gas, steam and air conditioning supply
Sect. E — Div. 36–39: Water supply; sewerage; waste management and remediation activities

Construction

Sect. 5 — Div. 50: Construction

Sect. F — Div. 45: Construction

Sect. F — Div. 41–43: Construction

Commerce

Sect. 6 — Div. 61–63: Wholesale and retail trade and restaurants and hotels

Sect. G — Div. 50–52: Wholesale and retail trade; repair of motor vehicles, motorcycles and personal and household goods
Sect. H — Div. 55: Hotels and restaurants

Sect. G — Div. 45–47: Wholesale and retail trade; repair of motor vehicles and motorcycles
Sect. I — Div. 55–56: Accommodation and food service activities

Transport & Communication

Sect. 7 — Div. 71–72: Transport, storage, and communication

Sect. I — Div. 60–64: Transport, storage and communications

Sect. H — Div. 49–53: Transportation and storage
Sect. J — Div. 58–63: Information and communication

Financial & Business Services

Sect. 8 — Div. 81–83: Financing, insurance, real estate and business services

Sect. J — Div. 65–67: Financial intermediation
Sect. K — Div. 70–74: Real estate, renting and business activities

Sect. K — Div. 64–66: Financial and insurance activities
Sect. L — Div. 68: Real estate activities
Sect. M — Div. 69–75: Professional, scientific and technical activities
Sect. N — Div. 77–82: Administrative and support service activities

Public Administration

Sect. 9 — Div. 91: Public administration and defence

Sect. L — Div. 75: Public administration and defence; compulsory social security

Sect. O — Div. 84: Public administration and defence; compulsory social security

Other

Sect. 9 — Div. 92–96: Community, social, and personal services (without public administration)
Sect. 0 — Div. 000: Activities not adequately defined

Sect. M — Div. 80: Education
Sect. N — Div. 85: Health and social work
Sect. O — Div. 90–93: Other community, social and personal service activities
Sect. P — Div. 95: Activities of private households as employers and undifferentiated production activities of private households for own use
Sect. Q — Div. 99: Extraterritorial organizations and bodies

Sect. P — Div. 85: Education
Sect. Q — Div. 86–88: Human health and social work activities
Sect. R — Div. 90–93: Arts, entertainment and recreation
Sect. S — Div. 94–96: Other service activities
Sect. T — Div. 97–98: Activities of households as employers; undifferentiated goods- and services-producing activities of households for own use
Sect. U — Div. 99: Activities of extraterritorial organizations and bodies



industrycat4

industrycat4 is a categorical variable that specifies the 1-digit industry classification in the last 7 days for the main job for Broad Economic Activities. This variable is either created directly from the data (if industry classification does not exist for ten categories) or created from industrycat10.

Four categories after harmonization:

  • 1 = Agriculture

  • 2 = Industry

  • 3 = Services

  • 4 = Other

This variable is either created directly from the data (if industry classification does not exist for ten categories) or created from industrycat10.

occup_orig

occup_orig is a string variable that specifies the original occupation code in the last 7 days for the main job. This variable corresponds to whatever is in the original file with no recoding.

occup_isco

Code (string variable) of the occupation according to the International Standard Classification of Occupations (ISCO) in the last 7 days for the main job of any individual with a job (lstatus=1) and is missing otherwise. Note that the preamble to the harmonization code should record what version of ISCO is being used.

The code should always be as long as the longest depth available for the ISCO) version. For example, the latest version at the time of writing (ISCO-08, available here) codes occupations by Major, Sub-major, Minor, and Unit groups, in decreasing order of hierarchy.

ISCO code Major groups cover a single digit, running from 1 (Managers) to 9 (Elementary Occupations) with the additional category 0 (Armed Forces Occupations). Hence there is only need for zero-padding on the left side for Armed Forces Occupations. The table below shows an example of the possible values that can be taken on.

Level

Code

Description

Major group

5

Services and Sales Workers

Sub-major group

51

Personal Services Workers

Minor group

511

Travel Attendants, Conductors and Guides

Unit group

5111

Travel Attendants and Travel Stewards

Unit group

5112

Transport Conductors

Unit group

5113

Travel Guides

If we only had information at Major Group level, a person working as a Services and Sales Worker ought to be coded as the number 5000. If the information is at Sub-major Group level, it should be codified as the number 5100 for a Personal Services Worker, while a Travel Attendant, a Conductor, or a Guide (if information at Minor Group level) should be coded as the number 5110.

Information at the Unit Group level can be coded as is, since it already is at the maximum possible depth.

occup_skill

Categorical code for the broad skill level of workers at the main job in the last 7 days of any individual with a job (lstatus=1) and is missing otherwise. It follows from the ISCO classification as shown in the table below.

Broad skill level

ISCO-08

ISCO-88

Skill levels 3 and 4 (high)

1. Managers

1. Legislators, senior officials and managers

Skill levels 3 and 4 (high)

2. Professionals

2. Professionals

Skill levels 3 and 4 (high)

3. Technicians and associate professionals

3. Technicians and associate professionals

Skill level 2 (medium)

4. Clerical support workers

4. Clerks

Skill level 2 (medium)

5. Service and sales workers

5. Service workers and shop and market sales workers

Skill level 2 (medium)

6. Skilled agricultural, forestry and fishery workers

6. Skilled agricultural and fishery workers

Skill level 2 (medium)

7. Craft and related trades workers

7. Craft and related trades workers

Skill level 2 (medium)

8. Plant and machine operators and assemblers

8. Plant and machine operators and assemblers

Skill level 1 (low)

9. Elementary occupations

9. Elementary occupations

Armed forces

0. Armed forces occupations

0. Armed forces

Not elsewhere classified

X. Not elsewhere classified

X. Not elsewhere classified

Thus, the codes are:

  • 3 = High

  • 2 = Medium

  • 1 = Low . = Armed Forces and not elsewhere classified

occup

occup is a categorical variable that specifies the 1-digit occupational classification for the main job in the last 7 days of any individual with a job (lstatus=1) and is missing otherwise. This variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country. Most surveys collect detailed information and then code it, without keeping the original data, no attempt has been made to correct or check the original coding. The classification is based on the International Standard Classification of Occupations (ISCO). It classifies the main job of any individual with a job (lstatus=1) and is missing otherwise.

Eleven categories after harmonization:

  • 1 = Managers

  • 2 = Professionals

  • 3 = Technicians and associate professionals

  • 4 = Clerical support workers

  • 5 = Service and sales workers

  • 6 = Skilled agricultural, forestry and fishery workers

  • 7 = Craft and related trades workers

  • 8 = Plant and machine operators, and assemblers

  • 9 = Elementary occupations

  • 10 = Armed forces occupations

  • 99 = Other/unspecified

wage_no_compen

wage_no_compen is a continuous variable that specifies the last wage payment in local currency of any employed individual (lstatus=1) in its primary occupation at the reference period reported in the survey and it is missing otherwise. The wage should come from the main job, in other words, the job that the person dedicated most time in the week preceding the survey. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments. The variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) will vary from country to country.

Notes:

  • For all those with self-employment or owners of own businesses, this should be net revenues (net of all costs EXCEPT for tax payments) or the amount of salary taken from the business. Due to the almost complete lack of information on taxes, the wage from main job is NOT net of taxes.

  • By definition, non-paid employees (empstat=2) should have wage=0.

  • The reference period of the wage_no_compen will be recorded in the unitwage variable.

unitwage

unitwage is a categorical variable that specifies the time reference for the wage_no_compen variable. It specifies the time unit measurement for the wages of any individual (lstatus=1 & empstat=1) and it is missing otherwise. Acceptable values include:

  • 1 = Daily

  • 2 = Weekly

  • 3 = Every two weeks

  • 4 = Twice monthly

  • 5 = Monthly

  • 6 = Quarterly

  • 7 = Every six months

  • 8 = Annually

  • 9 = Hourly

  • 10 = Other

whours

whours is a continuous variable that specifies the hours of work last week for the main job of any individual with a job (lstatus=1) and is missing otherwise. The main job defined as that occupation that the person dedicated more time to over the past week. The variable is constructed for all persons administered this module in each questionnaire.

Notes:

  • If the respondent was absent from the job in the week preceding the survey due to holidays, vacation, or sick leave, then record the time worked in the previous 7 days that the person worked.

  • Sometimes the questions are phrased as, “on average, how many hours a week do you work?”.

  • For individuals who only give information on how many hours they work per day and no information on number of days worked a week, multiply the hours by 5 days.

  • In the case of a question that has hours worked per month, divide by 4.3 to get weekly hours.

wmonths

wmonths is a continuous variable that specifies the number of months worked in the last 12 months for the main job of any individual with a job (lstatus=1) and is missing otherwise. The main job is defined as that occupation that the person dedicated more time to over the past week. The variable is constructed for all persons administered this module in each questionnaire.

wage_total

wage_total is a continuous variable that specifies the annualized wage payment (regular wage plus bonuses, in-kind, compensation, etc.) for the primary occupation in local currency of any individual (lstatus=1 & empstat=1) and is missing otherwise. The wage should come from the main job, in other words, the job that the person dedicated most time in the week preceding the survey. This wage includes tips, compensations such as bonuses, dwellings or clothes, and other payments. wage_total should be equal to wage_no_compen in case there are no bonuses, tips etc. offered as part of the job. The variable is constructed for all persons administered this module in each questionnaire. The annualization of the wage_total should consider the number of months/weeks the persons have been working and receiving this income. Harmonizer should not assume the person has been working the whole year. Box 4 shows the creation of wage_total when there are no bonuses nor other compensations.

Box 4 - Example of wage_total creation
gen double wage_total=.
replace wage_total=(wage_no_compen*5*4.3)*wmonths	if unitwage==1
//Wage in daily unit 
replace wage_total=(wage_no_compen*4.3)*wmonths if unitwage==2 //Wage in weekly unit
replace wage_total=(wage_no_compen*2.15)*wmonths	if unitwage==3
//Wage in every two weeks unit 
replace wage_total=(wage_no_compen)/2*wmonths	if unitwage==4 //Wage in every two months unit 
replace wage_total=( wage_no_compen)*wmonths	if unitwage==5 //Wage in monthly unit
replace wage_total=( wage_no_compen)/3*wmonths	if unitwage==6
//Wage in every quarterly unit 
replace wage_total=(wage_no_compen)/6*wmonths	if unitwage==7 //Wage in every six months unit 
replace wage_total= wage_no_compen/12*wmonths	if unitwage==8 //Wage in annual unit
replace wage_total=(wage_no_compen*whours*4.3)*wmonths if unitwage==9 //Wage in hourly unit

Note: Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

contract

contract is a dummy variable that classifies the contract status (yes/no) of any individual with a job (lstatus=1) and is missing otherwise. It indicates whether a person has a signed (formal and written – not verbal) contract, regardless of duration. The variable is constructed for all persons administered this module in each questionnaire. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

healthins

healthins is a dummy variable that classifies the health insurance status (yes/no) of any individual with a job (lstatus=1) and is missing otherwise. Variable is constructed for all persons administered this module in each questionnaire. However, this variable is only constructed if there is an explicit question about health insurance provided by the job. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

socialsec

socialsec is a dummy variable that classifies the social security status (yes/no) of any individual with a job (lstatus=1) and is missing otherwise. Variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country. However, this variable is only constructed if there is an explicit question about pension plans or social security. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

union

union is a dummy variable that classifies the union membership status (yes/no) of any individual with a job (lstatus=1) and is missing otherwise. Variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country. However, this variable is only constructed if there is an explicit question about trade unions. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

firmsize_l

firmsize_l specifies the lower bracket of the firm size. The variable is constructed for all persons who are employed in the last 7 days for the main job. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the lower boundary of the bracket.

firmsize_u

firmsize_u specifies the upper bracket of the firm size. The variable is constructed for all persons who are employed in the last 7 days for the main job. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the upper boundary of the bracket. If the right bracket is open, this variable should be missing.

Secondary Employment, 7-day reference period#

empstat_2

empstat_2 is a categorical variable that specifies employment status of the secondary job with reference period of last 7 days of any individual with a job (lstatus=1) and is missing otherwise. The variable is constructed for all individuals. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country.

The definitions are taken from the International Labor Organization’s Classification of Status in Employment with some revisions to take into account the data available. Five categories after harmonization:

  • 1 = Paid Employee

  • 2 = Non-Paid Employee

  • 3 = Employer

  • 4 = Self-employed

  • 5 = Other, workers not classifiable by status

  • 1 = Paid Employee

Paid employee includes anyone whose basic remuneration is not directly dependent on the revenue of the unit they work for, typically remunerated by wages and salaries but may be paid for piece work or in-kind. The ‘continuous’ criteria used in the ILO definition is not used here as data are often absent and due to country specificity.

  • 2 = Non-Paid Employee

Non-paid employee includes contributing family workers who hold a self-employment job in a market-oriented establishment operated by a related person living in the same households who cannot be regarded as a partner because of their degree of commitment to the operation of the establishment, in terms of working time or other factors, is not at a level comparable to that of the head of the establishment. All apprentices should be mapped as non-paid employee.

  • 3 = Employer

Employer is a business owner (whether alone or in partnership) with employees. If the only people working in the business are the owner and ‘contributing family workers, the person is not considered an employer (as has no employees) and is, instead classified as own account.

  • 4 = Self-employed

Own account or self-employment includes jobs are those where remuneration is directly dependent from the goods and service produced (where home consumption is considered to be part of the profits) and have not engaged any permanent employees to work for them on a continuous basis during the reference period.

Members of producers’ cooperatives are workers who hold a self-employment job in a cooperative producing goods and services in which each member takes part on an equal footing with other members in determining the organization of production, sales and/or other work of the establishment, the investments and the distribution of the proceeds of the establishment amongst the members.

  • 5 = Other, workers not classifiable by status

Other, workers not classifiable by status include those for whom insufficient relevant information is available and/or who cannot be included in any of the above categories.

ocusec_2

ocusec_2 is a categorical variable that specifies the sector of activity in the last 7 days. It classifies the secondary job’s sector of activity of any individual with a job (lstatus=1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire.

Four categories after harmonization:

  • 1 = Public sector, Central Government, Army (including armed forces)

  • 2 = Private, NGO

  • 3 = State-owned

  • 4 = Public or State-owned, but cannot distinguish

  • 1 = Public Sector, Central Government, Army (including armed forces)

Public sector is the part of economy run by the government.

  • 2 = Private, NGO

Private sector is that part of the economy which is both run for private profit and is not controlled by the state, it also includes non-governmental organizations

  • 3 = State-owned enterprises

State-owned includes para-state firms and all others in which the government has control (participation over 50%).

  • 4 = Public or State-owned, but cannot distinguish

Select this option is the questionnaire does not ask for State-owned enterprises, and only for Public sector.

Notes: Do not code basis of occupation (ISCO) or industry (ISIC) codes.

industry_orig_2

industry_orig_2 is a string variable that specifies the original industry codes for the second job with reference period of the last 7 days and should correspond to whatever is in the original file with no recoding. Do not put missing values for people below the working age. Other missing values are allowed. It classifies the main job of any individual with a job (lstatus=1) and is missing otherwise.

industrycat_isic_2

Code (string variable) of the industry according to the International Standard Industry Classification (ISIC) in the last 7 days for the second job of any individual with a job (lstatus=1) and is missing otherwise.

See industrycat_isic for the details.

industrycat10_2

industrycat10_2 is a categorical variable that specifies the 1-digit industry classification that classifies the second job with reference period of the last 7 days of any individual with a job (lstatus=1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire. The codes for the second job are given here based on the UN International Standard Industrial Classification.

Ten categories after harmonization:

  • 1 = Agriculture, Hunting, Fishing, etc.

  • 2 = Mining

  • 3 = Manufacturing

  • 4 = Public Utility Services

  • 5 = Construction

  • 6 = Commerce

  • 7 = Transport and Communications

  • 8 = Financial and Business Services

  • 9 = Public Administration

  • 10 = Other Services, Unspecified

Notes:

  • In the case of different classifications (former Soviet Union republics, for example), recoding has been done to best match the ISIC codes.

  • Category 10 is also assigned for unspecified categories or items.

  • For details on how to code different ISIC versions to industrycat10_2 see the industrycat10 entry.

industrycat4_2

industrycat4_2 is a categorical variable that specifies the 1-digit industry classification for Broad Economic Activities for the second job with reference period of the last 7 days. This variable is either created directly from the data (if industry classification does not exist for 10 categories) or created from industrycat10_2.

Four categories after harmonization:

  • 1 = Agriculture

  • 2 = Industry

  • 3 = Services

  • 4 = Other

This variable is either created directly from the data (if industry classification does not exist for 10 categories) or created from industrycat10.

occup_orig_2

occup_orig_2 is a string variable that specifies the original occupation code in the last 7 days for the secondary job. This variable corresponds to whatever is in the original file with no recoding.

occup_isco_2

Code (string variable) of the occupation according to the International Standard Classification of Occupations (ISCO) in the last 7 days for the second job of any individual with a job (lstatus=1) and is missing otherwise.

See occup_isco for the details.

occup_skill_2

Categorical code for the broad skill level of workers at the second job in the last 7 days of any individual with a job (lstatus=1) and is missing otherwise.

See occup_skill for details.

occup_2

occup_2 is a categorical variable that specifies the 1-digit occupation classification. It classifies the second job of any individual with a job (lstatus=1) and is missing otherwise. This variable is constructed for all persons administered this module in each questionnaire. Most surveys collect detailed information and then code it, without keeping the original data. No attempt has been made to correct or check the original coding. The classification is based on the International Standard Classification of Occupations (ISCO). In the case of different classifications, re-coding has been done to best match the ISCO.

Eleven categories after harmonization:

  • 1 = Managers

  • 2 = Professionals

  • 3 = Technicians and associate professionals

  • 4 = Clerical support workers

  • 5 = Service and sales workers

  • 6 = Skilled agricultural, forestry and fishery workers

  • 7 = Craft and related trades workers

  • 8 = Plant and machine operators, and assemblers

  • 9 = Elementary occupations

  • 10 = Armed forces occupations

  • 99 = Other/unspecified

wage_no_compen_2

wage_no_compen_2 is a continuous variable that specifies the last wage payment in local currency of any individual (lstatus=1 & empstat=1) in its secondary occupation and is missing otherwise. The wage should come from the second job, in other words, the job that the person dedicated the second most amount of time in the week preceding the survey. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments. The variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) will vary from country to country.

Notes:

  • For all those with self-employment or owners of own businesses, this should be net revenues (net of all costs EXCEPT for tax payments) or the amount of salary taken from the business. Due to the almost complete lack of information on taxes, the wage from main job is NOT net of taxes.

  • By definition, non-paid employees (empstat_2=2) should have wage=0.

  • The reference period of the wage_no_compen_2 will be recorded in the unitwage_2 variable.

  • Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

unitwage_2

unitwage_2 is a categorical variable that specifies the time reference for the wage_no_compen_2 variable. It specifies the time unit measurement for the wages for the secondary job of any individual (lstatus=1 & empstat=1) and is missing otherwise.

Ten categories after harmonization:

  • 1 = Daily

  • 2 = Weekly

  • 3 = Every two weeks

  • 4 = Twice monthly

  • 5 = Monthly

  • 6 = Quarterly

  • 7 = Every six months

  • 8 = Annually

  • 9 = Hourly

  • 10 = Other

whours_2

whours_2 is a continuous variable that specifies the hours of work in last week for the second job with reference period of the last 7 days of any individual with a job (lstatus=1) and is missing otherwise.

The second job defined as that occupation that the person dedicated the second most amount of time to over the past week. The variable is constructed for all persons administered this module in each questionnaire. The lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country.

Notes:

  • If the respondent was absent from the job in the week preceeding the survey due to holidays, vacation, or sick leave, then record the time worked in the previous 7 days that the person worked.

  • Sometimes the questions are phrased as, “on average, how many hours a week do you work?”.

  • For individuals who only give information on how many hours they work per day and no information on number of days worked a week, multiply the hours by 5 days.

  • In the case of a question that has hours worked per month, divide by 4.3 to get weekly hours.

wmonths_2

wmonths_2 is a continuous variable that specifies the number of months worked in the last 12 months for the secondary job of any individual with a job (lstatus=1) and is missing otherwise. The secondary job is defined as that occupation in which the person dedicated less time than the primary job over the past week. The variable is constructed for all persons administered this module in each questionnaire.

wage_total_2

wage_total_2 is a continuous variable that specifies the annualized wage payment (regular wage plus bonuses, in-kind, compensation, etc.) in local currency of any individual (lstatus=1 & empstat=1) in its secondary occupation and is missing otherwise. The wage should come from the secondary job, in other words, the job that the person dedicated the second most amount of time in the week preceding the survey. This wage includes tips, compensations such as bonuses, dwellings or clothes, and other payments. wage_total_2 should be equal to wage_no_compen_2 in case there are no bonuses, tips etc. offered as part of the job. The variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) will vary from country to country.

Notes:

  • The annualization of the wage_total_2 should consider the number of months/weeks the persons have been working and receiving this income. Harmonizer should not assume the person has been working the whole year.

  • For an example on how to annualize wage see 5.2.2 Primary Employment last 7-days variable wage_total (Example: Creation of wage_total when there are no bonuses nor other compensations).

firmsize_l_2

firmsize_l_2 specifies the lower bracket of the firm size. The variable is constructed for all persons who are employed. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the lower boundary of the bracket.

firmsize_u_2

firmsize_u_2 specifies the upper bracket of the firm size. The variable is constructed for all persons who are employed. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the upper boundary of the bracket. If the right bracket is open, a missing value should be inputted.

Other Employment, 7-day reference period#

t_hours_others

t_hours_others is a continuous variable that specifies the hours of work in last 12 months in all jobs excluding the primary and secondary ones.

t_wage_nocompen_others

t_wage_nocompen_others is a continuous variable that specifies the annualized wage in all jobs excluding the primary and secondary ones. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments.

Note: Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

t_wage_others

t_wage_others is a continuous variable that specifies the annualized wage in all jobs excluding the primary and secondary ones. This wage includes tips, compensations such as bonuses, dwellings or clothes, and other payments. wage_others should be equal to wage_nocompen_ others in case there are no bonuses, tips etc. offered as part of any of the jobs.

Total Employment Earnings, 7-day reference period#

t_hours_total

t_hours_total is a continuous variable that specifies the hours of work in last 12 months in all jobs including primary, secondary and others.

If the number of months worked is missing, the harmonizer may assume that the person worked the whole year inputting the “average, commonly hours worked” (i.e., using usually worked hours instead of actual). Moreover, the harmonizer may assume that the person worked the whole year in this job (multiply monthly data by 12, weekly data by 48). Thus, the variable functions as an upper bound.

t_wage_nocompen_total

t_wage_nocompen_total is a continuous variable that specifies the total annualized wage income in all jobs including primary, secondary and others. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments.

Note: Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

t_wage_total

t_wage_total is a continuous variable that specifies the total annualized wage income in all jobs including primary, secondary and others. This income includes tips, compensations such as bonuses, dwellings or clothes, and other payments. t_wage_total should be equal to t_wage_nocompen_total in case there are no bonuses, tips etc. offered as part of any of the jobs.

If the number of months worked in this job is missing the harmonizer may assume that the person worked the whole year in this job (multiply monthly data by 12, weekly data by 48). Thus, the variable functions as an upper bound.

Labor status, 12-month reference period#

lstatus_year

lstatus_year is an individual’s labor status in the last 12 months. The Value must be missing for individuals less than the required age (minlaborage).

Three categories are used after harmonization:

  • 1 = Employed

  • 2 = Unemployed

  • 3 = Not-in-labor force

All persons are considered active in the labor force if they presently have a job (formal or informal, i.e., employed) or do not have a job but are actively seeking work (i.e., unemployed).

  • 1 = Employed

Employed is defined as anyone who worked during the last 12 months or reference week, regardless of whether the employment was formal or informal, paid or unpaid, for a minimum of 1 hour. Individuals who had a job, but for any reason did not work in the last 7 days are considered employed.

  • 2 = Unemployed

A person is defined as unemployed if he or she is, presently not working but is actively seeking a job. The formal definition of unemployed usually includes being ‘able to accept a job.’ This last question was asked in a minority of surveys and is, thus, not incorporated in the present definition. A person presently not working but waiting for the start of a new job is considered unemployed.

  • 3 = Not-in-labor force

A person is defined as not-in-labor force if he or she is, presently not working and it is not actively seeking a job during the last 12 months or reference week.

For further details, please see the definition of lstatus (7 day recall).

potential_lf_year

Codifies whether the person is not in the labour force over the past year (lstatus_year=3, missing otherwise) but could potentially be they are i) available but not searching or ii) searching but not immediately available to work. The codes are:

  • 0 = No (not potentially in the labour force)

  • 1 = Yes

underemployment_year

Codifies whether the person was in the labour force and working in the past 12 months (lstatus_year=1, missing otherwise) but would take on more jobs or more hours at their job if possible/available. The codes are:

  • 0 = No (not underemployed)

  • 1 = Yes

See details under underemployment (7 day recall) for more details.

nlfreason_year

nlfreason_year is the reason an individual was not in the labor force in the last 12 months. This variable is constructed for all those who are not presently employed and are not looking for work (lstatus_year=3) and missing otherwise.

Five categories after harmonization:

  • 1 = Student (a person currently studying.)

  • 2 = Housewife (a person who takes care of the house, older people, or children)

  • 3 = Retired

  • 4 = Disabled (a person who cannot work due to physical conditions)

  • 5 = Other (a person does not work for any other reason)

Do not put missing values for people below the working age, employed, and unemployed. Other missing values allowed.

unempldur_l_year

unempldur_l_year is a continuous variable specifying the duration of unemployment in months (lower bracket).

The variable is constructed for all unemployed persons (lstatus_year=2, otherwise missing). If it is specified as continuous in the survey, it records the numbers of months in unemployment. If the ariable is categorical it records the lower boundary of the bracket.

Missing values are allowed for everyone who is not unemployed. Other missing values are also allowed.

unempldur_u_year

unempldur_u_year is a continuous variable specifying the duration of unemployment in months (upper bracket).

The variable is constructed for all unemployed persons (lstatus_year=2, otherwise missing). If it is specified as continuous in the survey, it records the numbers of months in unemployment. If the variable is categorical it records the upper boundary of the bracket. If the right bracket is open a missing value should be inputted.

Missing values are allowed for everyone who is not unemployed. Other missing values are also allowed. If the duration of unemployment is not reported as a range, but as continuous variables, the unempldur_l_year and unempldur_u_year variables will have the same value. If the high range is open- ended the unempldur_u_year variable will be missing.

Primary Employment, 12-month reference period#

empstat_year

empstat is a categorical variable that specifies the main employment status in the last 12 months of any individual with a job (lstatus_year =1) and is missing otherwise. The variable is constructed for all individuals. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country.

The definitions are taken from the International Labor Organization’s Classification of Status in Employment with some revisions to take into account the data available. Five categories after harmonization:

  • 1 = Paid Employee

  • 2 = Non-Paid Employee

  • 3 = Employer

  • 4 = Self-employed

  • 5 = Other, workers not classifiable by status

  • 1 = Paid Employee

Paid employee includes anyone whose basic remuneration is not directly dependent on the revenue of the unit they work for, typically remunerated by wages and salaries but may be paid for piece work or in-kind. The ‘continuous’ criteria used in the ILO definition is not used here as data are often absent and due to country specificity.

  • 2 = Non-Paid Employee

Non-paid employee includes contributing family workers who hold a self-employment job in a market-oriented establishment operated by a related person living in the same households who cannot be regarded as a partner because of their degree of commitment to the operation of the establishment, in terms of working time or other factors, is not at a level comparable to that of the head of the establishment. All apprentices should be mapped as ‘non-paid employee’.

  • 3 = Employer

An employer is a business owner (whether alone or in partnership) with employees. If the only people working in the business are the owner and contributing family workers, the person is not considered an employer (as has no employees) and is, instead classified as self-employed.

  • 4 = Self-employed

Own account or self-employment includes jobs where remuneration is directly dependent from the goods and service produced (where home consumption is considered to be part of the profits) and where one has not engaged any permanent employees to work for them on a continuous basis during the reference period.

Members of producers’ cooperatives are workers who hold a self-employment job in a cooperative producing goods and services, in which each member takes part on an equal footing with other members in determining the organization of production, sales and/or other work of the establishment, the investments and the distribution of the proceeds of the establishment amongst the members.

  • 5 = Other, workers not classifiable by status

Other, workers not classifiable by status include those for whom insufficient relevant information is available and/or who cannot be included in any of the above categories.

ocusec_year

ocusec_year is a categorical variable that specifies the sector of activity in the last 12 months. It classifies the main job’s sector of activity of any individual with a job (lstatus_year =1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire.

Four categories after harmonization:

  • 1 = Public sector, Central Government, Army (including armed forces)

  • 2 = Private, NGO

  • 3 = State-owned

  • 4 = Public or State-owned, but cannot distinguish

  • 1 = Public Sector, Central Government, Army (including armed forces)

Public sector is the part of economy run by the government.

  • 2 = Private, NGO

Private sector is that part of the economy which is both run for private profit and is not controlled by the state, it also includes non-governmental organizations

  • 3 = State-owned enterprises

State-owned includes para-state firms and all others in which the government has control (participation over 50%).

  • 4 = Public or State-owned, but cannot distinguish

Select this option is the questionnaire does not ask for State-owned enterprises, and only for Public sector.

Notes: Do not code basis of occupation (ISCO) or industry (ISIC) codes.

industry_orig_year

industry_orig_year is a string variable that specifies the original industry codes in the last 12 months for the main job provided in the survey (the actual question) and should correspond to whatever is in the original file with no recoding. It will contain missing values for people below the working age. Other missing values are allowed. It classifies the main job of any individual with a job (lstatus_year =1) and is missing otherwise

industrycat_isic_year

Code (string variable) of the industry according to the International Standard Industry Classification (ISIC) in the last 12 months for the main job of any individual with a job (lstatus_year=1) and is missing otherwise.

See industrycat_isic for the details.

industrycat10_year

industrycat10_year is a categorical variable that specifies the 1-digit industry classification in the last 12 months for the main job of any individual with a job (lstatus_year =1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire. The codes for the main job are given here based on the UN International Standard Industrial Classification. It classifies the main job of any individual with a job (lstatus_year =1) and is missing otherwise

Ten categories after harmonization:

  • 1 = Agriculture, Hunting, Fishing, etc.

  • 2 = Mining

  • 3 = Manufacturing

  • 4 = Public Utility Services

  • 5 = Construction

  • 6 = Commerce

  • 7 = Transport and Communications

  • 8 = Financial and Business Services

  • 9 = Public Administration

  • 10 = Other Services, Unspecified Notes:

Notes:

  • In the case of different classifications (former Soviet Union republics, for example), recoding has been done to best match the ISIC codes.

  • Category 10 is also assigned for unspecified categories or items.

  • If all 10 categories cannot be identified in the questionnaire create this variable as missing and proceed to create industrycat4_year.

  • For details on how to code different ISIC versions to industrycat10_year see the industrycat10 entry.

industrycat4_year

industrycat4_year is a categorical variable that specifies the 1-digit industry classification in the last 12 months for the main job for Broad Economic Activities. This variable is either created directly from the data (if industry classification does not exist for ten categories) or created from industrycat10_year.

Four categories after harmonization:

  • 1 = Agriculture

  • 2 = Industry

  • 3 = Services

  • 4 = Other

This variable is either created directly from the data (if industry classification does not exist for ten categories) or created from industrycat10_year.

occup_orig_year

occup_orig_year is a string variable that specifies the original occupation code in the last 12 months for the main job. This variable corresponds to whatever is in the original file with no recoding.

occup_isco_year

Code (string variable) of the occupation according to the International Standard Classification of Occupations (ISCO) in the last 12 months days for the main job of any individual with a job (lstatus_year=1) and is missing otherwise.

See occup_isco for the details.

occup_skill_year

Categorical code for the broad skill level of workers at the main job in the last 12 months of any individual with a job (lstatus_year=1) and is missing otherwise.

See occup_skill for details.

occup_year

occup_year is a categorical variable that specifies the 1-digit occupational classification for the main job in the last 12 months of any individual with a job (lstatus_year =1) and is missing otherwise. This variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country. Most surveys collect detailed information and then code it, without keeping the original data, no attempt has been made to correct or check the original coding. The classification is based on the International Standard Classification of Occupations (ISCO). It classifies the main job of any individual with a job (lstatus_year=1) and is missing otherwise.

Eleven categories after harmonization:

  • 1 = Managers

  • 2 = Professionals

  • 3 = Technicians and associate professionals

  • 4 = Clerical support workers

  • 5 = Service and sales workers

  • 6 = Skilled agricultural, forestry and fishery workers

  • 7 = Craft and related trades workers

  • 8 = Plant and machine operators, and assemblers

  • 9 = Elementary occupations

  • 10 = Armed forces occupations

  • 99 = Other/unspecified

wage_no_compen_year

wage_no_compen_year is a continuous variable that specifies the last wage payment in local currency of any individual (lstatus_year =1 & empstat_year =1) in its primary occupation at the reference period reported in the survey and it is missing otherwise. The wage should come from the main job, in other words, the job that the person dedicated most time in the 12 months preceding the survey. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments. The variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) will vary from country to country.

Notes:

  • For all those with self-employment or owners of own businesses, this should be net revenues (net of all costs EXCEPT for tax payments) or the amount of salary taken from the business. Due to the almost complete lack of information on taxes, the wage from main job is NOT net of taxes.

  • By definition, non-paid employees (empstat_year=2) should have wage=0.

  • The reference period of the wage_no_compen_year will be recorded in the unitwage_year variable.

  • Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

unitwage_year

unitwage_year is a categorical variable that specifies the time reference for the wage_no_compen_year variable. It specifies the time unit measurement for the wages of any individual (lstatus_year =1 & empstat_year =1) and it is missing otherwise. Acceptable values include:

  • 1 = Daily

  • 2 = Weekly

  • 3 = Every two weeks

  • 4 = Twice monthly

  • 5 = Monthly

  • 6 = Quarterly

  • 7 = Every six months

  • 8 = Annually

  • 9 = Hourly

  • 10 = Other

whours_year

whours_year is a continuous variable that specifies the hours of work last week for the main job of any individual with a job (lstatus_year =1) and is missing otherwise. The main job defined as that occupation that the person dedicated more time to over the past 12 months. The variable is constructed for all persons administered this module in each questionnaire.

Notes:

  • Sometimes the questions are phrased as, “on average, how many hours a week do you work?”.

  • For individuals who only give information on how many hours they work per day and no information on number of days worked a week, multiply the hours by 5 days.

  • In the case of a question that has hours worked per month, divide by 4.3 to get weekly hours.

wmonths_year

wmonths_year is a continuous variable that specifies the number of months worked in the last 12 months for the main job of any individual with a job (lstatus_year =1) and is missing otherwise. The main job is defined as that occupation that the person dedicated more time to over the past 12 months. The variable is constructed for all persons administered this module in each questionnaire.

wage_total_year

wage_total_year is a continuous variable that specifies the annualized wage payment (regular wage plus bonuses, in-kind, compensation, etc.) for the primary occupation in local currency of any individual (lstatus_year =1 & empstat_year =1) and is missing otherwise. The wage should come from the main job, in other words, the job that the person dedicated most time in the year preceding the survey. This wage includes tips, compensations such as bonuses, dwellings or clothes, and other payments. wage_total_year should be equal to wage_no_compen_year in case there are no bonuses, tips etc. offered as part of the job. The variable is constructed for all persons administered this module in each questionnaire. The annualization of the wage_total_year should consider the number of months/weeks the persons have been working and receiving this income. Harmonizer should not assume the person has been working the whole year.

For an example on how to annualize wage see 5.2.2 Primary Employment last 7-days variable wage_total (Example: Creation of wage_total when there are no bonuses nor other compensations).

contract_year

contract_year is a dummy variable that classifies the contract status (yes/no) of any individual with a job (lstatus_year =1) and is missing otherwise. It indicates whether a person has a signed (formal) contract, regardless of duration. The variable is constructed for all persons administered this module in each questionnaire. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

healthins_year

healthins_year is a dummy variable that classifies the health insurance status (yes/no) of any individual with a job (lstatus_year =1) and is missing otherwise. Variable is constructed for all persons administered this module in each questionnaire. However, this variable is only constructed if there is an explicit question about health insurance provided by the job. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

socialsec_year

socialsec_year is a dummy variable that classifies the social security status (yes/no) of any individual with a job (lstatus_year =1) and is missing otherwise. Variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country. However, this variable is only constructed if there is an explicit question about pension plans or social security. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

union_year

union_year is a dummy variable that classifies the union membership status (yes/no) of any individual with a job (lstatus_year =1) and is missing otherwise. Variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country. However, this variable is only constructed if there is an explicit question about trade unions. Two categories after harmonization:

  • 0 = No

  • 1 = Yes

firmsize_l_year

firmsize_l_year specifies the lower bracket of the firm size. The variable is constructed for all persons who are employed in the last 12 months for the main job. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the lower boundary of the bracket.

firmsize_u_year

firmsize_u_year specifies the upper bracket of the firm size. The variable is constructed for all persons who are employed in the last 12 months for the main job. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the upper boundary of the bracket. If the right bracket is open, this variable should be missing.

Secondary Employment, 12-month reference period#

empstat_2_year

empstat_2_year is a categorical variable that specifies employment status of the secondary job with reference period of last 12 months of any individual with a job (lstatus_year =1) and is missing otherwise. The variable is constructed for all individuals. For this reason, the lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country.

The definitions are taken from the International Labor Organization’s Classification of Status in Employment with some revisions to take into account the data available. Five categories after harmonization:

  • 1 = Paid Employee

  • 2 = Non-Paid Employee

  • 3 = Employer

  • 4 = Self-employed

  • 5 = Other, workers not classifiable by status

  • 1 = Paid Employee

Paid employee includes anyone whose basic remuneration is not directly dependent on the revenue of the unit they work for, typically remunerated by wages and salaries but may be paid for piece work or in-kind. The ‘continuous’ criteria used in the ILO definition is not used here as data are often absent and due to country specificity.

  • 2 = Non-Paid Employee

Non-paid employee includes contributing family workers who hold a self-employment job in a market-oriented establishment operated by a related person living in the same households who cannot be regarded as a partner because of their degree of commitment to the operation of the establishment, in terms of working time or other factors, is not at a level comparable to that of the head of the establishment. All apprentices should be mapped as non-paid employee.

  • 3 = Employer

Employer is a business owner (whether alone or in partnership) with employees. If the only people working in the business are the owner and ‘contributing family workers, the person is not considered an employer (as has no employees) and is, instead classified as own account.

  • 4 = Self-employed

Own account or self-employment includes jobs are those where remuneration is directly dependent from the goods and service produced (where home consumption is considered to be part of the profits) and have not engaged any permanent employees to work for them on a continuous basis during the reference period.

Members of producers’ cooperatives are workers who hold a self-employment job in a cooperative producing goods and services in which each member takes part on an equal footing with other members in determining the organization of production, sales and/or other work of the establishment, the investments and the distribution of the proceeds of the establishment amongst the members.

  • 5 = Other, workers not classifiable by status

Other, workers not classifiable by status include those for whom insufficient relevant information is available and/or who cannot be included in any of the above categories.

ocusec_2_year

ocusec_2_year is a categorical variable that specifies the sector of activity in the last 12 months. It classifies the secondary job’s sector of activity of any individual with a job (lstatus_year =1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire.

Four categories after harmonization:

  • 1 = Public sector, Central Government, Army (including armed forces)

  • 2 = Private, NGO

  • 3 = State-owned

  • 4 = Public or State-owned, but cannot distinguish

  • 1 = Public Sector, Central Government, Army (including armed forces)

Public sector is the part of economy run by the government.

  • 2 = Private, NGO

Private sector is that part of the economy which is both run for private profit and is not controlled by the state, it also includes non-governmental organizations

  • 3 = State-owned enterprises

State-owned includes para-state firms and all others in which the government has control (participation over 50%).

  • 4 = Public or State-owned, but cannot distinguish

Select this option is the questionnaire does not ask for State-owned enterprises, and only for Public sector.

Notes: Do not code basis of occupation (ISCO) or industry (ISIC) codes.

industry_orig_2_year

industry_orig_2_year is a string variable that specifies the original industry codes for the second job with reference period of the last 12 months and should correspond to whatever is in the original file with no recoding. Do not put missing values for people below the working age. Other missing values are allowed. It classifies the main job of any individual with a job (lstatus_year=1) and is missing otherwise.

industry_isic_2_year

Code (string variable) of the industry according to the International Standard Industry Classification (ISIC) in the last 12 months for the second job of any individual with a job (lstatus_year=1) and is missing otherwise.

See industrycat_isic for the details.

industrycat10_2_year

industrycat10_2_year is a categorical variable that specifies the 1-digit industry classification that classifies the second job with reference period of the last 12 months of any individual with a job (lstatus_year =1) and is missing otherwise. The variable is constructed for all persons administered this module in each questionnaire. The codes for the second job are given here based on the UN International Standard Industrial Classification.

Ten categories after harmonization:

  • 1 = Agriculture, Hunting, Fishing, etc.

  • 2 = Mining

  • 3 = Manufacturing

  • 4 = Public Utility Services

  • 5 = Construction

  • 6 = Commerce

  • 7 = Transport and Communications

  • 8 = Financial and Business Services

  • 9 = Public Administration

  • 10 = Other Services, Unspecified

Notes:

  • In the case of different classifications (former Soviet Union republics, for example), recoding has been done to best match the ISIC codes.

  • Category 10 is also assigned for unspecified categories or items.

  • For details on how to code different ISIC versions to industrycat10_2_year see the industrycat10 entry.

industrycat4_2_year

industrycat4_2_year is a categorical variable that specifies the 1-digit industry classification for Broad Economic Activities for the second job with reference period of the last 12 months. This variable is either created directly from the data (if industry classification does not exist for 10 categories) or created from industrycat10_year.

Four categories after harmonization:

  • 1 = Agriculture

  • 2 = Industry

  • 3 = Services

  • 4 = Other

This variable is either created directly from the data (if industry classification does not exist for 10 categories) or created from industrycat10_2_year.

occup_orig_2_year

occup_orig_2_year is a string variable that specifies the original occupation code in the last 12 months for the secondary job. This variable corresponds to whatever is in the original file with no recoding.

occup_isco_2_year

Code (string variable) of the occupation according to the International Standard Classification of Occupations (ISCO) for the second job of any individual with a job in the last 12 months (lstatus_year=1) and is missing otherwise.

See occup_isco for the details.

occup_skill_2_year

Categorical code for the broad skill level of workers at the second job in the last 12 months of any individual with a job (lstatus_year=1) and is missing otherwise.

See occup_skill for details.

occup_2_year

occup_2_year is a categorical variable that specifies the 1-digit occupation classification. It classifies the second job of any individual with a job (lstatus_year =1) and is missing otherwise. This variable is constructed for all persons administered this module in each questionnaire. Most surveys collect detailed information and then code it, without keeping the original data. No attempt has been made to correct or check the original coding. The classification is based on the International Standard Classification of Occupations (ISCO). In the case of different classifications, re-coding has been done to best match the ISCO.

Eleven categories after harmonization:

  • 1 = Managers

  • 2 = Professionals

  • 3 = Technicians and associate professionals

  • 4 = Clerical support workers

  • 5 = Service and sales workers

  • 6 = Skilled agricultural, forestry and fishery workers

  • 7 = Craft and related trades workers

  • 8 = Plant and machine operators, and assemblers

  • 9 = Elementary occupations

  • 10 = Armed forces occupations

  • 99 = Other/unspecified

wage_no_compen_2_year

wage_no_compen_2_year is a continuous variable that specifies the last wage payment in local currency of any individual (lstatus_year =1 & empstat_year =1) in its secondary occupation and is missing otherwise. The wage should come from the second job, in other words, the job that the person dedicated the second most amount of time in the week preceding the survey. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments. The variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) will vary from country to country.

Notes:

  • For all those with self-employment or owners of own businesses, this should be net revenues (net of all costs EXCEPT for tax payments) or the amount of salary taken from the business. Due to the almost complete lack of information on taxes, the wage from main job is NOT net of taxes.

  • By definition, non-paid employees (empstat_year_2 =2) should have wage=0.

  • The reference period of the wage_no_compen_year_2 will be recorded in the unitwage_2_year variable.

  • Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

unitwage_2_year

unitwage_2_year is a categorical variable that specifies the time reference for the wage_no_compen_2_year variable. It specifies the time unit measurement for the wages for the secondary job of any individual (lstatus_year =1 & empstat_year =1) and is missing otherwise.

Ten categories after harmonization:

  • 1 = Daily

  • 2 = Weekly

  • 3 = Every two weeks

  • 4 = Twice monthly

  • 5 = Monthly

  • 6 = Quarterly

  • 7 = Every six months

  • 8 = Annually

  • 9 = Hourly

  • 10 = Other

whours_2_year

whours_2_year is a continuous variable that specifies the hours of work in last week for the second job with reference period of the last 12 months of any individual with a job (lstatus_year =1) and is missing otherwise. The second job defined as that occupation that the person dedicated the second most amount of time to over the past year. The variable is constructed for all persons administered this module in each questionnaire. The lower age cutoff (and perhaps upper age cutoff) at which information is collected will vary from country to country.

Notes:

  • Sometimes the questions are phrased as, “on average, how many hours a week do you work?”.

  • For individuals who only give information on how many hours they work per day and no information on number of days worked a week, multiply the hours by 5 days.

  • In the case of a question that has hours worked per month, divide by 4.3 to get weekly hours.

wmonths_2_year

wmonths_2_year is a continuous variable that specifies the number of months worked in the last 12 months for the secondary job of any individual with a job (lstatus_year =1) and is missing otherwise. The secondary job is defined as that occupation in which the person dedicated less time than the primary job over the past year. The variable is constructed for all persons administered this module in each questionnaire.

wage_total_2_year

wage_total_2_year is a continuous variable that specifies the annualized wage payment (regular wage plus bonuses, in-kind, compensation, etc.) in local currency of any individual (lstatus_year =1 & empstat_year =1) in its secondary occupation and is missing otherwise. The wage should come from the secondary job, in other words, the job that the person dedicated the second most amount of time in the year preceding the survey. This wage includes tips, compensations such as bonuses, dwellings or clothes, and other payments. wage_total_2_year should be equal to wage_no_compen_2_year in case there are no bonuses, tips etc. offered as part of the job. The variable is constructed for all persons administered this module in each questionnaire. For this reason, the lower age cutoff (and perhaps upper age cutoff) will vary from country to country.

Notes:

  • The annualization of the wage_total_2_year should consider the number of months/weeks the persons have been working and receiving this income. Harmonizer should not assume the person has been working the whole year.

  • For an example on how to annualize wage see 5.2.2 Primary Employment last 7-days variable wage_total (Example: Creation of wage_total when there are no bonuses nor other compensations).

firmsize_l_2_year

firmsize_l_2_year specifies the lower bracket of the firm size. The variable is constructed for all persons who are employed. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the lower boundary of the bracket.

firmsize_u_2_year

firmsize_u_2_year specifies the upper bracket of the firm size. The variable is constructed for all persons who are employed. If it is continuous, it records the number of people working for the same employer. If the variable is categorical, it records the upper boundary of the bracket. If the right bracket is open, a missing value should be inputted.

Other Employment, 12-month reference period#

t_hours_others_year

t_hours_others_year is a continuous variable that specifies the hours of work in last 12 months in all jobs excluding the primary and secondary ones.

t_wage_nocompen_others_year

t_wage_nocompen_others_year is a continuous variable that specifies annual wage in all jobs excluding the primary and secondary ones. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments.

Note: Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

t_wage_others_year

t_wage_others_year is a continuous variable that specifies the annual wage in all jobs excluding the primary and secondary ones. This wage includes tips, compensations such as bonuses, dwellings or clothes, and other payments. t_wage_others should be equal to t_wage_nocompen_ others in case there are no bonuses, tips etc. offered as part of any of the jobs.

Total Employment Earnings, 12-month reference period#

t_hours_total_year

t_hours_total_year is a continuous variable that specifies the hours of work in last 12 months in all jobs including primary, secondary and others.

If the number of months worked is missing, the harmonizer may assume that the person worked the whole year inputting the “average, commonly hours worked” (i.e., using usually worked hours instead of actual). Moreover, the harmonizer may assume that the person worked the whole year in this job (multiply monthly data by 12, weekly data by 48). Thus, the variable functions as an upper bound.

t_wage_nocompen_total_year

t_wage_nocompen_total_year is a continuous variable that specifies the total annualized wage income in all jobs including primary, secondary and others. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments.

Note: Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

t_wage_total_year

t_wage_total_year is a continuous variable that specifies the total annualized wage income in all jobs including primary, secondary and others. This income includes tips, compensations such as bonuses, dwellings or clothes, and other payments. t_wage_total should be equal to t_wage_nocompen_total in case there are no bonuses, tips etc. offered as part of any of the jobs.

If the number of months worked in this job is missing the harmonizer may assume that the person worked the whole year in this job (multiply monthly data by 12, weekly data by 48). Thus, the variable functions as an upper bound.

njobs

njobs is a numeric variable that specifies the total number of jobs.

t_hours_annual

t_hours_annual is a continuous variable that specifies the annual numbers of hours worked in all the jobs including primary, secondary and others regardless of their period of reference.

linc_nc

linc_nc is a continuous variable that specifies the total annualized wage income in all the jobs including primary, secondary and others regardless of their period of reference. This excludes tips, bonuses, other compensation such as dwellings or clothes, and other payments.

Note: Use gross wages when available and net wages only when gross wages are not available. This is done to make it easy to compare earnings in formal and informal sectors.

laborincome

laborincome is a continuous variable that specifies the total annualized individual labor income in all jobs including primary, secondary and others regardless of their period of reference. This income includes tips, compensations such as bonuses, dwellings or clothes, and other payments. This variable should be used as the total annual labor income of an individual.

Lessons Learned and Challenges#

For any variable not collected in a country, the variable should be created and left as missing (.) in the final harmonized file.

Variables in the data files must follow the sequence in which they appear in the manual. Labor status during last 12 months only reflects if the person has worked during last year or not, as the vast majority of the surveys do not provide enough information to distinguish those individuals that are unemployed from those that are out of the labor force.

Individuals working in cooperatives are considered as “paid employee” in the employment status variable.

Several checks should be conducted to ensure that the data is harmonized correctly. lstatus should be an integer in the range [1,3].

lstatus<0 & lstatus>3 & mod(lstatus, 1) == 1	

If lstatus is classified as employed then the employment type needs to be defined.

lstatus==1 & empstat>5	

minlaborage should be an integer.

mod(minlaborage,1)==1	

The minimum age for employment should not be higher than 20.

minlaborage >20 & minlaborage <.

empstat should be an integer in the range [1,5].

mod(empstat, 1) != 0 & empstat<1 & empstat>5	

If employment type is defined then labor force status should be employed.

empstat<=5 & lstatus!=1	

industrycat10 should be an integer in the range [1,10].

industrycat10<0 & industrycat10>10 & mod(industrycat10, 1) == 1	

industrycat4 should be an integer in the range [1,4].

industrycat4<0 & industrycat4>4 & mod(industrycat4, 1) == 1	

There should not be a mismatch between industry and industrycat4.

((industrycat4==1 & industrycat10!=1 ) | (industrycat4==2 & (industrycat10 <2 | industrycat10 >5)) | (industrycat4==3 & (industrycat10 <6 | industrycat10 >9)) | (industrycat4==1 & industrycat10 !=1 ) ) & industrycat10 !=.

firmsize_u should not be lower than firmsize_l

firmsize_u < firmsize_l

Overview of Variables#

Module

Variable name

Variable label

Notes

Labor

minlaborage

Labor module application age

Labor

lstatus

Labor status (7-day ref period)

In some GMD harmonizations (not in their dictionaries) this is given as lstatus_7. In general, the 7 day reference ones are then for example ocusec_7 and ocusec_2. This is then not neat with ocusec_year, ocusec_year_2. Either ocusec_week, ocusec_year or ocusec_7, ocusec_365.

Labor

potential_lf

Potential labour force (7-day ref period)

A binary indicator taking a value only if the person is not in the labour force (missing if in LF or unemployed). Codes 1 if i) available but not searching or ii) searching but not immediately available to work. Codes 0 otherwise.

Labor

underemployment

Underemployment (7-day ref period)

A binary indicator taking value only if the person is in the labour force and working (missing if not or unemployed). Codes 1 if person would take on more jobs or more hours at their job if possible/available, 0 otherwise.

Labor

nlfreason

Reason not in the labor force (7-day ref period)

Labor

unempldur_l

Unemployment duration (months) lower bracket (7-day ref period)

Labor

unempldur_u

Unemployment duration (months) upper bracket (7-day ref period)

Module

Variable name

Variable label

Notes

Labor

empstat

Employment status, primary job (7-day ref period)

Labor

ocusec

Sector of activity, primary job (7-day ref period)

NGOs were classified in I2D2 as public sector, switched to private.

Labor

industry_orig

Original industry code, primary job (7-day ref period)

Labor

industrycat_isic

ISIC code of the classification, primary job (7-day ref period)

Code of ISIC - 4 for example is Q - Human health and social work activities 86 Human health activities 861 8610 Hospital activities 8620 Medical dental practice activities The four options would be coded as “Q”, 8600, 8610, 8620 respectively.

Labor

industrycat10

1-digit industry classification, primary job (7-day ref period)

Labor

industrycat4

4-category industry classification, primary job (7-day ref period)

Labor

occup_orig

Original occupational classification, primary job (7-day ref period)

Labor

occup_isco

ISCO code of the classification, primary job (7-day ref period)

ISCO-08 codes are 8 Plant and machine operators, and assemblers 81 Stationary plant machine operators 811 Mining and mineral processing plant operators 8111 Miners and quarriers Given the level of detail available, this are to be coded as 8000, 8100, 8110, and 8111 respectively.

Labor

occup_skill

Skill level based on ISCO standard

https://ilostat.ilo.org/resources/concepts-and-definitions/classification-occupation/

Labor

occup

1 digit occupational classification, primary job (7-day ref period)

Labor

wage_no_compen

Last wage payment, primary job, excl. bonuses, etc. (7-day ref period)

Labor

unitwage

Time unit of last wages payment, primary job (7-day ref period)

Labor

whours

Hours of work in last week, primary job (7-day ref period)

Labor

wmonths

Months worked in the last 12 months, primary job (7-day ref period)

This definition may appear confusing since it is months out of the past 12 months of work for the 7 day recall and there is a wmonths_year variable for the 12 month recall. It is not clearly defined in the guidelines, yet I would read it as the number of months in the main job for the 7 day recall job, which would be fewer than the wmonths_year number if the person switched jobs say 2 months ago, had the previous one since over a year.

Labor

wage_total

Annualized total wage, primary job (7-day ref period)

Labor

contract

Contract (7-day ref period)

Labor

healthins

Health insurance (7-day ref period)

Labor

socialsec

Social security (7-day ref period)

Labor

union

Union membership (7-day ref period)

Labor

firmsize_l

Firm size (lower bracket), primary job (7-day ref period)

Labor

firmsize_u

Firm size (upper bracket), primary job (7-day ref period)

Module

Variable name

Variable label

Notes

Labor

empstat_2

Employment status, secondary job (7-day ref period)

Labor

ocusec_2

Sector of activity, secondary job (7-day ref period)

Labor

industry_orig_2

Original industry code, secondary job (7-day ref period)

Labor

industrycat_isic_2

ISIC code of the classification, secondary job (7-day ref period)

See industrycat_isic

Labor

industrycat10_2

1 digit industry classification, secondary job (7-day ref period)

Labor

industrycat4_2

4-category industry classification, secondary job (7-day ref period)

Labor

occup_orig_2

Original occupational classification, secondary job (7-day ref period)

Labor

occup_isco_2

ISCO code of the classification, secondary job (7-day ref period)

See occup_isco

Labor

occup_skill_2

Skill level based on ISCO standard

https://ilostat.ilo.org/resources/concepts-and-definitions/classification-occupation/

Labor

occup_2

1 digit occupational classification, secondary job (7-day ref period)

Labor

wage_no_compen_2

wage payment, secondary job, excl. bonuses, etc. (7-day ref period)

Labor

unitwage_2

Time unit of last wages payment, secondary job (7-day ref period)

Labor

whours_2

Hours of work in last week, secondary job (7-day ref period)

Labor

wmonths_2

Months worked in the last 12 months, secondary job (7-day ref period)

See note on wmonths

Labor

wage_total_2

Annualized total wage, secondary job (7-day ref period)

Labor

firmsize_l_2

Firm size (lower bracket), secondary job (7-day ref period)

Labor

firmsize_u_2

Firm size (upper bracket), secondary job (7-day ref period)

Module

Variable name

Variable label

Notes

Labor

t_hours_others

Total hours of work in the last 12 months in other jobs excluding the primary and secondary ones

Labor

t_wage_nocompen_others

Annualized wage in all jobs excluding the primary and secondary ones (excluding tips, bonuses, etc.).

Labor

t_wage_others

Annualized wage (including tips, bonuses, etc.) in all other jobs excluding the primary and secondary ones. (7 day ref).

Module

Variable name

Variable label

Notes

Labor

t_hours_total

Annualized hours worked in all jobs
(7-day ref period)

Labor

t_wage_nocompen_total

Annualized wage in all jobs excl. bonuses, etc.
(7-day ref period)

Labor

t_wage_total

Annualized total wage for all jobs
(7-day ref period)

Module

Variable name

Variable label

Notes

Labor

lstatus_year

Labor status (12-mon ref period)

Labor

potential_lf_year

Potential labour force (12-mon ref period)

A binary indicator taking a value only if the person is not in the labour force (missing if in LF or unemployed). Codes 1 if i) available but not searching or ii) searching but not immediately available to work. Codes 0 otherwise.

Labor

underemployment_year

Underemployment (12-mon ref period)

A binary indicator taking value only if the person is in the labour force and working (missing if not or unemployed). Codes 1 if person would take on more jobs or more hours at their job if possible/available, 0 otherwise.

Labor

nlfreason_year

Reason not in the labor force (12-mon ref period)

Labor

unempldur_l_year

Unemployment duration (months) lower bracket (12-mon ref period)

Labor

unempldur_u_year

Unemployment duration (months) upper bracket (12-mon ref period)

Labor

empstat_year

Employment status, primary job (12-mon ref period)

Labor

ocusec_year

Sector of activity, primary job (12-mon ref period)

Labor

industry_orig_year

Original industry code, primary job (12-mon ref period)

Labor

industrycat_isic_year

ISIC code of the classification, primary job (12 month ref period)

See industrycat_isic

Labor

industrycat10_year

1 digit industry classification, primary job (12-mon ref period)

Labor

industrycat4_year

4-category industry classification primary job (12-mon ref period)

Labor

occup_orig_year

Original occupational classification, primary job (12-mon ref period)

Labor

occup_isco_year

ISCO code of the classification, primary job (12 month ref period)

See occup_isco

Labor

occup_skill_year

Skill level based on ISCO standard

https://ilostat.ilo.org/resources/concepts-and-definitions/classification-occupation/

Labor

occup_year

1 digit occupational classification, primary job (12-mon ref period)

Labor

wage_no_compen_year

Last wage payment, primary job, excl. bonuses, etc. (12-mon ref period)

Labor

unitwage_year

Time unit of last wages payment, primary job (12-mon ref period)

Labor

whours_year

Hours of work in last week, primary job (12-mon ref period)

Labor

wmonths_year

Months worked in the last 12 months, primary job (12-mon ref period)

Labor

wage_total_year

Annualized total wage, primary job (12-mon ref period)

Labor

contract_year

Contract (12-mon ref period)

Labor

healthins_year

Health insurance (12-mon ref period)

Labor

socialsec_year

Social security (12-mon ref period)

Labor

union_year

Union membership (12-mon ref period)

Labor

firmsize_l_year

Firm size (lower bracket), primary job (12-mon ref period)

Labor

firmsize_u_year

Firm size (upper bracket), primary job (12-mon ref period)

Module

Variable name

Variable label

Notes

Labor

empstat_2_year

Employment status, secondary job (12-mon ref period)

Labor

ocusec_2_year

Sector of activity, secondary job (12-mon ref period)

Labor

industry_orig_2_year

Original industry code, secondary job (12-mon ref period)

Labor

industrycat_isic_2_year

ISIC code of the classification, secondary job (12 month ref period)

See industrycat_isic

Labor

industrycat10_2_year

1 digit industry classification, secondary job (12-mon ref period)

Labor

industrycat4_2_year

4-category industry classification, secondary job (12-mon ref period)

Labor

occup_orig_2_year

Original occupational classification, secondary job (12-mon ref period)

Labor

occup_isco_2_year

ISCO code of the classification, seconddary job (12 month ref period)

See occup_isco

Labor

occup_skill_2_year

Skill level based on ISCO standard

https://ilostat.ilo.org/resources/concepts-and-definitions/classification-occupation/

Labor

occup_2_year

1 digit occupational classification, secondary job (12-mon ref period)

Labor

wage_no_compen_2_year

last wage payment, secondary job, excl. bonuses, etc. (12-mon ref period)

Labor

unitwage_2_year

Time unit of last wages payment, secondary job (12-mon ref period)

Labor

whours_2_year

Hours of work in last week, secondary job (12-mon ref period)

Labor

wmonths_2_year

Months worked in the last 12 months, secondary job (12-mon ref period)

Labor

wage_total_2_year

Annualized total wage, secondary job (12-mon ref period)

Labor

firmsize_l_2_year

Firm size (lower bracket), secondary job (12-mon ref period)

Labor

firmsize_u_2_year

Firm size (upper bracket), secondary job (12-mon ref period)

Module

Variable name

Variable label

Notes

Labor

t_hours_others_year

Annualized hours worked in all but primary and secondary jobs (12-mon ref period)

Labor

t_wage_nocompen_others_year

Annualized wage in all but primary & secondary jobs excl. bonuses, etc. (12-mon ref period)

Labor

t_wage_others_year

Annualized wage in all but primary and secondary jobs (12-mon ref period)

Module

Variable name

Variable label

Notes

Labor

t_hours_total_year

Annualized hours worked in all jobs (12-mon ref period)

t_hours_total_year

Labor

t_wage_nocompen_total_year

Annualized wage in all jobs excl. bonuses, etc. (12-mon ref period)

t_wage_nocompen_total_year

Labor

t_wage_total_year

Annualized total wage for all jobs (12-mon ref period)

t_wage_total_year

Module

Variable name

Variable label

Notes

Labor

njobs

Total number of jobs

Total Labor income will be created based on either the 7 days or 12 months reference period variables or a combination of both. Harmonizers should make sure that all jobs are included and none of them are double counted.

Labor

t_hours_annual

Total hours worked in all jobs in the previous 12 months

Labor

linc_nc

Total annual wage income in all jobs, excl. bonuses, etc.

Difference to t_wage_nocompen_total_year?

Labor

laborincome

Total annual individual labor income in all jobs, incl. bonuses, etc.

Difference to t_wage_total_year?