Illustrative example in a simplified economy
This page demonstrates Upright's approach to quantification of net impact using a simplified, illustrative example of the economy
Last updated
This page demonstrates Upright's approach to quantification of net impact using a simplified, illustrative example of the economy
Last updated
Warning: advanced content
While simplified, the content is technical and expects an understanding of some mathematical concepts from the reader. Fully understanding the workings of the model at this level is not a prerequisite for using Upright data.
For convenience, some relevant fundamentals of hierarchical Bayesian inference are introduced in the appendix.
This article demonstrates Upright's approach to quantification of net impact using a simplified, illustrative example of the economy: a self-sufficient island. While not exhaustive or reflective of all complexities of the full world economy and the complete net impact model, the example is intended to illustrate the major components of the model along with their principles and dynamics.
Finally, the article includes functional code snippets in Python that can be used to replicate the example data as well as explore how changes to the algorithm or input data would change the results. NumPy, Pandas and SciPy libraries are required to run some of the snippets.
See the code in action?
All the code snippets in this document are included in this Colab notebook.
The net impact model operates in two modules: the macromodel and the company model. The macromodel quantifies the net impact of products and services. Given this information, as well as product revenue shares and other company financial information, the net impact of companies can be determined.
This example is limited to quantification of net impact. In addition to net impact, the Upright net impact model additionally integrates information about UN SDGs, EU taxonomy, EU SFDR PAI indicators and CSRD DMA.
In this simplified example, quantifying the net impact of products and services in the macromodel is split into 6 interlinked components:
Market size and value chain estimation of the global economy
Summarization and generalization of information from scientific articles
Summarization and generalization of information from complementary sources
Conversion of summary information into impact intensities
Allocation of impact across the value chain
Scaling impacts between categories and determining the net impact
These steps correspond to the above visualization roughly as follows
Causality classification: briefly covered in #article-classificationas a part of summarization and generalization of information from scientific sources
Knowledge generalization: covered in Summarization and generalization of information from scientific articles and Summarization and generalization of information from complementary sources
Value chain allocation: covered inAllocation of impact across the value chain as well as Market size and value chain estimation of the global economy
Given net impact of products and services, the net impact of a company is based on the revenue-weighted average of the net impact of the products and services that the company markets.
This illustrative example omits or simplifies several aspects the Net Impact Model to make the main concepts and dynamics of the model easier to understand. Such omissions and simplifications include but are not limited to
A very simplified product graph, both in number of products and their value chain links
Omission of product-like entities, including non-marketable phenomena like yoga
A simplified set of impact categories
A simplified set of data sources for each included impact category
Simplifications to all major computations made in quantifying net impact
Simplifications in how company scores are aggregated from product level scores
Before discussing how net impact is quantified, it is useful to define some key concepts and terms that will be used throughout the example.
The Product taxonomy refers to the products and services present in the economy, along with grouping, expressed with "is a" relationships.
Our simple island economy consists of 5 products: Farming Tools (TOOLS
), Fertilizer (FERTI
), Growing apples (APPLE
), Growing pears (PEARA
) and Apple Juice (APLJU
).
Together APPLE
and PEARA
are considered Fruits (FRUIT
).
FERTI
, SEEDS
, APPLE
, PEARA
and APLJU
are considered to be leaf products, since they are not considered to be groups of more specific products. FRUIT
conversely is a non-leaf product.
It is worth noting that leaf products represent a mutually exclusive and collectively exhaustive set of products and services. Therefore several algorithms of the net impact model operate on leaf products to ensure that impact is counted exactly once. In summary, steps 2 and 3 operate on all products, and yield "flattened" information only for leaf products. Steps 4 and 5 operate on leaf products. After step 5, non-leaf scores are computed as market size weighted average of respective leaf scores. Processing from step 6 onwards operate again on all products.
The actual net impact model contains orders of magnitude more products and product-like entities in a deeply nested hierarchy.
Furthermore, the actual Product taxonomy includes additional product-like entities like Phenomena, that products enable indirectly. Examples include yoga: while yoga is not a marketable product or service, the phenomenon has been researched substantially and is enabled by commercial products and services like yoga mats or yoga instruction.
Finally the product taxonomy includes so called mixin products that describe more specific variants of products that e.g., use a specific raw material or are supplied to a specific customer segment.
In this illustrative example, only two positive and two negative impact categories are considered: Job creation (JOBS
, positive), Use of Scarce Human Capital (SHC
, negative), Health (HEALTH
, positive) and Environmental harm (ENVIRONMENT
, negative).
The actual Net Impact Model considers 19 distinct impact categories across Society, Knowledge, Health, Environment. Many impact categories like Physical Health consider both positive and negative impacts.
The net impact profiles of entities are expressed in relative or absolute scores. See the whitepaper on estimating the net impact of companies for details on their definitions.
For convenience reasons, two additional units are used internally when quantifying net impact:
Impact Share: the share of impact attributed to an entity, relative to impact attributed to the global economy.
Impact Intensity: The Impact Share of an entity divided by the market share of the entity
The Impact Share of the whole global economy is 1.0. The Impact Intensity of the global economy 1.0, so that products with below 1.0 Impact Intensity have below average rate of generating impact, and vice versa for products with above 1.0 Impact Intensity.
For convenience, products and services are plainly referred to as products.
A global market model underpins most aspects of the net impact modeling of products and services. The market model provides estimates for product market sizes as well as value flows between products. These estimates are used to assess relative sizes of products as well as to attribute impact along value chains (see Allocation of impact across the value chain).
The market size estimation model attempts to estimate the global market sizes of all products, based on available, reliable but partial information.
Reliable market sizes are often available for industries, other broad subdivisions or partially for specific economic activities. Therefore market sizes need to be imputed for products and services where direct information is not available. Proxies used as allocation keys include volume of research (see below) among others.
Imputation of missing market sizes yields market sizes for both leaf and non-leaf products such, that the market size of a non-leaf product is the sum total of its constituent leaf products.
The value flow model attempts to find a set of flows between products such that they meet two desired properties for all leaf products in the graph:
The total inflow into a given product should equal the market size of the product minus the value add of the product
The total outflow from a product should equal the business market size of the product
The value add of a product can be generalized from e.g., industry level aggregates similarly as for the product market size model.
The business market size of a product is the part of the revenue of the product that is sold to businesses (as opposed to consumers).
In practice, sources of industry and subdivision market size estimates are rarely fully consistent. As a consequence no single solution would satisfy the two above properties for all leaf products in the graph. Therefore the value flow model aims to find a consensus between all input data using constrained optimization. The optimization problem is formulated with soft constraints, where deviation from the above properties is penalized in proportion of the deviation. The optimizer tries to find this solution by minimizing the average deviation of the properties across all leaf products.
In our example the value chains are straightforward:
TOOLS
and FERTI
are needed to produce APPLE
and PEARA
APLJU
is made of APPLE
It is worth noting that TOOLS
and FERTI
can be understood as purely B2B products that are fully used to produce other products, whereas APPLE
, PEARA
and APLJU
are directly consumed such that their total outflow to other products is less than their respective market sizes.
Scientific articles are used in quantifying impact in most impact categories because the same methodology can be applied broadly to different definitions of impact.
The idea of this step is to associate research to all products in the net impact model. In subsequent algorithms, the model expects impact to be mutually exclusive and collectively exhaustive. Therefore information is generalized by propagating relevant information about non-leaf products to their leaf products.
In this example, scientific information is only used to quantify HEALTH
and ENVIRONMENT
impacts, i.e., impacts where complementary data sources are not considered. In the actual net impact model, several impact categories rely on both scientific and complementary data sources.
The causality classification algorithm is introduced in Extraction of causal links from scientific literature. In this example, the relevant article counts are denoted as:
: the total number of articles discussing the product
: the total number of articles that find that product causes impact
In order to use these article counts for quantifying Net Impact, they need to be translated into impact intensities. This translation relies on two main assumptions.
A1: The ratio of relevant to total articles correlates with impact intensity
A product with 10/100 relevant articles probably has a higher impact than a product with 1/100 relevant articles.
A2: The amount of total articles correlates with the certainty of the estimate
100/1000 is a more reliable indication of impact than 1/10 even though they have the same ratio.
The same applies for low-intensity estimates; 0/1000 is a stronger indication of low impact than 0/10.
Information is also generalized at this stage to identify e.g., how information about FRUIT
in general applies to APPLE
and PEARA
specifically.
In practice this is achieved with a hierarchical Bayesian inference model. The appendix "Primer in hierarchical Bayesian inference and Poisson-Gamma models" provides a brief introduction to hierarchical Poisson-Gamma models.
The approach to summarize scientific information applies the Poisson-Gamma model by treating the total article counts as exposure, or the amount of observations about a particular product's impact, and the relevant article counts as Poisson distributed counts in the given exposure. Parent products are treated as priors of their child products such that leaf products also consider the article counts of all their parents.
Additionally products relative sizes are factored in when counting parent articles in order to put general research in the same scale as the more specific research.
Denoting the market size of a product with and the parent of p as the combined inference of the impact of is then
In the actual net impact model, the product hierarchy is deeply nested. Therefore inheritance is factored in across layers rather than in just one level
Actual scientific research exhibits a significant snowball effect, where research into a topic attract more research into the same topic. This violates the assumption of independent events in the Poisson process and would lead to a heavily polarized inference. The article counts are therefore compressed to better align to the distribution of impact intensities from other sources measuring the same impact.
The body of scientific research is a great source of insight into impacts like Physical Health or Meaning & Joy, but some impact categories have other sources of reliable information that are informative about impact intensities before value chain allocation. Scarce Human Capital and Jobs are great examples: OECD collects aggregate data about the aggregate revenue, employed headcount and education rates of economic activities. The Upright Net Impact model takes such information into account in a similar fashion as scientific research.
The simplest way to take this information into account is to compute a proxy of intensity for the subdivisions available, and then propagate the intensity to the respective leaf products.
In this example, Scarce Human Capital is proxied by the relative rate at which a product requires employees with tertiary education.
Job creation is proxied similarly by looking at relative rate at which the product creates jobs relative to revenue.
The above information from scientific articles and other reliable sources is almost ready for use in quantifying net impact. The final transformation that is needed to make these quantities comparable is normalization. By definition, the market weighted average of impact intensities across leaf products is 1.
Denoting the unnormalized impact value of product with and the the market size of with , the scaling factor applied to unnormalized scores is
This yields the following impact intensities for our net impact model
The principles behind value chain allocation are outlined in Allocation of impact across value chains.
Recall the market sizes, value-adds and value flows from step 1. One way to quantify participating value-add is by traversing the value chain up and down from each product and computing the participation of product in product as
where
represents the value-add of product
represents the set of routes between products and , where each route is defined as a set of adjacent edges leading from to
represents the flow from product to product
yields the comparable flow for product with respect to product t. The comparable flow depends on whether is downstream or upstream of . In the case of the former, is the market size of . Otherwise, it’s the total inflow into i.e., the market size of minus the value-add of
Following this logic, the participation of TOOLS
in APPLE
would be
Similarly the participation of APLJU
in FERTI
would be
Applying the same logic yields participations across the whole modelled economy. It is worth noting that a product does not necessarily participate in the impact of all other products.
We further normalize the rows in so that products' participation is comparable within each row. In other words, we use the relative share of each participation in a given product. Formally, we define the normalized table :
For example, the sum total of all participations in APPLE
is approximately 39.93, of which TOOLS
represents .
Applying the same logic to all leaf products yields the full matrix of inheritance factors
These inheritance ratios are in absolute scale, which should be taken into account when using them to inherit impact from one product to another:
where
represents the impact intensity of product and impact , including value-chain allocation
represents the impact intensity of product and impact , not including value-chain allocation
is the market size of product
represents the set of all leaf products
Applying the same logic across products yields inherited impact intensities for each product and impact
Having allocated impact across leaf products, the scores of non-leaf products are determined in a simple upward pass of the product taxonomy, where the score of a non-leaf product is the market weighted average of its leaf products.
In other word, for every non-leaf product , its impact intensity on impact is defined as:
where denotes the set of leave products of
The net impact scores of FRUIT
is therefore a weighted average of the scores of APPLE
and PEARA
.
Size factors of impact categories represent relative sizes of the impact categories. There are two size factors for each impact category, one representing costs and one representing benefits. They are derived from estimates of aggregate costs and benefits that all products and services create within each impact category. Upright bases the estimates of costs and benefits on classical measures of economic cost used by The World Bank, WHO and IMF, and others.
In this illustrative example, the size factors are as follows:
Applying the size factors to the impact intensities yields the scores for each product and impact. These scores now correspond to relative scores, i.e., scores in which results of the net impact model are presented in. Most notably these relative scores are comparable across impact categories. For example, while the impact intensities of ENVIRONMENT
and HEALTH
for the product FRUIT
are roughly equal, the high relative weight of ENVIRONMENT
implies that the environmental harm of FRUIT
outweighs its health benefits.
The Net Impact Ratio (NIR) represents the aggregate impact of a product across impact categories. It is defined as where and are the total positive and negative impacts of the product respectively.
In our illustrative example, TOOLS
have the highest NIR because they contribute indirectly to the health benefits of APPLE
and PEARA
, but they do not participate in the environmental harm of FERTI
.
Conversely, FERTI
comes last due to its direct environmental harm that is not offset by indirect health benefits from APPLE
and PEARA
.
Finally APPLE
, PEARA
and APLJU
directly contribute to health benefits, but unlike TOOLS
, they also participate in the environmental harm of FERTI
.
Similar to non-leaf products, the aggregate impact scores of companies is the revenue weighted average of the products and services the company markets. This illustrative example has two companies:
It is worth noting that Fruit Co only discloses that they retail FRUIT
without specifying exactly what fruit this includes. Therefore the revenue mix has the aggregate product FRUIT
, and the quantification assumes that in the absence of more specific information, Fruit Co. markets APPLE
and PEARA
in proportion to their market sizes.
In the actual Net Impact Model, company specific data is used to adjust some scores of some impact categories where the data is relevant. For example, a company employing more workforce than expected by the product based score will see an increase in its direct job creation score.
The actual Net Impact Model allows expressing detailed information about the value chains and other operational details of how a company produces a product or service. For example, the use of recycled raw materials, sales to specific customer segments or energy efficient manufacturing processes can be accounted in this way.
The Net Impact of Equipment Co. is higher than that of Fruit Co. due to the majority of their revenue coming from TOOLS
rather than FERTI
. The opposite would be true if the revenue shares were reversed.
Product | ENVIRONMENT, N | SHC, N | JOBS, P | HEALTH, P |
---|---|---|---|---|
Participations (from-to) | PEARA | APPLE | FERTI | TOOLS | APLJU |
---|---|---|---|---|---|
Inheritance (from-to) | PEARA | APPLE | FERTI | TOOLS | APLJU |
---|---|---|---|---|---|
Product | ENVIRONMENT, N | SHC, N | JOBS, P | HEALTH, P |
---|---|---|---|---|
Product | ENVIRONMENT, N | SHC, N | JOBS, P | HEALTH, P |
---|---|---|---|---|
Impact | Size factor |
---|---|
Product | ENVIRONMENT, N | HEALTH, P | JOBS, P | SHC, N |
---|---|---|---|---|
Product | NIR |
---|---|
Product | Reveneue Share |
---|---|
Product | Reveneue Share |
---|---|
Company | NIR |
---|---|
PEARA
0.74
0.64
1.26
2.41
APPLE
0.71
0.64
1.26
1.13
FERTI
3.35
1.28
0.63
0
TOOLS
0
2.24
0.5
0
APLJU
0
0.96
0.84
0.44
PEARA
20
0
12
8
0
APPLE
0
25
14.29
10.71
6.25
FERTI
4
6.67
10
0
1.67
TOOLS
1.74
3.26
0
5
0.82
APLJU
0
5
2.86
2.14
5
PEARA
0.78
0
0.31
0.31
0
APPLE
0
0.63
0.36
0.41
0.46
FERTI
0.16
0.17
0.26
0
0.12
TOOLS
0.07
0.08
0
0.19
0.06
APLJU
0
0.13
0.07
0.08
0.36
APPLE
1.06
1.13
1.11
0.77
APLJU
0.63
0.94
0.89
0.58
TOOLS
0.24
0.69
0.56
0.55
FERTI
1.25
0.75
0.91
0.91
PEARA
1.35
1.19
1.21
1.87
APPLE
1.06
1.13
1.11
0.77
APLJU
0.63
0.94
0.89
0.58
TOOLS
0.24
0.69
0.56
0.55
FERTI
1.25
0.75
0.91
0.91
PEARA
1.35
1.19
1.21
1.87
FRUIT
1.17
1.16
1.15
1.21
JOBS
1.2
SCH
0.8
HEALTH
1.2
ENVIRONMENT
1.6
APPLE
1.69
0.93
1.33
0.91
APLJU
1.01
0.7
1.07
0.75
TOOLS
0.38
0.66
0.67
0.56
FERTI
2
1.09
1.09
0.6
PEARA
2.16
2.25
1.45
0.95
FRUIT
1.88
1.46
1.38
0.93
APPLE
-0.15
APLJU
0
TOOLS
0.29
FERTI
-0.19
PEARA
0.16
FRUIT
0.01
FERTI
40%
TOOLS
60%
FRUIT
80%
APLJU
20%
EQUIPMENT_CO
0.04
FRUIT_CO
0.01