Keywords

5.1 Building Alternative Scenarios from Regression Parameters

At this point, we have replicated a reference scenario for a multistate/multiregional population projection for India and added two dimensions, the labour force participation and the sector of activity. For fertility, mortality, migration, and education, the input files already include rates for each projected year. Therefore, alternative scenarios can be built simply by changing the value of the inputs.

The parameters for the labour force participation and the sector of activity are however regression parameters. The sector of activity has a “cohort” parameter that allows change over time, but labour force participation does not. Assuming no change in parameters means that change in labour force participation would only result from changes in the composition of the population by age, sex, education, region and fertility (as a reminder, we have a parameter for women who had a kid in the past 5 years). As the model is constructed at this point, changing a parameter in the input file would generate an immediate change starting from 2015, with no further evolution for the rest of the projection.

In this chapter, we will show two examples of alternative scenarios. In the first one, we test a scenario in which women with a young child at home would have the same participation rate and probability of working in the formal sector as other women, all other things being equal. In the second one, we test a scenario in which the labour force participation rates of women gradually increase and reach those of men in 2060. Obviously, none of these scenarios have a predictive purpose. They should be interpreted as “what if” scenarios that aim to measure how the model reacts to change in its different components and provide some policy-relevant information about the socioeconomic dynamics of the country.

5.2 Example 1: The Impact of Having a Young Child on Labour Force Participation and the Sector of Activity

For the first example of an alternative scenario, we will test one in which women with a young child at home have the same participation rate and the same chance to work in the formal sector as other women, all other things being equal. When creating an alternative scenario, the first thing to do is to copy and paste the folder where codes, parameters, and outputs are located. Otherwise, files will be replaced. In the example presented above, the folder was called “Chap. 4”. We copy and paste this folder and change the name to “In this chapter_YoungChild”.

This alternative scenario is easy to create and doesn’t require any major change in the codes. We can just switch to 0 the two parameters for young_kid in parameters files lfp.csv and formal.csv that are applied to women with a young kid, as highlighted in yellow in Fig. 5.1.

Fig. 5.1
figure 1

Screenshot of the parameter file lfp.csv for the YoungChild scenario (opened with Excel)

We then change the name of the scenario in the %let statement. This will automatically change the name of the scenario folder everywhere in the codes.

figure a

We can then run the scenario and explore the results in the file outputTotal.csv. In Fig. 5.2, we compare the projected labour force size for women from this scenario to the Chap. 4 scenario. For the purpose of this analysis, we will consider Chap. 4 scenario as the “reference” scenario, since it is the business as usual scenario with constant parameters. In 2060, the scenario YoungChild manages to increase the number of female workers by 6%, by switching 7 million housewives into workers. This scenario also increases the number of women working in the formal sector by 6 M, an increase of 10% compared to the reference scenario.

Fig. 5.2
figure 2

Projected female labour force size in India, 20102060, Reference and YoungChild scenarios

Indeed, as shown in Fig. 5.3, the scenario YoungChild manages to improve the participation rate as well as the proportion of workers in the formal sector by several percent for the age groups 20 to 34, which are the main age groups that parameters for having a young kid are concerned with. For the labour force participation, this gain is significant, but rates are still way below those of men. This suggests that while having a young kid at home negatively affects the participation rates of women, it is only a minor factor for explaining their lower rates, and policies that seek to change this might focus on other issues.

Fig. 5.3
figure 3

Projected labour force participation rate and proportion of workers in the formal sector by age in 2060, women, India, Reference and YoungChild scenarios

5.3 Example 2: Gender Equality in Labour Force Participation

In this second example of an alternative scenario (GenderEquality), we test a scenario in which labour force participation rates of women gradually increase and reach those of men (with the same age/education/region) by 2060. This scenario will show the impact on the labour force of an efficient policy reducing gender equalities and empowering women. For this kind of scenario, where changes occur gradually over time, we cannot directly change the parameter for women in the input parameters file lfp.csv because this would generate an immediate change in the labour force participation.

We will show in this section how to adapt the model to make changes in parameters gradually over a period of years. We will build a scenario in which parameters for women reach those of men by 2060 (though keeping the negative parameters for having a young child). As there are no big gaps between men and women for the proportion of workers in the formal sector, we will not touch this module.

Since this is a new scenario, we again need to copy and paste the model and its assumptions for reference (Chap. 4) into a new folder (we label it “In this chapter_GenderEquality”. In the code, we then change the name of the scenario accordingly:

figure b

We then need to reshape the input file for labour force participation. For women, we have initial parameters for 2015, and we want those parameters to gradually evolve until they reach those of men in 2060. The parameter file thus needs to have two columns for each set of parameters: one for the initial value, one for the value of 2060. In Fig. 5.4, we show how the file should look. Columns A to E are variable names and their categories. Columns F to L are their corresponding initial parameters. Columns M to S (ending in “2060”) are their corresponding parameters in 2060, which are a copy of the men’s parameters (plus the parameters for the variable young_kid and its interaction with education).

Fig. 5.4
figure 4

Screenshot of the parameter file lfp.csv for the scenario GenderEquality (opened with Excel)

We merge this parameter file to the population file in the labour force module in a way similar to what we did previously, with SQL codes. From the code for Chapter 4, we simply add for each variable of the model the name of parameters in 2060 from the input file, as highlighted in yellow in the code below.

figure c

In the resulting population file pop_lfp1, each individual has logit parameters for the year 2010 and 2060. We now need to adjust the calculation of the labour force participation rate in the section simulating the labour force participation event in the temporary population file pop_lfp2 for the population aged 15–74.

figure e

In the temporary variables lab2010 and lab2060, we sum up those parameters for the initial (2010) and final (2060) years, respectively.

figure f

Then, in another temporary variable lab, we interpolate the sum of logit parameters for the current period (endyr). From this, we calculate the corresponding probability of participating in the labour force (prob_lab) and simulate the event with a random experiment.

figure g

Finally, we drop parameters and temporary variables.

figure h

No further changes are required to run this scenario. The interpolation implemented directly in the code of the model allows for a smooth and gradual increase of the labour force participation rates of women, as shown in Fig. 5.5 which has been built from the file outputTotal.csv.

Fig. 5.5
figure 5

Projected labour force participation rates by age for women, India, 20102060, GenderEquality scenario

Results of this scenario would give approximatively the same population size by age, sex, education and region as the reference scenario in Chap. 4, but very different outcomes in terms of labour force size, as shown in Fig. 5.6. The size of the workforce is thus about 60% higher in the GenderEquality scenario than in the baseline scenario (1.0G vs. 0.6G), and therefore, the country reaps a much greater benefit from the demographic dividend, as suggested by the labour force dependency ratio which, by 2060 in the GenderEquality scenario, is less than half of what it was in the reference scenario (0.79 versus 1.86). This outcome highlights the high stakes of including labour force participation and its sources of heterogeneity in population projections.

Fig. 5.6
figure 6

Projected population according to the labour force status, India, 20102060, Reference and GenderEquality scenarios