EAPD-DRB / OG-ZAF

Overlapping-generations macroeconomic model for evaluating fiscal policy in South Africa
https://eapd-drb.github.io/OG-ZAF/
Creative Commons Zero v1.0 Universal
10 stars 10 forks source link

Calibrating multiple industries #29

Closed rickecon closed 1 year ago

rickecon commented 1 year ago

We want to calibrate multiple industries in OG-ZAF.

What industries to calibrate? The first step is to choose what industries to calibrate. I recommend the following, which come from the South African Reserve Bank Quarterly Bulletin:

Another industry we could include is the informal sector, which is a production sector that does not pay corporate income taxes.

What parameters and what data are needed to calibrate these 3 or 4 industries? Let m be the index of the mth industry with the total number of industries being M. Let i be the index of the ith consumption good with the total number of consumption goods being I. The theory for the parameters listed below is in the OG-Core documentation for the theory of the Firm and Households.

cc: @SeaCelo @sarvonz @jdebacker

rickecon commented 1 year ago

I found this South African central bank paper (Pain, et al, 2020) estimating TFP in South Africa by industry. It looks very helpful in that they estimate TFP growth rates for South African industries from 2009- 2020. However, it is not clear to me how to back out the Z values rather than the growth rates (log difference).

Furthermore, I can't tell what method Pain, et al (2020) are using to account for the various types of endogeneity described in Beveren (2012; see below for full reference). But I might just need to read Pain, et al (2020) more carefully.

cc: @SeaCelo @sarvonz @jdebacker

SeaCelo commented 1 year ago

On TFP, just to add that a possible alternative is the South African Reserve Bank Quarterly Bulletin that you shared. It has most (all?) the data needed to compute the TFP or an approximation (Output, labor, capital) by industry. I'm not clear on how to convert these to the Z_m variable and the documentation doesn't make clear what the units/base should be.

(edit to remove information on capital share of income. This is updated with new data source below)

@rickecon @sarvonz @jdebacker

sarvonz commented 1 year ago

We have done some TFP calculations. Given the industry-level data on value added, fixed capital stock, people employed and employee compensation from the South African Reserve Bank, we used Y=AF(K,L), with F(K,L)=(alpha*(K^rho)+(1-alpha)*(L^rho))^(1/rho), to back out A. This specification of F(K,L) was estimated in the SARB paper Pain et al (2020). Rho is (sigma-1)/sigma, and sigma is set as 0.9 following the paper.

Marcelo reached out to SARB and they were very helpful with providing the data.

For 2021:

  | TFP (=GVA/F(K,L)) | TFP (Secondary=1) -- | -- | -- Primary | 396.80 | 0.17 Secondary | 2377.11 | 1.00 Tertiary | 6604.17 | 2.78

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

  | TFP (=GVA/F(K,L)) | TFP (Secondary, excl. energy=1) -- | -- | -- Primary | 396.80 | 0.11 Secondary (excl. energy) | 3474.10 | 1.00 Tertiary | 6604.17 | 1.90 Energy | 551.63 | 0.16

@rickecon @SeaCelo @jdebacker

sarvonz commented 1 year ago

Capital share of income, by industry (2021)

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

  | Capital share of income -- | -- Agriculture | 0.67 Mining and quarrying | 0.67 Manufacturing | 0.52 Electricity, gas and water supply | 0.68 Construction | 0.36 Wholesale, retail and motor  trade; hotels and restaurnts | 0.51 Transport, storage and communication | 0.57 Financial intermediation, insurance, real estate and business services | 0.60 Community, social and personal servcies | 0.24   |     | Capital share of income primary sector | 0.67 secondary sector | 0.53 secondary sector, without energy | 0.50 tertiary sector | 0.45

@SeaCelo @rickecon @jdebacker

SeaCelo commented 1 year ago

Closed with #31