danielrosehill commited on
Commit
340607a
·
1 Parent(s): ca95fc8
Files changed (1) hide show
  1. README.md +94 -1
README.md CHANGED
@@ -4,4 +4,97 @@ language:
4
  pretty_name: IFVI Value Factors - Derivative Dataset For Analysis
5
  size_categories:
6
  - 1K<n<10K
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pretty_name: IFVI Value Factors - Derivative Dataset For Analysis
5
  size_categories:
6
  - 1K<n<10K
7
+ ---
8
+
9
+ # What if companies' environmental impacts could be quantified in monetary terms!?
10
+
11
+ This repository contains a derivative set of data derived from the Global Value Factors Database (GVFD) as published by the International Foundation for Valuing Impacts (IFVI) and released during UN Climate Week NYC 2023 [press release](https://ifvi.org/news/recap-of-valuing-impacts-to-make-better-decisions-a-climate-week-nyc-2024-event/).
12
+
13
+ This derivative data set is simply a reformulation of the first version of the database as released by IFVI.
14
+
15
+ The original data source is in XLSM format reflecting its intended primary use by those preparing financial accounts.
16
+
17
+ The purpose of this data release is to reformat it as JSON, GeoJSON and CSV to support data analytics and visualizations processes.
18
+
19
+ This derivative data set is made available for the use of non-profit users including sustainability researchers, academics and anybody interested in thinking widely about how our system for valuing corporate impacts could be better aligned with the needs of our planet.
20
+
21
+ The data as released by IFVI contains a series of almost 100,000 value factors covering 430 different environmental impacts across 268 geographies around the world.
22
+
23
+ Value factors are proposed monetary coefficients based upon the IFVI's consultation process and scientific advice. Details of their formulation are contained in the documentation that they released and which constitute important supplementary material to the data points.
24
+
25
+ ## Using This Data
26
+
27
+ The IFVI data should be interpreted alongside its official methodology papers and documentation, available on the [IFVI website](https://www.ifvi.org). Static versions of these documents are included in this repository *solely for data provenance* and should **not** be considered official or authoritative.
28
+
29
+ This derivative dataset recognizes the growing movement to prioritize and define value creation based on a company's impact.
30
+
31
+ The GVFD was released by the IFVI with the following note:
32
+
33
+ *"To drive adoption of impact accounting and meet market needs as soon as possible, IFVI is making available four interim environmental methodologies, prior to completing an official methodology oversight process, including the VTPC Review and Due Process."*
34
+
35
+ ## Docs for derivative database (this one)
36
+
37
+ **Documentation and notes on using this *derivative* dataset, along with my personal interpretations of the GVFD, can be found at: [https://gvfd-analysis.bydanielrosehill.com/](https://gvfd-analysis.bydanielrosehill.com/)**. Please note that these are my own interpretations and are not official IFVI materials or endorsed by them.
38
+
39
+ [![Visit Website](https://img.shields.io/badge/Visit%20Website-blue)](https://gvfd-analysis.bydanielrosehill.com/)
40
+
41
+ ---
42
+
43
+ ## What are value factors?
44
+
45
+ "Value factors" convert quantity metrics (e.g., tons of CO2 emitted) into monetary terms. The GVFD uses US dollars for standardization but is intended for global use regardless of the reporting entity's local currency.
46
+
47
+ ---
48
+
49
+ ## What's in this Repository?
50
+
51
+ This derivative dataset is based on Version 1 (October 2024) of the GVFD and currently includes only environmental value factors. The topics, developed by the IFVI in partnership with the Value Balancing Alliance (VBA), are:
52
+
53
+ * **Air Pollution:** Impacts of up to six air pollutants on human health, agricultural productivity, and other areas.
54
+ * **Land Use and Conversion:** Impacts of land occupation or conversion, including loss of ecosystem services across different locations and land use types.
55
+ * **Waste:** Impacts of waste generation and disposal methods (e.g., incineration, landfill), including impacts on leachate, disamenity, climate change, and air pollution.
56
+ * **Water Pollution:** Impacts of 104 potential water pollutants on human health and eutrophication.
57
+
58
+
59
+ ## Licensing
60
+
61
+ This derivative dataset is subject to the same terms of use as the original database, available in `license.md` at the repository root.
62
+
63
+ ## Versioning
64
+
65
+ This repository reflects GVFD Version 1 (October 15th, 2024). It is not guaranteed to be the most recent version. Consult the IFVI website for the latest data and updates. While this repository aims to mirror the original GVFD, using this data for official purposes requires referencing the complete IFVI documentation, which is not included here.
66
+
67
+ ## Data Formatting
68
+
69
+ The source data has been restructured for various analytical perspectives:
70
+
71
+ * **By Methodology:** JSON arrays organized by methodology parameters.
72
+ * **By Methodology, By Country:** Mirrors the source database structure (except Land Use and Conversion, which are split into two files).
73
+ * **By Territory:** Organizes data geographically by continent, territory, and US state (US states appear in one methodology). JSON files aggregate data from various methodology tabs.
74
+
75
+ Additional resources:
76
+
77
+ * CSV format data.
78
+ * `metadata/` folder containing non-data items (e.g., notes from the original database tabs).
79
+
80
+ ---
81
+
82
+ ## Data Modifications
83
+
84
+ No material data changes were made. Modifications are limited to formatting and restructuring for analysis. Two non-material changes (documented in the changelog) are:
85
+
86
+ * Removal of US dollar signs for easier database integration.
87
+ * Standardization of 12 country names to more common versions (e.g., "Bahamas, The" to "Bahamas") and mapping all territories to their ISO-3166 Alpha-2 codes for clarity.
88
+
89
+ ---
90
+
91
+ ## Author (Source Database / GVFD)
92
+
93
+ The International Foundation for Valuing Impacts (IFVI)
94
+
95
+ ---
96
+
97
+ ## Author (Repository / Derivative Dataset)
98
+
99
+ Daniel Rosehill
100
+ (public at danielrosehill dot com)