1 Purpose

This work is the part of the project The Deeper Structures of Late Global Capitalism based on the Eora26 data sets.1 For each

  1. The rate of surplus value, \[\sigma_{i; k; t} \equiv \frac{\Pi_{i; k; t}}{W_{i; k; t}},\]
  2. the capital composition (flow-flow), \[h_{i; k; t} \equiv \frac{\delta_{i; k; t} + \sum_{j=1}^{26} p_{j; k; t} \ q_{j, i; k; t}}{W_{i; k; t} },\]
  3. the “capital productivity” (flow-flow), \[\gamma_{i; k; t} \equiv \frac{ W_{i; k; t} + \Pi_{i; k; t} }{\delta_{i; k; t} + \sum_{j=1}^{26} p_{j; k; t} \ q_{j, i; k; t} + W_{i; k; t} },\] and
  4. the profit rate (flow-flow), \[r_{i; k; t} \equiv \frac{\Pi_{i; k; t}}{ \delta_{i; k; t} + \sum_{j=1}^{26} p_{j; k; t} \ q_{j,i; k; t} + W_{i; k; t}}.\]

2 Data

The Eora26 database used in this work is an abbreviated version of the fuller Eora MRIO international supply-use data base. The Eora MRIO supply-use tables are converted into the Eora26 input-output tables, aggregating all economic activity into 26 sectors, using methods described in detail in (“Eora26” 2020), Eurostat (2008), Lenzen (2013), and Lenzen M (2012).

“Each zipfile contains the MRIO data in tab-separated .txt files, divided into the transactions matrix T, primary inputs (also called value added) VA, final demand block FD, and satellite accounts (also called environmental extensions or stressors) Q (Q for emissions associated with production, QY for direct emissions by final consumers). Metadata labels are provided in separate .txt files. The unzipped data are ~200MB for each year.”2

The Eora26 data sets cover 189 countries, 26 sectors, and 26 years: from 1990 to 2015. More specifically:

Source: https://worldmrio.com/eora26/

2.1 Annual flows of constant capital, variable capital, and surplus value

For each year and country, the annual flow of constant capital for a given sector \(i\) is estimated from the T matrix (along each sector’s column) as: \[c_{i} = \sum_{j=1}^{26} p_j \ q_{j, i}.\]

In turn, the annual flow of variable capital \(W\) is estimated in two ways. From the VA side and, under the Kalecki assumption, from the FD side. From the VA side: \[W = \textrm{Compensation of employees D.1}.\]

From the FD side: \[W = \textrm{Household final consumption P.3h} + \textrm{Non-profit institutions serving households P.3n}.\]

The annual flow of surplus value \(\Pi\) is also estimated from the VA and FD accounts, respectively. From the VA side:

  • \(\Pi = \textrm{Taxes on production D.29} + \textrm{Subsidies on production D.39} + \textrm{Net operating surplus B.2n},\) and (alternatively)
  • \(\Pi = \textrm{Net operating surplus B.2n}\).

The former estimate assumes that the state is completely subservient to capital. The latter assumes that state policies (the legal and political system in general) are contested or subject to the class balance of forces.

2.2 The structural parameters: \(\sigma\), \(h\), \(\gamma\), and \(r\)

Once the estimates of the annual flows of constant capital, variable capital, and surplus value are calculated, the structural parameters \(\sigma\), \(h\), \(\gamma\), and \(r\) can also be determined, for each year, country, and sector.

  • Surplus value rate: \[\sigma = \frac{\Pi}{W},\]
  • Capital composition (flow-flow): \[h = \frac{c}{W},\]
  • Capital productivity (flow-flow): \[\gamma = \frac{Y}{c + W},\]
  • Profit rate (flow-flow): \[r = \frac{\Pi}{c + W}.\]

For each year, the length of the vectors of structural parameters is 189 countries times 26 sectors or 4914 entries. Extracting the full time series requires that we obtain these vectors for the 26 years for which we have data: 1990-2015.

3 Global aggregates by sector

Global aggregates of the structural parameters by sector.

4 Regional aggregates by sector

Regional aggregates of the structural parameters by sector. Using the World Bank and CIA classifications.

5 R Code

R code here.

6 Plots

Plots here.

References

“Eora26.” 2020. https://worldmrio.com/eora26/.

Eurostat. 2008. “Eurostat Manual of Supply, Use and Input-Output Tables.” Methodologies and Working Papers.

Lenzen, Moran, M. 2013. “Building Eora: A Global Multi-Regional Input-Output Database at High Country and Sector Resolution.” Economic Systems Research 25 (1): 20–49. https://www.tandfonline.com/doi/abs/10.1080/09535314.2013.769938.

Lenzen M, and Geschke A, Kanemoto K; Moran D. 2012. “Mapping the Structure of the World Economy.” Environmental Science & Technology 46 (15): 8374–81. https://pubs.acs.org/doi/10.1021/es300171x.


  1. (“Eora26” 2020)↩︎

  2. (“Eora26” 2020). The version of the data used is v199.82.↩︎