The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'input', 'output'}) and 7 missing columns ({'structured_data', 'ud_type', 'source', 'augmentation_status', 'current_hash', 'cell_annotations', 'unstructured_data'}).

This happened while the json dataset builder was generating data using

hf://datasets/ds4sd/SemTabNet/se_indirect_1d/train.jsonl (at revision cb298ccfe43b8d04f8cc16b34bc0955c0c59f44a)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              input: string
              output: string
              to
              {'structured_data': [{'property': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'property_value': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'unit': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'subject': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'subject_value': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'predicate_hash': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}], 'source': {'data_hash': Value(dtype='string', id=None), 'document': {'languages': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'advanced': {'symbol': Value(dtype='string', id=None), 'ticker': Value(dtype='string', id=None), 'website': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'year': Value(dtype='int64', id=None), 'exchange': Value(dtype='string', id=None), 'industry': Value(dtype='string', id=None), 'location': Value(dtype='string', id=None), 'employees': Value(dtype='string', id=None), 'sector': Value(dtype='string', id=None)}, 'subjects': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'publication_date': Value(dtype='string', id=None), 'affiliations': [{'name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None)}], 'collection': {'name': Value(dtype='string', id=None), 'alias': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'type': Value(dtype='string', id=None), 'version': Value(dtype='string', id=None)}, 'abstract': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'url_refs': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'title': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'logs': [{'date': Value(dtype='string', id=None), 'agent': Value(dtype='string', id=None), 'comment': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'task': Value(dtype='string', id=None)}], 'document_hash': Value(dtype='string', id=None), 'index_tables': Value(dtype='int64', id=None)}, 'collection': Value(dtype='string', id=None), 'sub_collection': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'entities': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'ratio_numbers': Value(dtype='float64', id=None)}, 'cell_annotations': Sequence(feature=Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), length=-1, id=None), 'unstructured_data': Sequence(feature=Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), length=-1, id=None), 'ud_type': Value(dtype='string', id=None), 'augmentation_status': Value(dtype='string', id=None), 'current_hash': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1572, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1136, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'input', 'output'}) and 7 missing columns ({'structured_data', 'ud_type', 'source', 'augmentation_status', 'current_hash', 'cell_annotations', 'unstructured_data'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/ds4sd/SemTabNet/se_indirect_1d/train.jsonl (at revision cb298ccfe43b8d04f8cc16b34bc0955c0c59f44a)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Open a discussion for direct support.

structured_data
list
source
dict
cell_annotations
sequence
unstructured_data
sequence
ud_type
string
augmentation_status
string
current_hash
string
[ { "property": [ "Social: Our People & Our Communities : Corporate Charitable Contributions (excluding employee matching) ", "time" ], "property_value": [ "$2,616,880 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "973cd38ed3b12954acfcc32d5b498eb8", "973cd38ed3b12954acfcc32d5b498eb8" ] }, { "property": [ "Social: Our People & Our Communities : Corporate Charitable Contributions (excluding employee matching) ", "time" ], "property_value": [ "$3,187,997 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f5b9486f76e3757c7bcf1460501b0727", "f5b9486f76e3757c7bcf1460501b0727" ] }, { "property": [ "Social: Our People & Our Communities : Percentage of Employees Participating in Employee Network Groups ", "time" ], "property_value": [ "25.0% ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "00c104a10278d2a3ae70f54bcb11f995", "00c104a10278d2a3ae70f54bcb11f995" ] }, { "property": [ "Social: Our People & Our Communities : Percentage of Employees Participating in Employee Network Groups ", "time" ], "property_value": [ "27.6% ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e838e4c7fa261e4d3c0bf87644d12e58", "e838e4c7fa261e4d3c0bf87644d12e58" ] }, { "property": [ "Social: Our People & Our Communities : Average Hours of Development per Employee ", "time" ], "property_value": [ "12 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b896d2c8418de39aa827c7b0265cb852", "b896d2c8418de39aa827c7b0265cb852" ] }, { "property": [ "Social: Our People & Our Communities : Average Hours of Development per Employee ", "time" ], "property_value": [ "16 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "6a4e1f98a986d62df3cce344b14d7298", "6a4e1f98a986d62df3cce344b14d7298" ] }, { "property": [ "Social: Our People & Our Communities : Employee Volunteerism - Hours ", "time" ], "property_value": [ "3,363 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7b30de0f69fa2e62b943fd01e2d175e6", "7b30de0f69fa2e62b943fd01e2d175e6" ] }, { "property": [ "Social: Our People & Our Communities : Employee Volunteerism - Hours ", "time" ], "property_value": [ "8,034 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c957247fade600e43e870ba15a40bb38", "c957247fade600e43e870ba15a40bb38" ] }, { "property": [ "Social: Our People & Our Communities : Number and rate of fatalities as a result of work-related injury ", "time" ], "property_value": [ "0 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "79f3a9b36d533273fc736dfb5c866710", "79f3a9b36d533273fc736dfb5c866710" ] }, { "property": [ "Social: Our People & Our Communities : Number and rate of fatalities as a result of work-related injury ", "time" ], "property_value": [ "0 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f3b2384af927db05434dc80358dfb20e", "f3b2384af927db05434dc80358dfb20e" ] }, { "property": [ "Social: Our People & Our Communities : High-consequent work-related injuries (excluding fatalities) ", "time" ], "property_value": [ "0 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "59a120044c70c2d30b39326eec4f4419", "59a120044c70c2d30b39326eec4f4419" ] }, { "property": [ "Social: Our People & Our Communities : High-consequent work-related injuries (excluding fatalities) ", "time" ], "property_value": [ "0 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "eb3d52aec0a6b4c8e5dfb838be1ef6f2", "eb3d52aec0a6b4c8e5dfb838be1ef6f2" ] }, { "property": [ "Social: Our People & Our Communities : Charitable Causes Supported ", "time" ], "property_value": [ "2,596 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b9662c5d19c144338fe94fc2681e09df", "b9662c5d19c144338fe94fc2681e09df" ] }, { "property": [ "Social: Our People & Our Communities : Charitable Causes Supported ", "time" ], "property_value": [ "2,872 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5caf53489183c458be515cdacbf3658d", "5caf53489183c458be515cdacbf3658d" ] }, { "property": [ "Social: Our People & Our Communities : Charitable Matching (of employee donations and MySMILE “Rewards”) ", "time" ], "property_value": [ "$1,856,702 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "2a933f086be5494bc20eec8a4749e7b3", "2a933f086be5494bc20eec8a4749e7b3" ] }, { "property": [ "Social: Our People & Our Communities : Charitable Matching (of employee donations and MySMILE “Rewards”) ", "time" ], "property_value": [ "$1,091,221 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "17af8c723554fb1f271e3dc65bc670d5", "17af8c723554fb1f271e3dc65bc670d5" ] }, { "property": [ "Social: Our People & Our Communities : Overall Employee Participation (Matching & Volunteerism) ", "time" ], "property_value": [ "34.5% ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "2e08e1d5aba3af667ef67b9c9910c5b9", "2e08e1d5aba3af667ef67b9c9910c5b9" ] }, { "property": [ "Social: Our People & Our Communities : Overall Employee Participation (Matching & Volunteerism) ", "time" ], "property_value": [ "30.6% ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "6fd54880e0b28bf1c5a517d9782bb3ce", "6fd54880e0b28bf1c5a517d9782bb3ce" ] }, { "property": [ "Social: Our People & Our Communities : Cybersecurity Academy - Partners Enrolled ", "time" ], "property_value": [ "1,500 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "cc742d45b6bae4ae2eefb81d7deca0dd", "cc742d45b6bae4ae2eefb81d7deca0dd" ] }, { "property": [ "Social: Our People & Our Communities : Cybersecurity Academy - Partners Enrolled ", "time" ], "property_value": [ "2,200 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f72a4b7d490dec96b60f2806ba5cef59", "f72a4b7d490dec96b60f2806ba5cef59" ] }, { "property": [ "Social: Our People & Our Communities : Recordable work-related injuries (i.e. repetitive strain/stress injury (5), slip/fall/contusion (1), etc.) ", "time" ], "property_value": [ "7 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d2a8d9789cc79b5cba54971e4d3b41dd", "d2a8d9789cc79b5cba54971e4d3b41dd" ] }, { "property": [ "Social: Our People & Our Communities : Recordable work-related injuries (i.e. repetitive strain/stress injury (5), slip/fall/contusion (1), etc.) ", "time" ], "property_value": [ "4 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "89ae21c37fe424a4bf5b7984ccc6c696", "89ae21c37fe424a4bf5b7984ccc6c696" ] }, { "property": [ "Social: Our People & Our Communities : Employee Donations ", "time" ], "property_value": [ "$1,021,599 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1f5663671323e68bc3ecdbf778e78e1b", "1f5663671323e68bc3ecdbf778e78e1b" ] }, { "property": [ "Social: Our People & Our Communities : Employee Donations ", "time" ], "property_value": [ "$1,115,897 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "70f2d23d7751f5a2193dca7974e1ab06", "70f2d23d7751f5a2193dca7974e1ab06" ] }, { "property": [ "Social: Our People & Our Communities : Cybersecurity Academy - Countries Reached ", "time" ], "property_value": [ "75 ", "FY21 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "fb04c23de8e2bd19dadd20a4a5c8dab5", "fb04c23de8e2bd19dadd20a4a5c8dab5" ] }, { "property": [ "Social: Our People & Our Communities : Cybersecurity Academy - Countries Reached ", "time" ], "property_value": [ "86 ", "FY22 Data " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5d302918b415b55f07d36f3a5b6edcf3", "5d302918b415b55f07d36f3a5b6edcf3" ] } ]
{ "data_hash": "4c71232d4655229f0dcdf987b15c61b7", "document": { "languages": [ "en" ], "advanced": { "symbol": "NYSE: PANW", "ticker": "PANW", "website": [ "https://www.paloaltonetworks.com/" ], "year": 2022, "exchange": "NYSE", "industry": "Networking & Communication Devices", "location": "Santa Clara, California", "employees": "1001-5000 Employees", "sector": "Technology" }, "subjects": [ "Technology" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Palo Alto Networks Inc", "id": "palo-alto", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Palo Alto Networks, Inc. provides enterprise security platform to enterprises, service providers, and government entities worldwide. Its platform includes Next-Generation Firewall that delivers application, user, and content visibility and control, as well as protection against network-based cyber threats; and Threat Intelligence Cloud that offers central intelligence capabilities, as wellas automated delivery of preventative measures against cyber attacks." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NYSE_PANW_2022.pdf" ], "title": "2022 Environmental, Social and Governance Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T07:02:01.636047+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:26:37.184+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "1edb91af84c6c4c8fce5d2c69f201b2304d01a7a99b6f12b374b48f5af9d0091", "index_tables": 5 }, "collection": "esg", "sub_collection": [ "social" ], "entities": [ "training hours per employee", "number of other fatalities" ], "ratio_numbers": 1.1428571428571428 }
[ [ "header_1", "time_value", "time_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ], [ "property", "property_value", "property_value" ] ]
[ [ "Social: Our People & Our Communities ", "FY21 Data ", "FY22 Data " ], [ "Corporate Charitable Contributions (excluding employee matching) ", "$2,616,880 ", "$3,187,997 " ], [ "Percentage of Employees Participating in Employee Network Groups ", "25.0% ", "27.6% " ], [ "Average Hours of Development per Employee ", "12 ", "16 " ], [ "Employee Volunteerism - Hours ", "3,363 ", "8,034 " ], [ "Number and rate of fatalities as a result of work-related injury ", "0 ", "0 " ], [ "High-consequent work-related injuries (excluding fatalities) ", "0 ", "0 " ], [ "Charitable Causes Supported ", "2,596 ", "2,872 " ], [ "Charitable Matching (of employee donations and MySMILE “Rewards”) ", "$1,856,702 ", "$1,091,221 " ], [ "Overall Employee Participation (Matching & Volunteerism) ", "34.5% ", "30.6% " ], [ "Cybersecurity Academy - Partners Enrolled ", "1,500 ", "2,200 " ], [ "Recordable work-related injuries (i.e. repetitive strain/stress injury (5), slip/fall/contusion (1), etc.) ", "7 ", "4 " ], [ "Employee Donations ", "$1,021,599 ", "$1,115,897 " ], [ "Cybersecurity Academy - Countries Reached ", "75 ", "86 " ] ]
table
augmented
fa5d002e9f5147a76ff522c22c6095ae
[ { "property": [ "Number of WeSustain teams (global) " ], "property_value": [ "Not reported " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "af4726127c37d038e8ef828731095cf7" ] }, { "property": [ "Number of WeSustain teams (global) " ], "property_value": [ "78 " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "216cff44af93417c95f8825cced10e78" ] }, { "property": [ "Number of WeSustain teams (global) " ], "property_value": [ "Not reported " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "af4726127c37d038e8ef828731095cf7" ] }, { "property": [ "Number of actions taken in 2021 via the HealthyPlanet platform " ], "property_value": [ "Not reported " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "8e690f27cd765a27778b0c21ffbb927b" ] }, { "property": [ "Number of actions taken in 2021 via the HealthyPlanet platform " ], "property_value": [ "24,609 " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "de96aac64fa04fd313c0f14107b7fc00" ] }, { "property": [ "Number of actions taken in 2021 via the HealthyPlanet platform " ], "property_value": [ "Not reported " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "8e690f27cd765a27778b0c21ffbb927b" ] }, { "property": [ "Number of countries with WeSustain teams " ], "property_value": [ "Not reported " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "019275ac459d979e086879994a189fc3" ] }, { "property": [ "Number of countries with WeSustain teams " ], "property_value": [ "32 " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "9eef7b609f48f0412c69798045c1f1c5" ] }, { "property": [ "Number of countries with WeSustain teams " ], "property_value": [ "Not reported " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "019275ac459d979e086879994a189fc3" ] }, { "property": [ "Number of non-U.S. ERG chapters " ], "property_value": [ "183 " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "afcb87c3f0d9230f6f7be324f579e915" ] }, { "property": [ "Number of non-U.S. ERG chapters " ], "property_value": [ "208 " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "b0a59c1adb21ac4b706f5a0dbcc3f29b" ] }, { "property": [ "Number of non-U.S. ERG chapters " ], "property_value": [ "176 " ], "unit": [ "" ], "subject": [ "" ], "subject_value": [ "" ], "predicate_hash": [ "9b9aa644c0ee8baf0054116766d58868" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Number of fatalities ", "time" ], "property_value": [ "0 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d70c39db576c441a252ac706fc58d989", "d70c39db576c441a252ac706fc58d989" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Number of fatalities ", "time" ], "property_value": [ "0 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "790f75002bab1cb9f132b935c5590c96", "790f75002bab1cb9f132b935c5590c96" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Number of fatalities ", "time" ], "property_value": [ "0 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a012043f14a830146e1e0f243bad24ac", "a012043f14a830146e1e0f243bad24ac" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Total Recordable Injury Rate ", "time" ], "property_value": [ "0.24 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d45551db5f6760541e5f277c8d5263a4", "d45551db5f6760541e5f277c8d5263a4" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Total Recordable Injury Rate ", "time" ], "property_value": [ "0.30 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0b82a6073439b80534dbd3910a54a79b", "0b82a6073439b80534dbd3910a54a79b" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Total Recordable Injury Rate ", "time" ], "property_value": [ "0.31 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d7d675c4d3c7880a093bae6a496ddbd4", "d7d675c4d3c7880a093bae6a496ddbd4" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Serious Injury and Illness Case rate ", "time" ], "property_value": [ "0.02 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "84ed1a89be67c84d65e22f77cab16082", "84ed1a89be67c84d65e22f77cab16082" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Serious Injury and Illness Case rate ", "time" ], "property_value": [ "0.02 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "31751d6228030b037063a76ee6f3b176", "31751d6228030b037063a76ee6f3b176" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Serious Injury and Illness Case rate ", "time" ], "property_value": [ "0.04 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f98eeb44a135cc00323cb9e1703c0dc2", "f98eeb44a135cc00323cb9e1703c0dc2" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Lost Workday Case rate 8 ", "time" ], "property_value": [ "0.05 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5d3ecbafe3604683763dbb8bb849caab", "5d3ecbafe3604683763dbb8bb849caab" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Lost Workday Case rate 8 ", "time" ], "property_value": [ "0.06 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b123d3cdb5522e7f43abc938cf527bf3", "b123d3cdb5522e7f43abc938cf527bf3" ] }, { "property": [ "Employee Safety : Employee Safety, 7 Global : Lost Workday Case rate 8 ", "time" ], "property_value": [ "0.07 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d428bf00d7950586c6273b8b636cb783", "d428bf00d7950586c6273b8b636cb783" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Latin America ", "time" ], "property_value": [ "0.08 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "329bb98a146de66f1b0587bf53654375", "329bb98a146de66f1b0587bf53654375" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Latin America ", "time" ], "property_value": [ "0.07 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f50190b9d0c293a55d56de0369222bfa", "f50190b9d0c293a55d56de0369222bfa" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Latin America ", "time" ], "property_value": [ "0.06 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4a05c7bbc564318bb291d8c4a6eda0d9", "4a05c7bbc564318bb291d8c4a6eda0d9" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Asia Pacific ", "time" ], "property_value": [ "0.02 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "6d48e682cfd87609024627ebac898f62", "6d48e682cfd87609024627ebac898f62" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Asia Pacific ", "time" ], "property_value": [ "0.06 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "928442a205ce4483aa8829911f71af49", "928442a205ce4483aa8829911f71af49" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Asia Pacific ", "time" ], "property_value": [ "0.06 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "39a51076b5f36b9daee0f287523407a1", "39a51076b5f36b9daee0f287523407a1" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.04 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "da81ed2734468a75b0f8a73e673d6be7", "da81ed2734468a75b0f8a73e673d6be7" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.06 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "03c3ef735b8a444f25e17bd9dd105906", "03c3ef735b8a444f25e17bd9dd105906" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.05 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d877ff79306134d7b6cea11c3e7e4a40", "d877ff79306134d7b6cea11c3e7e4a40" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : North America ", "time" ], "property_value": [ "0.07 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d44df5f4da962e4899aab24e102d291b", "d44df5f4da962e4899aab24e102d291b" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : North America ", "time" ], "property_value": [ "0.07 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "acae512882f80127cff1a7d1c62d11f7", "acae512882f80127cff1a7d1c62d11f7" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Lost Workday Case rate 8 : North America ", "time" ], "property_value": [ "0.08 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8eaa7d2dca0531891aa121a8ca3edb4f", "8eaa7d2dca0531891aa121a8ca3edb4f" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : North America ", "time" ], "property_value": [ "0.35 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "20970a724a1fbfc39dc5ae58caee6fd9", "20970a724a1fbfc39dc5ae58caee6fd9" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : North America ", "time" ], "property_value": [ "0.37 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c513ec3a4dbb38def2823ffb93b1902c", "c513ec3a4dbb38def2823ffb93b1902c" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : North America ", "time" ], "property_value": [ "0.42 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9336ad610875c2220654add35762891d", "9336ad610875c2220654add35762891d" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Latin America ", "time" ], "property_value": [ "0.18 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9edb66e9e8dfbb727fdc58f25f75ced6", "9edb66e9e8dfbb727fdc58f25f75ced6" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Latin America ", "time" ], "property_value": [ "0.26 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "00f9bdee3131ac15cdb4ad91d48f4ffe", "00f9bdee3131ac15cdb4ad91d48f4ffe" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Latin America ", "time" ], "property_value": [ "0.25 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "57096a097b9d5d77ff3156a83777fef9", "57096a097b9d5d77ff3156a83777fef9" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.21 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "32a4663fceb7f91b50a86f6ebcf5774f", "32a4663fceb7f91b50a86f6ebcf5774f" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.29 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0998737d1998451e8b428ed25dd478ea", "0998737d1998451e8b428ed25dd478ea" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.27 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b6f9a8268960c6e6612412b01f2e6e0b", "b6f9a8268960c6e6612412b01f2e6e0b" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Asia Pacific ", "time" ], "property_value": [ "0.08 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1cc65661dc660149eb14c603a2964730", "1cc65661dc660149eb14c603a2964730" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Asia Pacific ", "time" ], "property_value": [ "0.14 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5170f4b07f8424aaf4595b69f05a152f", "5170f4b07f8424aaf4595b69f05a152f" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Total Recordable Injury Rate : Asia Pacific ", "time" ], "property_value": [ "0.12 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c28452a1aebd5801cb636a483d7f2349", "c28452a1aebd5801cb636a483d7f2349" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Latin America ", "time" ], "property_value": [ "0.01 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7c31af857ee7f32545d73928d4b563cc", "7c31af857ee7f32545d73928d4b563cc" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Latin America ", "time" ], "property_value": [ "0.02 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ffd52f146e03589e27ad765ea15b5050", "ffd52f146e03589e27ad765ea15b5050" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Latin America ", "time" ], "property_value": [ "0.02 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "2d34c25b3203116679317a3e3c0f712f", "2d34c25b3203116679317a3e3c0f712f" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Asia Pacific ", "time" ], "property_value": [ "0.02 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8f0f2ac174f9c7de64983e00c806cca3", "8f0f2ac174f9c7de64983e00c806cca3" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Asia Pacific ", "time" ], "property_value": [ "0.01 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "91fa6842f9d08ddbfef598918739edeb", "91fa6842f9d08ddbfef598918739edeb" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Asia Pacific ", "time" ], "property_value": [ "0.04 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "78c2e4104570b99bd2e25b47ddfd16e7", "78c2e4104570b99bd2e25b47ddfd16e7" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : North America ", "time" ], "property_value": [ "0.04 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "83ba169f732c7cee68e74accc2bc9d6f", "83ba169f732c7cee68e74accc2bc9d6f" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : North America ", "time" ], "property_value": [ "0.04 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "fd28e626161fd0c6919a63c8a901bc4b", "fd28e626161fd0c6919a63c8a901bc4b" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : North America ", "time" ], "property_value": [ "0.06 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "023b01bf6f5954e6d4104086eebcb4d2", "023b01bf6f5954e6d4104086eebcb4d2" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.01 + ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "af0451ee2588ea6b41e139de925f49df", "af0451ee2588ea6b41e139de925f49df" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.02 ‡ ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3c506ce3516cc157caf40a1405718fee", "3c506ce3516cc157caf40a1405718fee" ] }, { "property": [ "Employee Safety : Employee Safety 7 by Region : Serious Injury and Illness Case rate : Europe, Middle East & Africa ", "time" ], "property_value": [ "0.03 + ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9208fe7e846da2e1a4737fd7d7d34562", "9208fe7e846da2e1a4737fd7d7d34562" ] } ]
{ "data_hash": "2ac81a9fc3c7eb58d66661475fe4a425", "document": { "languages": [ "en" ], "advanced": { "symbol": "NYSE: JNJ", "ticker": "JNJ", "website": [ "http://www.jnj.com/" ], "year": 2021, "exchange": "NYSE", "industry": "Drug Manufacturers - Major", "location": "New Brunswick, New Jersey", "employees": "10,000+ Employees", "sector": "Healthcare" }, "subjects": [ "Healthcare" ], "publication_date": "2021-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Johnson & Johnson", "id": "johnson-johnson", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Johnson & Johnson engages in the research and development, manufacture, and sale of various products in the health care field worldwide. The company operates in three segments: Consumer, Pharmaceutical, and Medical Devices and Diagnostics." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NYSE_JNJ_2021.pdf" ], "title": "2021 Health for Humanity Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T16:28:53.993418+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:27:49.976+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "05b3f5f023c0c8d3a3c8a8d04b55056b2c7d8465a50c88691123dc660f1d1d4e", "index_tables": 28 }, "collection": "esg", "sub_collection": [ "social" ], "entities": [ "number of other fatalities" ], "ratio_numbers": 0.6730769230769231 }
[ [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_1", "time_value", "time_value", "time_value" ], [ "header_2", "header_2", "header_2", "header_2" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_2", "header_2", "header_2", "header_2" ], [ "header_3", "header_3", "header_3", "header_3" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_3", "header_3", "header_3", "header_3" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_3", "header_3", "header_3", "header_3" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ] ]
[ [ "Number of WeSustain teams (global) ", "Not reported ", "78 ", "Not reported " ], [ "Number of actions taken in 2021 via the HealthyPlanet platform ", "Not reported ", "24,609 ", "Not reported " ], [ "Number of countries with WeSustain teams ", "Not reported ", "32 ", "Not reported " ], [ "Number of non-U.S. ERG chapters ", "183 ", "208 ", "176 " ], [ "Employee Safety ", "2020 ", "2021 ", "2019 " ], [ "Employee Safety, 7 Global ", "Employee Safety, 7 Global ", "Employee Safety, 7 Global ", "Employee Safety, 7 Global " ], [ " Number of fatalities ", "0 + ", "0 ‡ ", "0 + " ], [ " Total Recordable Injury Rate ", "0.24 + ", "0.30 ‡ ", "0.31 + " ], [ " Serious Injury and Illness Case rate ", "0.02 + ", "0.02 ‡ ", "0.04 + " ], [ " Lost Workday Case rate 8 ", "0.05 + ", "0.06 ‡ ", "0.07 + " ], [ "Employee Safety 7 by Region ", "Employee Safety 7 by Region ", "Employee Safety 7 by Region ", "Employee Safety 7 by Region " ], [ "Lost Workday Case rate 8 ", "Lost Workday Case rate 8 ", "Lost Workday Case rate 8 ", "Lost Workday Case rate 8 " ], [ " Latin America ", "0.08 + ", "0.07 ‡ ", "0.06 + " ], [ " Asia Pacific ", "0.02 + ", "0.06 ‡ ", "0.06 + " ], [ " Europe, Middle East & Africa ", "0.04 + ", "0.06 ‡ ", "0.05 + " ], [ " North America ", "0.07 + ", "0.07 ‡ ", "0.08 + " ], [ "Total Recordable Injury Rate ", "Total Recordable Injury Rate ", "Total Recordable Injury Rate ", "Total Recordable Injury Rate " ], [ " North America ", "0.35 + ", "0.37 ‡ ", "0.42 + " ], [ " Latin America ", "0.18 + ", "0.26 ‡ ", "0.25 + " ], [ " Europe, Middle East & Africa ", "0.21 + ", "0.29 ‡ ", "0.27 + " ], [ " Asia Pacific ", "0.08 + ", "0.14 ‡ ", "0.12 + " ], [ "Serious Injury and Illness Case rate ", "Serious Injury and Illness Case rate ", "Serious Injury and Illness Case rate ", "Serious Injury and Illness Case rate " ], [ " Latin America ", "0.01 + ", "0.02 ‡ ", "0.02 + " ], [ " Asia Pacific ", "0.02 + ", "0.01 ‡ ", "0.04 + " ], [ " North America ", "0.04 + ", "0.04 ‡ ", "0.06 + " ], [ " Europe, Middle East & Africa ", "0.01 + ", "0.02 ‡ ", "0.03 + " ] ]
table
augmented
24acc81f66f6e0503545ca51ba4d676a
[ { "property": [ "GHG EMISSIONS SOURCE : Scope 2 Emissions (Market-Based) ", "time" ], "property_value": [ "1,544 ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e0b38e6e88aec22a83767e20c211443d", "e0b38e6e88aec22a83767e20c211443d" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 2 Emissions (Market-Based) ", "time" ], "property_value": [ "2,236 ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9d60a3e0d485df52ef26b9cf40f07cb4", "9d60a3e0d485df52ef26b9cf40f07cb4" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 2 Emissions (Market-Based) ", "time" ], "property_value": [ "1,815 ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b24075646e949f8b7e0e09216de84bc6", "b24075646e949f8b7e0e09216de84bc6" ] }, { "property": [ "GHG EMISSIONS SOURCE : Total Scope 1 & Scope 2 Emissions (Market-Based) ", "time" ], "property_value": [ "1,602 ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5f11e037eb9b9c55c5f0654573e4890f", "5f11e037eb9b9c55c5f0654573e4890f" ] }, { "property": [ "GHG EMISSIONS SOURCE : Total Scope 1 & Scope 2 Emissions (Market-Based) ", "time" ], "property_value": [ "2,318 ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b319bc6d366153bea62362f9debee37c", "b319bc6d366153bea62362f9debee37c" ] }, { "property": [ "GHG EMISSIONS SOURCE : Total Scope 1 & Scope 2 Emissions (Market-Based) ", "time" ], "property_value": [ "1,879 ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9e5d0eae2354d3a0ef12a31dc2334321", "9e5d0eae2354d3a0ef12a31dc2334321" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 1 Emissions - Natural Gas ", "time" ], "property_value": [ "58 ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "48322572a06ab7a8519561a674f4a426", "48322572a06ab7a8519561a674f4a426" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 1 Emissions - Natural Gas ", "time" ], "property_value": [ "67 ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "593493adb5c75e396df6562449119df2", "593493adb5c75e396df6562449119df2" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 1 Emissions - Natural Gas ", "time" ], "property_value": [ "64 ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f59315b3d97c66f9dd86115ccd50e10c", "f59315b3d97c66f9dd86115ccd50e10c" ] }, { "property": [ "GHG EMISSIONS SOURCE : % Decrease YoY (Market-Based) ", "time" ], "property_value": [ "14.7% ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "eb840ca6a010b2392c1af47b630ac378", "eb840ca6a010b2392c1af47b630ac378" ] }, { "property": [ "GHG EMISSIONS SOURCE : % Decrease YoY (Market-Based) ", "time" ], "property_value": [ "- ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0d17a98c53180a294c4e5b5a95b5b64f", "0d17a98c53180a294c4e5b5a95b5b64f" ] }, { "property": [ "GHG EMISSIONS SOURCE : % Decrease YoY (Market-Based) ", "time" ], "property_value": [ "18.9% ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "aac882787dce52b40ecac54eae0242f7", "aac882787dce52b40ecac54eae0242f7" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 1 Emissions - Private Jet Travel ", "time" ], "property_value": [ "0 ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f5651d157625e7da6d9dde9407b65073", "f5651d157625e7da6d9dde9407b65073" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 1 Emissions - Private Jet Travel ", "time" ], "property_value": [ "15 ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "dac9363591881ab8b081492be65094e0", "dac9363591881ab8b081492be65094e0" ] }, { "property": [ "GHG EMISSIONS SOURCE : Scope 1 Emissions - Private Jet Travel ", "time" ], "property_value": [ "0 ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d6eda01fda857fa8c2b3700eaeb2fb17", "d6eda01fda857fa8c2b3700eaeb2fb17" ] }, { "property": [ "GHG EMISSIONS SOURCE : % Decrease vs. 2019 (Market-Based) ", "time" ], "property_value": [ "30.9% ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9080418c0923a975280b455ac4400d99", "9080418c0923a975280b455ac4400d99" ] }, { "property": [ "GHG EMISSIONS SOURCE : % Decrease vs. 2019 (Market-Based) ", "time" ], "property_value": [ "- ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e05727d1380a45c73df8c4a92295f1e8", "e05727d1380a45c73df8c4a92295f1e8" ] }, { "property": [ "GHG EMISSIONS SOURCE : % Decrease vs. 2019 (Market-Based) ", "time" ], "property_value": [ "18.9% ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d223ebeae8258fd75e87cd521008ea21", "d223ebeae8258fd75e87cd521008ea21" ] }, { "property": [ "GHG EMISSIONS SOURCE : Total Scope 1 Emissions ", "time" ], "property_value": [ "58 ", "2021 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e8c96f3ce6493dca2a9222ed85a27600", "e8c96f3ce6493dca2a9222ed85a27600" ] }, { "property": [ "GHG EMISSIONS SOURCE : Total Scope 1 Emissions ", "time" ], "property_value": [ "82 ", "2019 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "262c7f1044f6e44c96981a1684f3d01f", "262c7f1044f6e44c96981a1684f3d01f" ] }, { "property": [ "GHG EMISSIONS SOURCE : Total Scope 1 Emissions ", "time" ], "property_value": [ "64 ", "2020 GHG EMISSIONS (MTCO2 e ) " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "320ebcaf0e1c0f5b5d5ed68dca8b9399", "320ebcaf0e1c0f5b5d5ed68dca8b9399" ] } ]
{ "data_hash": "3710aa4499519c61b9dad91bbd5b4838", "document": { "languages": [ "en" ], "advanced": { "symbol": "NASDAQ: KFRC", "ticker": "KFRC", "website": [ "http://www.kforce.com" ], "year": 2022, "exchange": "NASDAQ", "industry": "Staffing & Outsourcing Services", "location": "Tampa, Florida", "employees": "1001-5000 Employees", "sector": "Services" }, "subjects": [ "Services" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Kforce Inc.", "id": "kforce-inc", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Kforce Inc. provides professional and technical specialty staffing services and solutions to the federal government, state and local governments, local and regional companies, and small to mid-sized companies in the United States." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NASDAQ_KFRC_2022.pdf" ], "title": "2022 Sustainability Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T06:22:53.424664+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:26:04.540+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "9ffc7a0f0930fd60e16b97e905b9851b7c4e8be2bbd4cf932cf037373d19afe9", "index_tables": 0 }, "collection": null, "sub_collection": null, "entities": null, "ratio_numbers": null }
[ [ "header_1", "time_value", "time_value", "time_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ] ]
[ [ "GHG EMISSIONS SOURCE ", "2021 GHG EMISSIONS (MTCO2 e ) ", "2019 GHG EMISSIONS (MTCO2 e ) ", "2020 GHG EMISSIONS (MTCO2 e ) " ], [ "Scope 2 Emissions (Market-Based) ", "1,544 ", "2,236 ", "1,815 " ], [ "Total Scope 1 & Scope 2 Emissions (Market-Based) ", "1,602 ", "2,318 ", "1,879 " ], [ "Scope 1 Emissions - Natural Gas ", "58 ", "67 ", "64 " ], [ "% Decrease YoY (Market-Based) ", "14.7% ", "- ", "18.9% " ], [ "Scope 1 Emissions - Private Jet Travel ", "0 ", "15 ", "0 " ], [ "% Decrease vs. 2019 (Market-Based) ", "30.9% ", "- ", "18.9% " ], [ "Total Scope 1 Emissions ", "58 ", "82 ", "64 " ] ]
table
augmented
d1037cb8375977fb182a3d2168209c79
[ { "property": [ "INDICATORS : Number and percentage of workers covered by an occupational health and safety management system ", "time" ], "property_value": [ "100% ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "712f212f20773174c4d6927c883d95ca", "712f212f20773174c4d6927c883d95ca" ] }, { "property": [ "INDICATORS : Number and percentage of workers covered by an occupational health and safety management system ", "time" ], "property_value": [ "100% ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "38069f8cae8d006b5b6d4f41dfba7f73", "38069f8cae8d006b5b6d4f41dfba7f73" ] }, { "property": [ "INDICATORS : Number and percentage of workers covered by an occupational health and safety management system ", "time" ], "property_value": [ "100% ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0223912ed8ac819323a2daa15c682548", "0223912ed8ac819323a2daa15c682548" ] }, { "property": [ "INDICATORS : Number and percentage of workers covered by an occupational health and safety management system ", "time" ], "property_value": [ "100% ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "41ddecbd7ed62980e195854fed8003ea", "41ddecbd7ed62980e195854fed8003ea" ] }, { "property": [ "INDICATORS : Number and percentage of workers covered by an occupational health and safety management system ", "time" ], "property_value": [ "100% ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5459d3fe0ea0b5837345c42ecf27c41c", "5459d3fe0ea0b5837345c42ecf27c41c" ] }, { "property": [ "INDICATORS : Number of hours worked ", "time" ], "property_value": [ " 8,200,754 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3540e958727a676e962c22bbe5b58358", "3540e958727a676e962c22bbe5b58358" ] }, { "property": [ "INDICATORS : Number of hours worked ", "time" ], "property_value": [ " 8,426,067 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5f6e7eb6c8f9fd5ade547ca47615b867", "5f6e7eb6c8f9fd5ade547ca47615b867" ] }, { "property": [ "INDICATORS : Number of hours worked ", "time" ], "property_value": [ "8,405,007 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f58577549a93bd4caacbeb73418dc926", "f58577549a93bd4caacbeb73418dc926" ] }, { "property": [ "INDICATORS : Number of hours worked ", "time" ], "property_value": [ " 9,709,191 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "afdff2fe231935647c5768c71ca6649f", "afdff2fe231935647c5768c71ca6649f" ] }, { "property": [ "INDICATORS : Number of hours worked ", "time" ], "property_value": [ "8,006,071 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "cfabb74af66e9d49a8252a1fc2b254f3", "cfabb74af66e9d49a8252a1fc2b254f3" ] }, { "property": [ "INDICATORS : Number and rate of fatalities as a result of a work-related injury ", "time" ], "property_value": [ "0 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c031ab10fd8452ec0c13c6ab2b4bfd37", "c031ab10fd8452ec0c13c6ab2b4bfd37" ] }, { "property": [ "INDICATORS : Number and rate of fatalities as a result of a work-related injury ", "time" ], "property_value": [ "0 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b9f0d84c8227037d244af13f5bfe04de", "b9f0d84c8227037d244af13f5bfe04de" ] }, { "property": [ "INDICATORS : Number and rate of fatalities as a result of a work-related injury ", "time" ], "property_value": [ "0 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e7a5639590f41766c131d119868023d7", "e7a5639590f41766c131d119868023d7" ] }, { "property": [ "INDICATORS : Number and rate of fatalities as a result of a work-related injury ", "time" ], "property_value": [ "0 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "be9b1b6475ac8eb5310a72326560c13a", "be9b1b6475ac8eb5310a72326560c13a" ] }, { "property": [ "INDICATORS : Number and rate of fatalities as a result of a work-related injury ", "time" ], "property_value": [ "0 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0049a2cbc39a472c258c418cf4e66f09", "0049a2cbc39a472c258c418cf4e66f09" ] }, { "property": [ "INDICATORS : Main types of work-related injury ", "time" ], "property_value": [ "Soft Tissue Muscle/ Tendons ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f660b9b1812caba3a9e31357669012ba", "f660b9b1812caba3a9e31357669012ba" ] }, { "property": [ "INDICATORS : Main types of work-related injury ", "time" ], "property_value": [ "Soft Tissue Muscle/ Tendons ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e477dbb8e073e21bd719fbb83c63e5ff", "e477dbb8e073e21bd719fbb83c63e5ff" ] }, { "property": [ "INDICATORS : Main types of work-related injury ", "time" ], "property_value": [ "Soft tissue Muscle Tendons, Sprains/ strains ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4099b425f486e150ddff336fc0880ab0", "4099b425f486e150ddff336fc0880ab0" ] }, { "property": [ "INDICATORS : Main types of work-related injury ", "time" ], "property_value": [ "Soft Tissue Muscle/ Tendons ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0046645c3a6b615076918787d8ed3460", "0046645c3a6b615076918787d8ed3460" ] }, { "property": [ "INDICATORS : Main types of work-related injury ", "time" ], "property_value": [ "Soft Tissue Muscle/ Tendons ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "11cef618635e122aa9c444847b72cc2a", "11cef618635e122aa9c444847b72cc2a" ] }, { "property": [ "INDICATORS : Number of recordable work-related injuries (LTI, RWI, MTI) ", "time" ], "property_value": [ "70 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e9a1c96d90a64f69e018fd9f3b0e5e83", "e9a1c96d90a64f69e018fd9f3b0e5e83" ] }, { "property": [ "INDICATORS : Number of recordable work-related injuries (LTI, RWI, MTI) ", "time" ], "property_value": [ "84 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1df934f95cb5591f3fea21f9f9ab9eed", "1df934f95cb5591f3fea21f9f9ab9eed" ] }, { "property": [ "INDICATORS : Number of recordable work-related injuries (LTI, RWI, MTI) ", "time" ], "property_value": [ "67 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c9eadbbc7bd10820156474fbe935add2", "c9eadbbc7bd10820156474fbe935add2" ] }, { "property": [ "INDICATORS : Number of recordable work-related injuries (LTI, RWI, MTI) ", "time" ], "property_value": [ "101 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ab46214fc0e82db59dc4ae6f233ee3e9", "ab46214fc0e82db59dc4ae6f233ee3e9" ] }, { "property": [ "INDICATORS : Number of recordable work-related injuries (LTI, RWI, MTI) ", "time" ], "property_value": [ "67 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "2c096b4026848d37780178857bd9d2cc", "2c096b4026848d37780178857bd9d2cc" ] }, { "property": [ "INDICATORS : Total Recordable Injury Frequency Rate (per one million hours worked) ", "time" ], "property_value": [ "8.54 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "da1a592e40723edff1485eb62159f903", "da1a592e40723edff1485eb62159f903" ] }, { "property": [ "INDICATORS : Total Recordable Injury Frequency Rate (per one million hours worked) ", "time" ], "property_value": [ "9.97 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f2079e8dbb4e2969ea083c932f01630d", "f2079e8dbb4e2969ea083c932f01630d" ] }, { "property": [ "INDICATORS : Total Recordable Injury Frequency Rate (per one million hours worked) ", "time" ], "property_value": [ "7.97 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e7828ea49cda1cc1c47810ec9609b881", "e7828ea49cda1cc1c47810ec9609b881" ] }, { "property": [ "INDICATORS : Total Recordable Injury Frequency Rate (per one million hours worked) ", "time" ], "property_value": [ "10.4 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "52c6b9bc4049240a9785790f54b8bd6c", "52c6b9bc4049240a9785790f54b8bd6c" ] }, { "property": [ "INDICATORS : Total Recordable Injury Frequency Rate (per one million hours worked) ", "time" ], "property_value": [ "8.37 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f2d6d89b517b402d7af7ad6a5a2c45d5", "f2d6d89b517b402d7af7ad6a5a2c45d5" ] } ]
{ "data_hash": "10ba73d1770dff1693cec42947520406", "document": { "languages": [ "en" ], "advanced": { "symbol": "ASX: YAL", "ticker": "YAL", "website": [ "https://www.yancoal.com.au/" ], "year": 2022, "exchange": "ASX", "industry": "Thermal Coal", "location": "Sydney, Australia", "employees": "1001-5000 Employees", "sector": "Energy" }, "subjects": [ "Energy" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Yancoal Australia Ltd", "id": "yancoal-australia-ltd", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Yancoal Australia Ltd engages in the exploration, development, production, and marketing of metallurgical and thermal coal in Japan, Singapore, China, South Korea, Taiwan, Thailand, Australia, and internationally. It owns 95% interests in the Moolarben coal mine located in the Western Coalfields of New South Wales; 100% interests in the Stratford Duralie mines located within the New SouthWales Gloucester Basin; 100% interests in the Yarrabee mine located to the northeast of Blackwater in Central Queensland's Bowen Basin; and 80% interests in the Mount Thorley mine and 84.5% interests in the Warkworth mine in the Hunter Valley region of New South Wales. It also manages six other projects in New South Wales, Queensland, and Western Australia. The company was founded in 2004 and is based in Sydney, Australia. Yancoal Australia Ltd is a subsidiary of Yanzhou Coal Mining Company Limited." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/ASX_YAL_2022.pdf" ], "title": "2022 ESG Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T12:33:27.584590+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:31:29.419+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "401b916dbabd69c1590296d7d5a1860d087bd4932c9e58ce3bf150e145e0d782", "index_tables": 13 }, "collection": "esg", "sub_collection": [ "social" ], "entities": [ "number of other fatalities" ], "ratio_numbers": 0.8095238095238095 }
[ [ "header_1", "time_value", "time_value", "time_value", "time_value", "time_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ] ]
[ [ "INDICATORS ", "2020 ", "2019 ", "2022 ", "2018 ", "2021 " ], [ "Number and percentage of workers covered by an occupational health and safety management system ", "100% ", "100% ", "100% ", "100% ", "100% " ], [ "Number of hours worked ", " 8,200,754 ", " 8,426,067 ", "8,405,007 ", " 9,709,191 ", "8,006,071 " ], [ "Number and rate of fatalities as a result of a work-related injury ", "0 ", "0 ", "0 ", "0 ", "0 " ], [ "Main types of work-related injury ", "Soft Tissue Muscle/ Tendons ", "Soft Tissue Muscle/ Tendons ", "Soft tissue Muscle Tendons, Sprains/ strains ", "Soft Tissue Muscle/ Tendons ", "Soft Tissue Muscle/ Tendons " ], [ "Number of recordable work-related injuries (LTI, RWI, MTI) ", "70 ", "84 ", "67 ", "101 ", "67 " ], [ "Total Recordable Injury Frequency Rate (per one million hours worked) ", "8.54 ", "9.97 ", "7.97 ", "10.4 ", "8.37 " ] ]
table
augmented
b59417f6d3c97da6cd60e12acccb1ea3
[ { "property": [ "Metrics : Total number of people reached (cumulative, FY20 to current reporting FY) ", "Notes ", "time" ], "property_value": [ "46,588,226 ", "Our “1 Billion Lives” goal tracks the number of people who are reached through our health and education initiatives. Due to the vast geographical spread of data and limited capacity of partners to verify data at the granularity of each beneficiary, our direct and indirect impact metrics are not a unique representation of lives impacted. Going forward we will be tracking unique representation for our direct impact. Indirect impact will still remain as a metric that will not be tracked uniquely due to the nature of the community outreach, and this is in line with common measurement and evaluation practices across the industry. ", "FY20 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "7f3127db4ba79f72a7e711629bb0cf78", "7f3127db4ba79f72a7e711629bb0cf78", "7f3127db4ba79f72a7e711629bb0cf78" ] }, { "property": [ "Metrics : Total number of people reached (cumulative, FY20 to current reporting FY) ", "Notes ", "time" ], "property_value": [ "93,565,402 ", "Our “1 Billion Lives” goal tracks the number of people who are reached through our health and education initiatives. Due to the vast geographical spread of data and limited capacity of partners to verify data at the granularity of each beneficiary, our direct and indirect impact metrics are not a unique representation of lives impacted. Going forward we will be tracking unique representation for our direct impact. Indirect impact will still remain as a metric that will not be tracked uniquely due to the nature of the community outreach, and this is in line with common measurement and evaluation practices across the industry. ", "FY21 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "40c0aaadecfa7d197ed5388db0fe43b3", "40c0aaadecfa7d197ed5388db0fe43b3", "40c0aaadecfa7d197ed5388db0fe43b3" ] }, { "property": [ "Metrics : Total number of people reached (cumulative, FY20 to current reporting FY) ", "Notes ", "time" ], "property_value": [ "159,742,242 ", "Our “1 Billion Lives” goal tracks the number of people who are reached through our health and education initiatives. Due to the vast geographical spread of data and limited capacity of partners to verify data at the granularity of each beneficiary, our direct and indirect impact metrics are not a unique representation of lives impacted. Going forward we will be tracking unique representation for our direct impact. Indirect impact will still remain as a metric that will not be tracked uniquely due to the nature of the community outreach, and this is in line with common measurement and evaluation practices across the industry. ", "FY22 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "84ceeb73a8b9491370288e5efef40ae0", "84ceeb73a8b9491370288e5efef40ae0", "84ceeb73a8b9491370288e5efef40ae0" ] }, { "property": [ "Metrics : Total volunteer hours (in thousands) ", "time" ], "property_value": [ "914 ", "FY20 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "733ab6849a35cc685567c1dc739d4706", "733ab6849a35cc685567c1dc739d4706" ] }, { "property": [ "Metrics : Total volunteer hours (in thousands) ", "time" ], "property_value": [ "516 ", "FY21 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "032b2978cecb2cd469b84a0e01429903", "032b2978cecb2cd469b84a0e01429903" ] }, { "property": [ "Metrics : Total volunteer hours (in thousands) ", "time" ], "property_value": [ "709 ", "FY22 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7ce3566e9fb2466246c51f7744ca11e8", "7ce3566e9fb2466246c51f7744ca11e8" ] }, { "property": [ "Metrics : Total contributions (in millions of U.S. dollars) ", "Notes ", "time" ], "property_value": [ "$51.6 ", "This metric represents total cash as well as in-kind products and services contributions, valued at fair market value for the respective fiscal year. This value does not include contributions from employees, vendors or customers. ", "FY20 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5c7991c7e026a809eae6ad20e3c09bb2", "5c7991c7e026a809eae6ad20e3c09bb2", "5c7991c7e026a809eae6ad20e3c09bb2" ] }, { "property": [ "Metrics : Total contributions (in millions of U.S. dollars) ", "Notes ", "time" ], "property_value": [ "$49.9 ", "This metric represents total cash as well as in-kind products and services contributions, valued at fair market value for the respective fiscal year. This value does not include contributions from employees, vendors or customers. ", "FY21 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "0f29776806c01a7585c094cb7f329432", "0f29776806c01a7585c094cb7f329432", "0f29776806c01a7585c094cb7f329432" ] }, { "property": [ "Metrics : Total contributions (in millions of U.S. dollars) ", "Notes ", "time" ], "property_value": [ "$60.9 ", "This metric represents total cash as well as in-kind products and services contributions, valued at fair market value for the respective fiscal year. This value does not include contributions from employees, vendors or customers. ", "FY22 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "568a020b64b91b7568f2d83262aaabb0", "568a020b64b91b7568f2d83262aaabb0", "568a020b64b91b7568f2d83262aaabb0" ] }, { "property": [ "Metrics : Percentage of employees volunteering ", "Notes ", "time" ], "property_value": [ "59% ", "We attribute the decrease to the continued negative impact that COVID-19 had on in-person volunteerism and multiple Dell offices remaining closed throughout FY22. ", "FY20 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5313a0011f021848486aada2bed43d21", "5313a0011f021848486aada2bed43d21", "5313a0011f021848486aada2bed43d21" ] }, { "property": [ "Metrics : Percentage of employees volunteering ", "Notes ", "time" ], "property_value": [ "51% ", "We attribute the decrease to the continued negative impact that COVID-19 had on in-person volunteerism and multiple Dell offices remaining closed throughout FY22. ", "FY21 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "78d9f5334bc4dcaa93d66591f143a882", "78d9f5334bc4dcaa93d66591f143a882", "78d9f5334bc4dcaa93d66591f143a882" ] }, { "property": [ "Metrics : Percentage of employees volunteering ", "Notes ", "time" ], "property_value": [ "50% ", "We attribute the decrease to the continued negative impact that COVID-19 had on in-person volunteerism and multiple Dell offices remaining closed throughout FY22. ", "FY22 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "84924beb53705471dbed7e5dc0790d6b", "84924beb53705471dbed7e5dc0790d6b", "84924beb53705471dbed7e5dc0790d6b" ] }, { "property": [ "Metrics : Percentage of people reached who identify as girls, women or underrepresented groups empowered by our social and education programs ", "Notes ", "time" ], "property_value": [ "51.7% ", "Percentage of individuals who voluntarily identify as girls, women or members of underrepresented groups within the total number of individuals reached as reported in the “1 Billion Lives” goal. “Girls” and “women” are individuals who self-identify as female. The term underrepresented includes but is not limited to the following groups: girls or women, racial/ethnic minorities, beneficiaries requiring an accommodation (mental, physical, sensory, cognitive and neurodiverse disability), LGBTQIA+ persons, low socioeconomic groups. ", "FY20 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b479ba222cb8dec41db034e508224816", "b479ba222cb8dec41db034e508224816", "b479ba222cb8dec41db034e508224816" ] }, { "property": [ "Metrics : Percentage of people reached who identify as girls, women or underrepresented groups empowered by our social and education programs ", "Notes ", "time" ], "property_value": [ "56.1% ", "Percentage of individuals who voluntarily identify as girls, women or members of underrepresented groups within the total number of individuals reached as reported in the “1 Billion Lives” goal. “Girls” and “women” are individuals who self-identify as female. The term underrepresented includes but is not limited to the following groups: girls or women, racial/ethnic minorities, beneficiaries requiring an accommodation (mental, physical, sensory, cognitive and neurodiverse disability), LGBTQIA+ persons, low socioeconomic groups. ", "FY21 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5e93b6bec25d738143f0152bda2f017d", "5e93b6bec25d738143f0152bda2f017d", "5e93b6bec25d738143f0152bda2f017d" ] }, { "property": [ "Metrics : Percentage of people reached who identify as girls, women or underrepresented groups empowered by our social and education programs ", "Notes ", "time" ], "property_value": [ "59.3% ", "Percentage of individuals who voluntarily identify as girls, women or members of underrepresented groups within the total number of individuals reached as reported in the “1 Billion Lives” goal. “Girls” and “women” are individuals who self-identify as female. The term underrepresented includes but is not limited to the following groups: girls or women, racial/ethnic minorities, beneficiaries requiring an accommodation (mental, physical, sensory, cognitive and neurodiverse disability), LGBTQIA+ persons, low socioeconomic groups. ", "FY22 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "4b4707d47c04af48c74fdd5b02978813", "4b4707d47c04af48c74fdd5b02978813", "4b4707d47c04af48c74fdd5b02978813" ] }, { "property": [ "Metrics : Total number of nonprofit partners supported in their digital transformation journey (cumulative) ", "Notes ", "time" ], "property_value": [ "11 ", "Currently, this measurement covers the number of nonproft organizations that have participated in a Tech Pro Bono program. We are developing measurements to include nonprofits that are supported through other Dell efforts, including direct business unit giving and those organizations that benefit from organic, skill-based employee volunteering. Dell Technologies has invested in the development of a Digital Assessment Tool that is now available to nonprofits globally. This tool allows nonprofits to measure and determine their current digital transformation priorities and helps them track their progress over time. The Digital Assessment Tool was developed by TechSoup, a third-party provider. ", "FY20 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "274c8062157cb31ed679ec062b3f4a4f", "274c8062157cb31ed679ec062b3f4a4f", "274c8062157cb31ed679ec062b3f4a4f" ] }, { "property": [ "Metrics : Total number of nonprofit partners supported in their digital transformation journey (cumulative) ", "Notes ", "time" ], "property_value": [ "76 ", "Currently, this measurement covers the number of nonproft organizations that have participated in a Tech Pro Bono program. We are developing measurements to include nonprofits that are supported through other Dell efforts, including direct business unit giving and those organizations that benefit from organic, skill-based employee volunteering. Dell Technologies has invested in the development of a Digital Assessment Tool that is now available to nonprofits globally. This tool allows nonprofits to measure and determine their current digital transformation priorities and helps them track their progress over time. The Digital Assessment Tool was developed by TechSoup, a third-party provider. ", "FY21 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "da277b1011a5ce26d7304ffc51f72922", "da277b1011a5ce26d7304ffc51f72922", "da277b1011a5ce26d7304ffc51f72922" ] }, { "property": [ "Metrics : Total number of nonprofit partners supported in their digital transformation journey (cumulative) ", "Notes ", "time" ], "property_value": [ "222 ", "Currently, this measurement covers the number of nonproft organizations that have participated in a Tech Pro Bono program. We are developing measurements to include nonprofits that are supported through other Dell efforts, including direct business unit giving and those organizations that benefit from organic, skill-based employee volunteering. Dell Technologies has invested in the development of a Digital Assessment Tool that is now available to nonprofits globally. This tool allows nonprofits to measure and determine their current digital transformation priorities and helps them track their progress over time. The Digital Assessment Tool was developed by TechSoup, a third-party provider. ", "FY22 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "f5c9a4756268d9680ea636ba584eaa9a", "f5c9a4756268d9680ea636ba584eaa9a", "f5c9a4756268d9680ea636ba584eaa9a" ] } ]
{ "data_hash": "3ee9c70cf28cc51e7925863db8283fff", "document": { "languages": [ "en" ], "advanced": { "symbol": "NYSE: DELL", "ticker": "DELL", "website": [ "https://www.dell.com/en-us" ], "year": 2022, "exchange": "NYSE", "industry": "Information Technology Services", "location": "Round Rock, Texas", "employees": "10,000+ Employees", "sector": "Technology" }, "subjects": [ "Technology" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Dell Technologies Inc.", "id": "dell-technologies-inc", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Dell Technologies is a unique family of businesses that provides the essential infrastructure for organizations to build their digital future, transform IT and protect their most important asset, information. The company services customers of all sizes across 180 countries – ranging from 98 percent of the Fortune 500 to individual consumers – with the industry's most comprehensive and innovativeportfolio from the edge to the core to the cloud." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NYSE_DELL_2022.pdf" ], "title": "2022 Environmental, Social and Governance Report", "type": "ESG report", "logs": [ { "date": "2023-08-16T12:45:05.289782+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:36:38.651+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "357afbc6a87e1b9e8c3da44277f40b59e2adbcadc463f504983959b7356cd11f", "index_tables": 22 }, "collection": "esg", "sub_collection": [ "social" ], "entities": [ "number of other fatalities" ], "ratio_numbers": 1.2285714285714286 }
[ [ "header_1", "time_value", "time_value", "time_value", "key" ], [ "property", "property_value", "property_value", "property_value", "key_value" ], [ "property", "property_value", "property_value", "property_value", "empty" ], [ "property", "property_value", "property_value", "property_value", "key_value" ], [ "property", "property_value", "property_value", "property_value", "key_value" ], [ "property", "property_value", "property_value", "property_value", "key_value" ], [ "property", "property_value", "property_value", "property_value", "key_value" ] ]
[ [ "Metrics ", "FY20 ", "FY21 ", "FY22 ", "Notes " ], [ "Total number of people reached (cumulative, FY20 to current reporting FY) ", "46,588,226 ", "93,565,402 ", "159,742,242 ", "Our “1 Billion Lives” goal tracks the number of people who are reached through our health and education initiatives. Due to the vast geographical spread of data and limited capacity of partners to verify data at the granularity of each beneficiary, our direct and indirect impact metrics are not a unique representation of lives impacted. Going forward we will be tracking unique representation for our direct impact. Indirect impact will still remain as a metric that will not be tracked uniquely due to the nature of the community outreach, and this is in line with common measurement and evaluation practices across the industry. " ], [ "Total volunteer hours (in thousands) ", "914 ", "516 ", "709 ", "" ], [ "Total contributions (in millions of U.S. dollars) ", "$51.6 ", "$49.9 ", "$60.9 ", "This metric represents total cash as well as in-kind products and services contributions, valued at fair market value for the respective fiscal year. This value does not include contributions from employees, vendors or customers. " ], [ "Percentage of employees volunteering ", "59% ", "51% ", "50% ", "We attribute the decrease to the continued negative impact that COVID-19 had on in-person volunteerism and multiple Dell offices remaining closed throughout FY22. " ], [ "Percentage of people reached who identify as girls, women or underrepresented groups empowered by our social and education programs ", "51.7% ", "56.1% ", "59.3% ", "Percentage of individuals who voluntarily identify as girls, women or members of underrepresented groups within the total number of individuals reached as reported in the “1 Billion Lives” goal. “Girls” and “women” are individuals who self-identify as female. The term underrepresented includes but is not limited to the following groups: girls or women, racial/ethnic minorities, beneficiaries requiring an accommodation (mental, physical, sensory, cognitive and neurodiverse disability), LGBTQIA+ persons, low socioeconomic groups. " ], [ "Total number of nonprofit partners supported in their digital transformation journey (cumulative) ", "11 ", "76 ", "222 ", "Currently, this measurement covers the number of nonproft organizations that have participated in a Tech Pro Bono program. We are developing measurements to include nonprofits that are supported through other Dell efforts, including direct business unit giving and those organizations that benefit from organic, skill-based employee volunteering. Dell Technologies has invested in the development of a Digital Assessment Tool that is now available to nonprofits globally. This tool allows nonprofits to measure and determine their current digital transformation priorities and helps them track their progress over time. The Digital Assessment Tool was developed by TechSoup, a third-party provider. " ] ]
table
augmented
e31cfcb5d2e59396f41424d704564886
[ { "property": [ "Emissions Intensity : Emissions Intensity (MT CO2- e / USD Revenue) ", "time" ], "property_value": [ "0.0003 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "47d5eaf3f31bac2c95d8235a4ab72518", "47d5eaf3f31bac2c95d8235a4ab72518" ] }, { "property": [ "Emissions Intensity : Emissions Intensity (MT CO2- e / USD Revenue) ", "time" ], "property_value": [ "0.0003 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0b4ac0bc19c6e529f680e84b15a1eb0b", "0b4ac0bc19c6e529f680e84b15a1eb0b" ] }, { "property": [ "Emissions Intensity : Emissions Intensity (MT CO2- e / USD Revenue) ", "time" ], "property_value": [ "0.0003 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e1734db8cd6c40e9af1af1649437159d", "e1734db8cd6c40e9af1af1649437159d" ] }, { "property": [ "Emissions Intensity : Total Revenue (including ART Joint Venture, USD) ", "time" ], "property_value": [ "2,512,600,000 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "01d8da8cfeacf1ee0bc91cd1fb4449a5", "01d8da8cfeacf1ee0bc91cd1fb4449a5" ] }, { "property": [ "Emissions Intensity : Total Revenue (including ART Joint Venture, USD) ", "time" ], "property_value": [ "2,211,900,000 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3253dd72b6746b5d015ec5004512e9ed", "3253dd72b6746b5d015ec5004512e9ed" ] }, { "property": [ "Emissions Intensity : Total Revenue (including ART Joint Venture, USD) ", "time" ], "property_value": [ "2,468,500,000 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9f976424f383ecb82b4a8f1d4e640c37", "9f976424f383ecb82b4a8f1d4e640c37" ] }, { "property": [ "Emissions Intensity : Combined Scope 1 and 2 Emissions (MT CO2-e) ", "time" ], "property_value": [ "756,737 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "06ed1766734c40164e16323d23f8ad57", "06ed1766734c40164e16323d23f8ad57" ] }, { "property": [ "Emissions Intensity : Combined Scope 1 and 2 Emissions (MT CO2-e) ", "time" ], "property_value": [ "631,442 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "49de7ea20a6b3b84ceb2f549fa022e0d", "49de7ea20a6b3b84ceb2f549fa022e0d" ] }, { "property": [ "Emissions Intensity : Combined Scope 1 and 2 Emissions (MT CO2-e) ", "time" ], "property_value": [ "731,979 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "64284061bacc583fd42dacbd55fa0eca", "64284061bacc583fd42dacbd55fa0eca" ] } ]
{ "data_hash": "972d35dd7fa4867ac72549425ad56799", "document": { "languages": [ "en" ], "advanced": { "symbol": "NYSE: GRA", "ticker": "GRA", "website": [ "http://www.grace.com/" ], "year": 2022, "exchange": "NYSE", "industry": "Specialty Chemicals", "location": "Columbia, Maryland", "employees": "1001-5000 Employees", "sector": "Basic Materials" }, "subjects": [ "Basic Materials" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "W. R. Grace and Company", "id": "wr-grace-company", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Built on talent, technology, and trust, Grace is a leading global supplier of catalysts and engineered materials. The company's two industry-leading business segments \"Catalysts Technologies and Materials Technologies\" provide innovative products, technologies, and services that enhance the products and processes of there customer partners around the world." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NYSE_GRA_2022.pdf" ], "title": "2022 GRI Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T21:40:08.082809+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:28:23.536+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "8cd65dce75249647d91213f414f3ca0c0b735bde6b01d38e40e0efcfb099df48", "index_tables": 11 }, "collection": "esg", "sub_collection": [ "environment" ], "entities": [ "scope 1 ghg emissions" ], "ratio_numbers": 1.5 }
[ [ "header_1", "time_value", "time_value", "time_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ] ]
[ [ "Emissions Intensity ", "2021 ", "2020 ", "2019 " ], [ "Emissions Intensity (MT CO2- e / USD Revenue) ", "0.0003 ", "0.0003 ", "0.0003 " ], [ "Total Revenue (including ART Joint Venture, USD) ", "2,512,600,000 ", "2,211,900,000 ", "2,468,500,000 " ], [ "Combined Scope 1 and 2 Emissions (MT CO2-e) ", "756,737 ", "631,442 ", "731,979 " ] ]
table
augmented
3c16678348a858366676387937f237d8
[ { "property": [ "Scope 1 (direct emissions), including: ", "time" ], "property_value": [ "682,645 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e463405629667ea88c45cab3e07e8b3b", "e463405629667ea88c45cab3e07e8b3b" ] }, { "property": [ "Scope 1 (direct emissions), including: ", "time" ], "property_value": [ "612,669 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "89e5cfc5fb4d122b1165d31a1a0d3880", "89e5cfc5fb4d122b1165d31a1a0d3880" ] }, { "property": [ "Scope 1 (direct emissions), including: ", "time" ], "property_value": [ "751,486 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ffb9235a4f0860c5056eaead8cc43247", "ffb9235a4f0860c5056eaead8cc43247" ] }, { "property": [ "Scope 1 (direct emissions), including: ", "time" ], "property_value": [ "613,717 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "2bae7369c3cee30ef5b78a253ac88260", "2bae7369c3cee30ef5b78a253ac88260" ] }, { "property": [ "Combustion of fuels in stationary sources, including: ", "time" ], "property_value": [ "302,564 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "58bd4a4d15e30dacb62d369834a702c0", "58bd4a4d15e30dacb62d369834a702c0" ] }, { "property": [ "Combustion of fuels in stationary sources, including: ", "time" ], "property_value": [ "283,912 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "bfcc44bed43c9ce960d0a41d0551daa6", "bfcc44bed43c9ce960d0a41d0551daa6" ] }, { "property": [ "Combustion of fuels in stationary sources, including: ", "time" ], "property_value": [ "338,252 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d55b2a47b12d7480b2b3deec0d7574a4", "d55b2a47b12d7480b2b3deec0d7574a4" ] }, { "property": [ "Combustion of fuels in stationary sources, including: ", "time" ], "property_value": [ "287,144 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3c46bed7bafc5edd09cb878b1ee4b904", "3c46bed7bafc5edd09cb878b1ee4b904" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Controlled contractor stationary sources ", "time" ], "property_value": [ "581 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f4846da4171c631af024f085320dff33", "f4846da4171c631af024f085320dff33" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Controlled contractor stationary sources ", "time" ], "property_value": [ "497 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "42ede60e4a26db8c45517dbafaa558a6", "42ede60e4a26db8c45517dbafaa558a6" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Controlled contractor stationary sources ", "time" ], "property_value": [ "275 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5bdd6d5942dbbc5099eceaefee6b7884", "5bdd6d5942dbbc5099eceaefee6b7884" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Controlled contractor stationary sources ", "time" ], "property_value": [ "345 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9bdb20a7bb7385fa19af9141395fb8dc", "9bdb20a7bb7385fa19af9141395fb8dc" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Organisation-owned stationary sources ", "time" ], "property_value": [ "301,983 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "243dab41e80bc9a8bd7c35a351c85a19", "243dab41e80bc9a8bd7c35a351c85a19" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Organisation-owned stationary sources ", "time" ], "property_value": [ "283,415 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f0e62200633aeab06539f574912d4889", "f0e62200633aeab06539f574912d4889" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Organisation-owned stationary sources ", "time" ], "property_value": [ "337,977 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0e775d8197c531186ee3b0b30e54ed5b", "0e775d8197c531186ee3b0b30e54ed5b" ] }, { "property": [ "Combustion of fuels in stationary sources, including: : Organisation-owned stationary sources ", "time" ], "property_value": [ "286,799 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "bee82c15ab8414a6c1e4e9144b4eece7", "bee82c15ab8414a6c1e4e9144b4eece7" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : including: ", "time" ], "property_value": [ "378,885 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3cee828794f0cf0621fa9b08e8a9cb9b", "3cee828794f0cf0621fa9b08e8a9cb9b" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : including: ", "time" ], "property_value": [ "327,785 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "93562acfd90a1400527b074b2a6008f7", "93562acfd90a1400527b074b2a6008f7" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : including: ", "time" ], "property_value": [ "411,951 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8ed7bf3e4996ad07ce0311201789fd87", "8ed7bf3e4996ad07ce0311201789fd87" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : including: ", "time" ], "property_value": [ "325,719 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "38027bd5e9a997126b6bc2710af953a6", "38027bd5e9a997126b6bc2710af953a6" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Organisation-owned mobile sources ", "time" ], "property_value": [ "281,235 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "59eca8e5e5a38ea8e719c02976cf7144", "59eca8e5e5a38ea8e719c02976cf7144" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Organisation-owned mobile sources ", "time" ], "property_value": [ "254,679 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5bfbad65b0e01eff88ba41b364086d0e", "5bfbad65b0e01eff88ba41b364086d0e" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Organisation-owned mobile sources ", "time" ], "property_value": [ "290,343 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e58193d5839461aa7ca9db353ee52b42", "e58193d5839461aa7ca9db353ee52b42" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Organisation-owned mobile sources ", "time" ], "property_value": [ "248,718 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d905307e4793d41630d3c890bf73124c", "d905307e4793d41630d3c890bf73124c" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Emissions resulting from the waste processing ", "time" ], "property_value": [ "1,196 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1c442c75dae83fab78ae0e7f81ef65d4", "1c442c75dae83fab78ae0e7f81ef65d4" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Emissions resulting from the waste processing ", "time" ], "property_value": [ "972 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4801ebfc3321de202b4815e6736cc33f", "4801ebfc3321de202b4815e6736cc33f" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Emissions resulting from the waste processing ", "time" ], "property_value": [ "1,283 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7669d58599e0dcf0d0c8edd32f3ac639", "7669d58599e0dcf0d0c8edd32f3ac639" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Emissions resulting from the waste processing ", "time" ], "property_value": [ "854 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e64753d7e2984f776880897b56d88140", "e64753d7e2984f776880897b56d88140" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Controlled contractor mobile sources ", "time" ], "property_value": [ "97,650 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "14d132b574f5047ba8bf8ba2b561d8a9", "14d132b574f5047ba8bf8ba2b561d8a9" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Controlled contractor mobile sources ", "time" ], "property_value": [ "73,106 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b25852ebd1738ea8ee3838ec065821df", "b25852ebd1738ea8ee3838ec065821df" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Controlled contractor mobile sources ", "time" ], "property_value": [ "121,608 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a8e2786f0b523c2f30d6f01cb7a79f4c", "a8e2786f0b523c2f30d6f01cb7a79f4c" ] }, { "property": [ "Combustion of fuels in mobile combustion sources, : Controlled contractor mobile sources ", "time" ], "property_value": [ "77,001 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "bfc0b6b28cabaed429e8459b8dd450a6", "bfc0b6b28cabaed429e8459b8dd450a6" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Market based 3 ", "time" ], "property_value": [ "452,692 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "75ea2bcccf39072ff769d55d75abf72d", "75ea2bcccf39072ff769d55d75abf72d" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Market based 3 ", "time" ], "property_value": [ "565,924 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5c3cc525cd2a72ca9855ae1032a73ea7", "5c3cc525cd2a72ca9855ae1032a73ea7" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Market based 3 ", "time" ], "property_value": [ "330,897 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9b0b8551bc2f0ef44f66950e7fdc6862", "9b0b8551bc2f0ef44f66950e7fdc6862" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Market based 3 ", "time" ], "property_value": [ "584,706 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c400c5bd657e9ca2eb3fe2a3ba02df00", "c400c5bd657e9ca2eb3fe2a3ba02df00" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Location based ", "time" ], "property_value": [ "612,590 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a0e69bea0993186a147394d071264af0", "a0e69bea0993186a147394d071264af0" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Location based ", "time" ], "property_value": [ "593,143 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "eadb1d01982f2c8aba599fed9ad28faf", "eadb1d01982f2c8aba599fed9ad28faf" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Location based ", "time" ], "property_value": [ "551,952 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5398298a083e3a40c954e3c3b8f91c87", "5398298a083e3a40c954e3c3b8f91c87" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Location based ", "time" ], "property_value": [ "584,706 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "55e0195a0b6c36e14f7dc1c376d966a4", "55e0195a0b6c36e14f7dc1c376d966a4" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Total Scope 1 + Scope 2 (market based) ", "time" ], "property_value": [ "1,135,337 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "40a00b27b72bb511613a37f5b121ca67", "40a00b27b72bb511613a37f5b121ca67" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Total Scope 1 + Scope 2 (market based) ", "time" ], "property_value": [ "1,178,593 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a7efafc4e33f1c9008116234ebcb6a9b", "a7efafc4e33f1c9008116234ebcb6a9b" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Total Scope 1 + Scope 2 (market based) ", "time" ], "property_value": [ "1,082,383 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c8d331497172af97eae37f7a20006875", "c8d331497172af97eae37f7a20006875" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Total Scope 1 + Scope 2 (market based) ", "time" ], "property_value": [ "1,198,423 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "80ae1fa3d607f88aff70f3d09fef3034", "80ae1fa3d607f88aff70f3d09fef3034" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Scope 3 (other indirect emissions), including: : Upstream ", "time" ], "property_value": [ "471,097 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7d93b2f64b8eb085e324cb88fa01f457", "7d93b2f64b8eb085e324cb88fa01f457" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Scope 3 (other indirect emissions), including: : Upstream ", "time" ], "property_value": [ "536,510 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "68185c7adffb00a788d258a87203a254", "68185c7adffb00a788d258a87203a254" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Scope 3 (other indirect emissions), including: : Upstream ", "time" ], "property_value": [ "494,797 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5af583566f870c5d2f2722110eecdf3c", "5af583566f870c5d2f2722110eecdf3c" ] }, { "property": [ "Scope 2 (energy indirect emissions): : Scope 3 (other indirect emissions), including: : Upstream ", "time" ], "property_value": [ "511,321 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d54f3136838c859af6302c7098cd8aff", "d54f3136838c859af6302c7098cd8aff" ] }, { "property": [ "Fuel and energy-related activities : Processing of sold products ", "time" ], "property_value": [ "39,489 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d1bd6673a98b25f321ca4f791a08acf4", "d1bd6673a98b25f321ca4f791a08acf4" ] }, { "property": [ "Fuel and energy-related activities : Processing of sold products ", "time" ], "property_value": [ "44,318 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4c146985ea37958e77b48c2c6da842f6", "4c146985ea37958e77b48c2c6da842f6" ] }, { "property": [ "Fuel and energy-related activities : Processing of sold products ", "time" ], "property_value": [ "48,412 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "867048bf2c91098b4580075a3d3047b4", "867048bf2c91098b4580075a3d3047b4" ] }, { "property": [ "Fuel and energy-related activities : Processing of sold products ", "time" ], "property_value": [ "58,427 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "389005ca41fb867ce184fe3e6b16afec", "389005ca41fb867ce184fe3e6b16afec" ] }, { "property": [ "Fuel and energy-related activities : Employee commuting ", "time" ], "property_value": [ "15,698 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "530b2972df0d9c1df6008736097e2560", "530b2972df0d9c1df6008736097e2560" ] }, { "property": [ "Fuel and energy-related activities : Employee commuting ", "time" ], "property_value": [ "8,612 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "70c9a03742a4b054bc3473a348c9642f", "70c9a03742a4b054bc3473a348c9642f" ] }, { "property": [ "Fuel and energy-related activities : Employee commuting ", "time" ], "property_value": [ "16,299 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f75040327ae6b0091f9f0505ca80a05d", "f75040327ae6b0091f9f0505ca80a05d" ] }, { "property": [ "Fuel and energy-related activities : Employee commuting ", "time" ], "property_value": [ "10,544 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1922765b9cbca31f781143ea847707b0", "1922765b9cbca31f781143ea847707b0" ] }, { "property": [ "Fuel and energy-related activities : Downstream ", "time" ], "property_value": [ "75,062 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "6fc6c95a15e17184c76abc4e230e3af4", "6fc6c95a15e17184c76abc4e230e3af4" ] }, { "property": [ "Fuel and energy-related activities : Downstream ", "time" ], "property_value": [ "88,755 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1987c28ba00c1f7003e16dd3ad4f1f9f", "1987c28ba00c1f7003e16dd3ad4f1f9f" ] }, { "property": [ "Fuel and energy-related activities : Downstream ", "time" ], "property_value": [ "90,699 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3fb65c5a4d4dedd8f7d77741be4379b1", "3fb65c5a4d4dedd8f7d77741be4379b1" ] }, { "property": [ "Fuel and energy-related activities : Downstream ", "time" ], "property_value": [ "99,314 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "6aeed9da424c40f25e1416658a2f32f0", "6aeed9da424c40f25e1416658a2f32f0" ] }, { "property": [ "Fuel and energy-related activities : Business travel ", "time" ], "property_value": [ "1,445 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d8440b35a68f1cc256918655b7c85803", "d8440b35a68f1cc256918655b7c85803" ] }, { "property": [ "Fuel and energy-related activities : Business travel ", "time" ], "property_value": [ "2,668 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "29bae659605f159852789038f7ecdc54", "29bae659605f159852789038f7ecdc54" ] }, { "property": [ "Fuel and energy-related activities : Business travel ", "time" ], "property_value": [ "968 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ebc880b874707405e08d171aef05b0f0", "ebc880b874707405e08d171aef05b0f0" ] }, { "property": [ "Fuel and energy-related activities : Business travel ", "time" ], "property_value": [ "4,135 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4fbd5fa877d5063b5fa821c36b22f965", "4fbd5fa877d5063b5fa821c36b22f965" ] }, { "property": [ "Fuel and energy-related activities : (not included in Scopes 1 or 2) ", "time" ], "property_value": [ "184,767 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "af2d68fcd8c58c757e2c9ca93031a19e", "af2d68fcd8c58c757e2c9ca93031a19e" ] }, { "property": [ "Fuel and energy-related activities : (not included in Scopes 1 or 2) ", "time" ], "property_value": [ "192,419 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ed551c84553efefa1b288400e19e598b", "ed551c84553efefa1b288400e19e598b" ] }, { "property": [ "Fuel and energy-related activities : (not included in Scopes 1 or 2) ", "time" ], "property_value": [ "224,272 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4b92f35be95d2ed1270b05c7719caee0", "4b92f35be95d2ed1270b05c7719caee0" ] }, { "property": [ "Fuel and energy-related activities : (not included in Scopes 1 or 2) ", "time" ], "property_value": [ "192,517 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "dc37293490cda43492c0775f15c166bf", "dc37293490cda43492c0775f15c166bf" ] }, { "property": [ "Fuel and energy-related activities : Downstream transportation and distribution ", "time" ], "property_value": [ "35,573 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "86c72bb3b63bc66cb8085e3c61c7045e", "86c72bb3b63bc66cb8085e3c61c7045e" ] }, { "property": [ "Fuel and energy-related activities : Downstream transportation and distribution ", "time" ], "property_value": [ "44,437 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "29d1769df76ba86464b2844d04b07802", "29d1769df76ba86464b2844d04b07802" ] }, { "property": [ "Fuel and energy-related activities : Downstream transportation and distribution ", "time" ], "property_value": [ "42,287 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "718d157a1f29ab4b6d802a841c646464", "718d157a1f29ab4b6d802a841c646464" ] }, { "property": [ "Fuel and energy-related activities : Downstream transportation and distribution ", "time" ], "property_value": [ "40,887 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7369d8a7817ca5525efa2639090a1005", "7369d8a7817ca5525efa2639090a1005" ] }, { "property": [ "Fuel and energy-related activities : Upstream transportation and distribution ", "time" ], "property_value": [ "97,643 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7f8a73ff029f741ea629f53ce4c2a2be", "7f8a73ff029f741ea629f53ce4c2a2be" ] }, { "property": [ "Fuel and energy-related activities : Upstream transportation and distribution ", "time" ], "property_value": [ "110,205 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e3ccaec56554396875c4efc1a75d81e0", "e3ccaec56554396875c4efc1a75d81e0" ] }, { "property": [ "Fuel and energy-related activities : Upstream transportation and distribution ", "time" ], "property_value": [ "94,100 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1d1e4c1ab4cc98c610be1ea0d8af039d", "1d1e4c1ab4cc98c610be1ea0d8af039d" ] }, { "property": [ "Fuel and energy-related activities : Upstream transportation and distribution ", "time" ], "property_value": [ "99,360 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b166a81285755a1088761ff65425aefe", "b166a81285755a1088761ff65425aefe" ] }, { "property": [ "Fuel and energy-related activities : Capital goods ", "time" ], "property_value": [ "260 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c97d9809b640ed449cc29a86fc7e2ded", "c97d9809b640ed449cc29a86fc7e2ded" ] }, { "property": [ "Fuel and energy-related activities : Capital goods ", "time" ], "property_value": [ "108 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3102c5d8ef8a9fd66321237bb84f9e96", "3102c5d8ef8a9fd66321237bb84f9e96" ] }, { "property": [ "Fuel and energy-related activities : Capital goods ", "time" ], "property_value": [ "167 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "93d73cb10662a3998c7f723d89b5bb82", "93d73cb10662a3998c7f723d89b5bb82" ] }, { "property": [ "Fuel and energy-related activities : Capital goods ", "time" ], "property_value": [ "64 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7fb5c893bf3e8a42174d0513daf51a0b", "7fb5c893bf3e8a42174d0513daf51a0b" ] }, { "property": [ "Fuel and energy-related activities : GHG intensity (Scope 1 + Scope 2) ", "time" ], "property_value": [ "677 ", "2021 " ], "unit": [ "kg of CO$_{2}$e per oz of GE ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "818d0a5e21dda17c6fe207eafeebfeed", "818d0a5e21dda17c6fe207eafeebfeed" ] }, { "property": [ "Fuel and energy-related activities : GHG intensity (Scope 1 + Scope 2) ", "time" ], "property_value": [ "730 ", "2020 " ], "unit": [ "kg of CO$_{2}$e per oz of GE ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0baf1d712a6c7d451e83d75eea99b135", "0baf1d712a6c7d451e83d75eea99b135" ] }, { "property": [ "Fuel and energy-related activities : GHG intensity (Scope 1 + Scope 2) ", "time" ], "property_value": [ "632 ", "2022 " ], "unit": [ "kg of CO$_{2}$e per oz of GE ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "332fd3362ccda78b8c90aa285f7c48b0", "332fd3362ccda78b8c90aa285f7c48b0" ] }, { "property": [ "Fuel and energy-related activities : GHG intensity (Scope 1 + Scope 2) ", "time" ], "property_value": [ "742 ", "2019 " ], "unit": [ "kg of CO$_{2}$e per oz of GE ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "26c99563e1e1985e5edda6d2072a05eb", "26c99563e1e1985e5edda6d2072a05eb" ] }, { "property": [ "Fuel and energy-related activities : Purchased goods ", "time" ], "property_value": [ "171,284 ", "2021 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d54d43f707d125c9385fd6ddf8d297fe", "d54d43f707d125c9385fd6ddf8d297fe" ] }, { "property": [ "Fuel and energy-related activities : Purchased goods ", "time" ], "property_value": [ "222,498 ", "2020 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "921c95f815b243006a6cf17032a8a6c6", "921c95f815b243006a6cf17032a8a6c6" ] }, { "property": [ "Fuel and energy-related activities : Purchased goods ", "time" ], "property_value": [ "158,991 ", "2022 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "65aae5d8bc8ae30c010d1745f4dae77a", "65aae5d8bc8ae30c010d1745f4dae77a" ] }, { "property": [ "Fuel and energy-related activities : Purchased goods ", "time" ], "property_value": [ "204,701 ", "2019 " ], "unit": [ "t of CO$_{2}$e ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9806718f0d2c10d5f821d6a0dad4d1e5", "9806718f0d2c10d5f821d6a0dad4d1e5" ] } ]
{ "data_hash": "d9fafd8e7ca1610af2e3f68b448797c2", "document": { "languages": [ "en" ], "advanced": { "symbol": "ASX: POL", "ticker": "POL", "website": [ "https://polymetals.com/" ], "year": 2022, "exchange": "ASX", "industry": "Gold", "location": "Sydney, Australia", "employees": "11-50 Employees", "sector": "Basic Materials" }, "subjects": [ "Basic Materials" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Polymetals Resources Ltd", "id": "polymetal-resources-ltd", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Polymetals Resources Ltd (Polymetals) aims to become a gold production company, initially focussing on its two 100% owned exploration licences within Guinea’s Siguiri Basin, totalling 112km2. The Siguiri Basin occupies the north-eastern corner of Guinea and hosts several large active gold mining operations and is notable for its widespread gold anomalism." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/ASX_POL_2022.pdf" ], "title": "2022 Sustainability Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T03:01:16.364532+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:33:11.551+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "14b8115e1829aa9bb7ad83f79c50b71d296fe32274b1abc6235663719730c4f4", "index_tables": 203 }, "collection": "esg", "sub_collection": [ "environment" ], "entities": [ "scope 1 ghg emissions", "scope 3 ghg emissions" ], "ratio_numbers": 1.2901234567901234 }
[ [ "empty", "unit_property", "time_value", "time_value", "time_value", "time_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "subproperty", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "subproperty", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "header_1", "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "header_1", "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "header_2", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "header_1", "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "unit_value", "property_value", "property_value", "property_value", "property_value" ] ]
[ [ "", "Units ", "2021 ", "2020 ", "2022 ", "2019 " ], [ "Scope 1 (direct emissions), including: ", "t of CO$_{2}$e ", "682,645 ", "612,669 ", "751,486 ", "613,717 " ], [ "Combustion of fuels in stationary sources, including: ", "t of CO$_{2}$e ", "302,564 ", "283,912 ", "338,252 ", "287,144 " ], [ "Controlled contractor stationary sources ", "t of CO$_{2}$e ", "581 ", "497 ", "275 ", "345 " ], [ "Organisation-owned stationary sources ", "t of CO$_{2}$e ", "301,983 ", "283,415 ", "337,977 ", "286,799 " ], [ "Combustion of fuels in mobile combustion sources, ", "Combustion of fuels in mobile combustion sources, ", "Combustion of fuels in mobile combustion sources, ", "Combustion of fuels in mobile combustion sources, ", "Combustion of fuels in mobile combustion sources, ", "Combustion of fuels in mobile combustion sources, " ], [ "including: ", "t of CO$_{2}$e ", "378,885 ", "327,785 ", "411,951 ", "325,719 " ], [ "Organisation-owned mobile sources ", "t of CO$_{2}$e ", "281,235 ", "254,679 ", "290,343 ", "248,718 " ], [ "Emissions resulting from the waste processing ", "t of CO$_{2}$e ", "1,196 ", "972 ", "1,283 ", "854 " ], [ "Controlled contractor mobile sources ", "t of CO$_{2}$e ", "97,650 ", "73,106 ", "121,608 ", "77,001 " ], [ "Scope 2 (energy indirect emissions): ", "Scope 2 (energy indirect emissions): ", "Scope 2 (energy indirect emissions): ", "Scope 2 (energy indirect emissions): ", "Scope 2 (energy indirect emissions): ", "Scope 2 (energy indirect emissions): " ], [ "Market based 3 ", "t of CO$_{2}$e ", "452,692 ", "565,924 ", "330,897 ", "584,706 " ], [ "Location based ", "t of CO$_{2}$e ", "612,590 ", "593,143 ", "551,952 ", "584,706 " ], [ "Total Scope 1 + Scope 2 (market based) ", "t of CO$_{2}$e ", "1,135,337 ", "1,178,593 ", "1,082,383 ", "1,198,423 " ], [ "Scope 3 (other indirect emissions), including: ", "t of CO$_{2}$e ", "546,159 ", "625,265 ", "585,496 ", "610,635 " ], [ "Upstream ", "t of CO$_{2}$e ", "471,097 ", "536,510 ", "494,797 ", "511,321 " ], [ "Fuel and energy-related activities ", "Fuel and energy-related activities ", "Fuel and energy-related activities ", "Fuel and energy-related activities ", "Fuel and energy-related activities ", "Fuel and energy-related activities " ], [ "Processing of sold products ", "t of CO$_{2}$e ", "39,489 ", "44,318 ", "48,412 ", "58,427 " ], [ "Employee commuting ", "t of CO$_{2}$e ", "15,698 ", "8,612 ", "16,299 ", "10,544 " ], [ "Downstream ", "t of CO$_{2}$e ", "75,062 ", "88,755 ", "90,699 ", "99,314 " ], [ "Business travel ", "t of CO$_{2}$e ", "1,445 ", "2,668 ", "968 ", "4,135 " ], [ "(not included in Scopes 1 or 2) ", "t of CO$_{2}$e ", "184,767 ", "192,419 ", "224,272 ", "192,517 " ], [ "Downstream transportation and distribution ", "t of CO$_{2}$e ", "35,573 ", "44,437 ", "42,287 ", "40,887 " ], [ "Upstream transportation and distribution ", "t of CO$_{2}$e ", "97,643 ", "110,205 ", "94,100 ", "99,360 " ], [ "Capital goods ", "t of CO$_{2}$e ", "260 ", "108 ", "167 ", "64 " ], [ "GHG intensity (Scope 1 + Scope 2) ", "kg of CO$_{2}$e per oz of GE ", "677 ", "730 ", "632 ", "742 " ], [ "Purchased goods ", "t of CO$_{2}$e ", "171,284 ", "222,498 ", "158,991 ", "204,701 " ] ]
table
augmented
0dc9b1b27eaa9047af395184a2285ead
[ { "property": [ "Training and Development : Number of external people who received Tarkett Academy training ", "GRI ", "time" ], "property_value": [ "8,148 ", "203-2 ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "dded463f2100efa34505cc49c6345bc6", "dded463f2100efa34505cc49c6345bc6", "dded463f2100efa34505cc49c6345bc6" ] }, { "property": [ "Training and Development : Number of external people who received Tarkett Academy training ", "GRI ", "time" ], "property_value": [ "8,229 ", "203-2 ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "8ceab2e3a46e4adf0d4d834677b8ccca", "8ceab2e3a46e4adf0d4d834677b8ccca", "8ceab2e3a46e4adf0d4d834677b8ccca" ] }, { "property": [ "Training and Development : Number of external people who received Tarkett Academy training ", "GRI ", "time" ], "property_value": [ "5,176 ", "203-2 ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "10e1c05ae548379b6f85488cf0235248", "10e1c05ae548379b6f85488cf0235248", "10e1c05ae548379b6f85488cf0235248" ] }, { "property": [ "Training and Development : Number of external people who received Tarkett Academy training ", "GRI ", "time" ], "property_value": [ "- ", "203-2 ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "a7b92358f49195be63cf12dbdea56ed5", "a7b92358f49195be63cf12dbdea56ed5", "a7b92358f49195be63cf12dbdea56ed5" ] }, { "property": [ "Training and Development : Number of external people who received Tarkett Academy training ", "GRI ", "time" ], "property_value": [ "7,889 ", "203-2 ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "c191c79d1a36b894a265721b631890a9", "c191c79d1a36b894a265721b631890a9", "c191c79d1a36b894a265721b631890a9" ] }, { "property": [ "Training and Development : Number of external people who received Tarkett Academy training ", "GRI ", "time" ], "property_value": [ "-3.2% ", "203-2 ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b43b15060a17f96491f65bbf5b76ceb8", "b43b15060a17f96491f65bbf5b76ceb8", "b43b15060a17f96491f65bbf5b76ceb8" ] }, { "property": [ "Training and Development : Percentage of employees who have participated to e-learning training on Business Ethics ", "GRI ", "time" ], "property_value": [ "97.6% ", "412-2b ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "ecda51152ad82ab305f6c6145bef5199", "ecda51152ad82ab305f6c6145bef5199", "ecda51152ad82ab305f6c6145bef5199" ] }, { "property": [ "Training and Development : Percentage of employees who have participated to e-learning training on Business Ethics ", "GRI ", "time" ], "property_value": [ "- ", "412-2b ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "62dd191650ede4dcad90077cbf6f1b1c", "62dd191650ede4dcad90077cbf6f1b1c", "62dd191650ede4dcad90077cbf6f1b1c" ] }, { "property": [ "Training and Development : Percentage of employees who have participated to e-learning training on Business Ethics ", "GRI ", "time" ], "property_value": [ "- ", "412-2b ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "f344a526239d4c73f039e1000ec28876", "f344a526239d4c73f039e1000ec28876", "f344a526239d4c73f039e1000ec28876" ] }, { "property": [ "Training and Development : Percentage of employees who have participated to e-learning training on Business Ethics ", "GRI ", "time" ], "property_value": [ "- ", "412-2b ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "6b084f9e683dce693a973c5184dc67ac", "6b084f9e683dce693a973c5184dc67ac", "6b084f9e683dce693a973c5184dc67ac" ] }, { "property": [ "Training and Development : Percentage of employees who have participated to e-learning training on Business Ethics ", "GRI ", "time" ], "property_value": [ "97.4% ", "412-2b ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "99acf8e1db0002632f1e442ce54af10b", "99acf8e1db0002632f1e442ce54af10b", "99acf8e1db0002632f1e442ce54af10b" ] }, { "property": [ "Training and Development : Percentage of employees who have participated to e-learning training on Business Ethics ", "GRI ", "time" ], "property_value": [ "-0.2% ", "412-2b ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "7e10da5fc7a79d115c0a2ee3716e47c6", "7e10da5fc7a79d115c0a2ee3716e47c6", "7e10da5fc7a79d115c0a2ee3716e47c6" ] }, { "property": [ "Training and Development : Percentage of employees trained at least 1 day during the year [base year 2011] ", "GRI ", "time" ], "property_value": [ "44% ", "- ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "7a0ff9a42840f15c2038568822e885b1", "7a0ff9a42840f15c2038568822e885b1", "7a0ff9a42840f15c2038568822e885b1" ] }, { "property": [ "Training and Development : Percentage of employees trained at least 1 day during the year [base year 2011] ", "GRI ", "time" ], "property_value": [ "58% ", "- ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "50b5ba8e2e30ac89556f096ae7a08d92", "50b5ba8e2e30ac89556f096ae7a08d92", "50b5ba8e2e30ac89556f096ae7a08d92" ] }, { "property": [ "Training and Development : Percentage of employees trained at least 1 day during the year [base year 2011] ", "GRI ", "time" ], "property_value": [ "34% ", "- ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "c6f9cbb160d9f757b9a47f6102e55109", "c6f9cbb160d9f757b9a47f6102e55109", "c6f9cbb160d9f757b9a47f6102e55109" ] }, { "property": [ "Training and Development : Percentage of employees trained at least 1 day during the year [base year 2011] ", "GRI ", "time" ], "property_value": [ "8% ", "- ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "19b4e67d0edb154b3da9d8ebe5bf327d", "19b4e67d0edb154b3da9d8ebe5bf327d", "19b4e67d0edb154b3da9d8ebe5bf327d" ] }, { "property": [ "Training and Development : Percentage of employees trained at least 1 day during the year [base year 2011] ", "GRI ", "time" ], "property_value": [ "45% ", "- ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "997e51d990efa8ecb435447a88309fcf", "997e51d990efa8ecb435447a88309fcf", "997e51d990efa8ecb435447a88309fcf" ] }, { "property": [ "Training and Development : Percentage of employees trained at least 1 day during the year [base year 2011] ", "GRI ", "time" ], "property_value": [ "1.5% ", "- ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "d593858e1e3d0cdbbec182c829a31b6d", "d593858e1e3d0cdbbec182c829a31b6d", "d593858e1e3d0cdbbec182c829a31b6d" ] }, { "property": [ "Training and Development : Percentage of open management positions filled by an internal candidate ", "GRI ", "time" ], "property_value": [ "63% ", "- ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "ea73663b565a20a5cc17a42977613e05", "ea73663b565a20a5cc17a42977613e05", "ea73663b565a20a5cc17a42977613e05" ] }, { "property": [ "Training and Development : Percentage of open management positions filled by an internal candidate ", "GRI ", "time" ], "property_value": [ "65% ", "- ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "e5ac8e4edca6a0058d928c12cd7eb5d7", "e5ac8e4edca6a0058d928c12cd7eb5d7", "e5ac8e4edca6a0058d928c12cd7eb5d7" ] }, { "property": [ "Training and Development : Percentage of open management positions filled by an internal candidate ", "GRI ", "time" ], "property_value": [ "56% ", "- ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "83f4ef69751a7e7e81d286fefe3644ce", "83f4ef69751a7e7e81d286fefe3644ce", "83f4ef69751a7e7e81d286fefe3644ce" ] }, { "property": [ "Training and Development : Percentage of open management positions filled by an internal candidate ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "958350648834e6b26e23508dd7877080", "958350648834e6b26e23508dd7877080", "958350648834e6b26e23508dd7877080" ] }, { "property": [ "Training and Development : Percentage of open management positions filled by an internal candidate ", "GRI ", "time" ], "property_value": [ "54% ", "- ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "aaf5fdf6b36a446d129ffb828a419052", "aaf5fdf6b36a446d129ffb828a419052", "aaf5fdf6b36a446d129ffb828a419052" ] }, { "property": [ "Training and Development : Percentage of open management positions filled by an internal candidate ", "GRI ", "time" ], "property_value": [ "-9% ", "- ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "12a4c7c26b9316e4b3208e8a77a137cb", "12a4c7c26b9316e4b3208e8a77a137cb", "12a4c7c26b9316e4b3208e8a77a137cb" ] }, { "property": [ "Training and Development : Training hours (thousand hours) [base year 2013] ", "GRI ", "time" ], "property_value": [ "246 ", "- - ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "33315fd4f2e50b758332f6be0a40da6a", "33315fd4f2e50b758332f6be0a40da6a", "33315fd4f2e50b758332f6be0a40da6a" ] }, { "property": [ "Training and Development : Training hours (thousand hours) [base year 2013] ", "GRI ", "time" ], "property_value": [ "256 ", "- - ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "6792ec6aca39ef02c897c4197aa1ab5b", "6792ec6aca39ef02c897c4197aa1ab5b", "6792ec6aca39ef02c897c4197aa1ab5b" ] }, { "property": [ "Training and Development : Training hours (thousand hours) [base year 2013] ", "GRI ", "time" ], "property_value": [ "165 ", "- - ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "33e9c274a6c7506ae9d6503fbf3933f3", "33e9c274a6c7506ae9d6503fbf3933f3", "33e9c274a6c7506ae9d6503fbf3933f3" ] }, { "property": [ "Training and Development : Training hours (thousand hours) [base year 2013] ", "GRI ", "time" ], "property_value": [ "26% ", "- - ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "fab50d6d94dcff0555a1497751b93397", "fab50d6d94dcff0555a1497751b93397", "fab50d6d94dcff0555a1497751b93397" ] }, { "property": [ "Training and Development : Training hours (thousand hours) [base year 2013] ", "GRI ", "time" ], "property_value": [ "252 ", "- - ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "43709d7de462cc798a9d055c17a04bce", "43709d7de462cc798a9d055c17a04bce", "43709d7de462cc798a9d055c17a04bce" ] }, { "property": [ "Training and Development : Training hours (thousand hours) [base year 2013] ", "GRI ", "time" ], "property_value": [ "2.3% ", "- - ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b416612927b8e13950b0d8bc5fd0d16e", "b416612927b8e13950b0d8bc5fd0d16e", "b416612927b8e13950b0d8bc5fd0d16e" ] }, { "property": [ "Training and Development : Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "404-3 ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "a65485c9ed982b66659e7da25d58ced5", "a65485c9ed982b66659e7da25d58ced5", "a65485c9ed982b66659e7da25d58ced5" ] }, { "property": [ "Training and Development : Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "404-3 ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "3562cbe6c9ad7fb9821d21d34f24ed50", "3562cbe6c9ad7fb9821d21d34f24ed50", "3562cbe6c9ad7fb9821d21d34f24ed50" ] }, { "property": [ "Training and Development : Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "404-3 ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5e40136d8b852afa243b8090a7ec922f", "5e40136d8b852afa243b8090a7ec922f", "5e40136d8b852afa243b8090a7ec922f" ] }, { "property": [ "Training and Development : Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "404-3 ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "a1f8a3717a6e48203de97e776b87415a", "a1f8a3717a6e48203de97e776b87415a", "a1f8a3717a6e48203de97e776b87415a" ] }, { "property": [ "Training and Development : Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "93% ", "404-3 ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5fd24b385f1459ef7b4a6a84f52c699e", "5fd24b385f1459ef7b4a6a84f52c699e", "5fd24b385f1459ef7b4a6a84f52c699e" ] }, { "property": [ "Training and Development : Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "404-3 ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "96d4b09d4fedd6c4cbac77788f31efae", "96d4b09d4fedd6c4cbac77788f31efae", "96d4b09d4fedd6c4cbac77788f31efae" ] }, { "property": [ "Training and Development : Average number of training hours per employee ", "GRI ", "time" ], "property_value": [ "21 ", "404-1 ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "6dd5ee91afe915f59646c2b5e92cead7", "6dd5ee91afe915f59646c2b5e92cead7", "6dd5ee91afe915f59646c2b5e92cead7" ] }, { "property": [ "Training and Development : Average number of training hours per employee ", "GRI ", "time" ], "property_value": [ "20 ", "404-1 ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b7e57c1ccd334e8912230e6f53aa348f", "b7e57c1ccd334e8912230e6f53aa348f", "b7e57c1ccd334e8912230e6f53aa348f" ] }, { "property": [ "Training and Development : Average number of training hours per employee ", "GRI ", "time" ], "property_value": [ "14 ", "404-1 ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b10ce714a1f002371172964745048797", "b10ce714a1f002371172964745048797", "b10ce714a1f002371172964745048797" ] }, { "property": [ "Training and Development : Average number of training hours per employee ", "GRI ", "time" ], "property_value": [ "- ", "404-1 ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "a1972c4a3c674455707c45268bdd2d9c", "a1972c4a3c674455707c45268bdd2d9c", "a1972c4a3c674455707c45268bdd2d9c" ] }, { "property": [ "Training and Development : Average number of training hours per employee ", "GRI ", "time" ], "property_value": [ "21 ", "404-1 ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "6396d6c8f68688e9a85e8ba87727a7ee", "6396d6c8f68688e9a85e8ba87727a7ee", "6396d6c8f68688e9a85e8ba87727a7ee" ] }, { "property": [ "Training and Development : Average number of training hours per employee ", "GRI ", "time" ], "property_value": [ "1% ", "404-1 ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "dbccf1b8e0fd2c075466ce6b3e15351f", "dbccf1b8e0fd2c075466ce6b3e15351f", "dbccf1b8e0fd2c075466ce6b3e15351f" ] }, { "property": [ "Training and Development : Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5b8c1421da75c2b4f4abd9e469a54980", "5b8c1421da75c2b4f4abd9e469a54980", "5b8c1421da75c2b4f4abd9e469a54980" ] }, { "property": [ "Training and Development : Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "6826f995df49b7bb4be0a6d5b50245aa", "6826f995df49b7bb4be0a6d5b50245aa", "6826f995df49b7bb4be0a6d5b50245aa" ] }, { "property": [ "Training and Development : Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "77e365829534a387d35fe06992df3b24", "77e365829534a387d35fe06992df3b24", "77e365829534a387d35fe06992df3b24" ] }, { "property": [ "Training and Development : Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "6d083605dfc68e45f607e6ee6029aba1", "6d083605dfc68e45f607e6ee6029aba1", "6d083605dfc68e45f607e6ee6029aba1" ] }, { "property": [ "Training and Development : Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "93% ", "- ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "bc25e2f7540d5fbd05b8d8bd41aba5f0", "bc25e2f7540d5fbd05b8d8bd41aba5f0", "bc25e2f7540d5fbd05b8d8bd41aba5f0" ] }, { "property": [ "Training and Development : Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "dbcd8eb18781098bdf1b689be2d14ae0", "dbcd8eb18781098bdf1b689be2d14ae0", "dbcd8eb18781098bdf1b689be2d14ae0" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "71% ", "- ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b787ff1a9a68ed55322e11202fef5caf", "b787ff1a9a68ed55322e11202fef5caf", "b787ff1a9a68ed55322e11202fef5caf" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "66%* ", "- ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "aeb2a022d3ad55e0d060e4396f0cfe2a", "aeb2a022d3ad55e0d060e4396f0cfe2a", "aeb2a022d3ad55e0d060e4396f0cfe2a" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "96fd2f60e740bbf42bff6e5019705c6b", "96fd2f60e740bbf42bff6e5019705c6b", "96fd2f60e740bbf42bff6e5019705c6b" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "3382a9589413247a35d8c471704b177e", "3382a9589413247a35d8c471704b177e", "3382a9589413247a35d8c471704b177e" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "3bd40ef9125e0d989d86ea8af5e3c654", "3bd40ef9125e0d989d86ea8af5e3c654", "3bd40ef9125e0d989d86ea8af5e3c654" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "f3d38539ef64a8b1f97b07cebf3a2bdf", "f3d38539ef64a8b1f97b07cebf3a2bdf", "f3d38539ef64a8b1f97b07cebf3a2bdf" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "53% ", "- ", "2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "20a77708d4c9b945ea392b5ed78b23cf", "20a77708d4c9b945ea392b5ed78b23cf", "20a77708d4c9b945ea392b5ed78b23cf" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "54%* ", "- ", "2019 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "8a3b554b68755e8c946687b0f5f3dc12", "8a3b554b68755e8c946687b0f5f3dc12", "8a3b554b68755e8c946687b0f5f3dc12" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2020 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "118bce2ef021949412f48da1d8ddcfee", "118bce2ef021949412f48da1d8ddcfee", "118bce2ef021949412f48da1d8ddcfee" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. base year " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "50c6a9e8792ce6333bce9a18c431a230", "50c6a9e8792ce6333bce9a18c431a230", "50c6a9e8792ce6333bce9a18c431a230" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "2022 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b91c2b8714b2bcb96418b3e2d2db692e", "b91c2b8714b2bcb96418b3e2d2db692e", "b91c2b8714b2bcb96418b3e2d2db692e" ] }, { "property": [ "Proactive Internal Communication and Social Dialogue : Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "GRI ", "time" ], "property_value": [ "- ", "- ", "Variation 2022 vs. 2021 " ], "unit": [ "", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "4a46bd5c0da71a7474e9260bf8e5a56b", "4a46bd5c0da71a7474e9260bf8e5a56b", "4a46bd5c0da71a7474e9260bf8e5a56b" ] } ]
{ "data_hash": "955da44628c12a6b974db08c2725c26d", "document": { "languages": [ "en" ], "advanced": { "symbol": "OTC: TKFTF", "ticker": "TKFTF", "website": [ "http://www.tarkett-group.com/" ], "year": 2022, "exchange": "OTC", "industry": "Building Materials Wholesale", "location": "Paris, France", "employees": "10,000+ Employees", "sector": "Basic Materials" }, "subjects": [ "Basic Materials" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Tarkett", "id": "tarkett", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "With a history of more than 140 years, Tarkett is a worldwide leader in innovative and sustainable flooring and sports surface solutions, generating net sales of € 3.4 billion in 2022. The Group employs 12,000 employees and has 25 R&D centers, 8 recycling centers and 34 production sites. Tarkett creates and manufactures solutions for hospitals, schools, housing, hotels, offices, storesand sports fields, serving customers in over 100 countries. To build “The Way to Better Floors,” the Group is committed to circular economy and sustainability, in line with its Tarkett Human‐Conscious Design® approach." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/OTC_TKFTF_2022.pdf" ], "title": "2022 Corporate Social & Environmental Responsibility Report", "type": "ESG report", "logs": [ { "date": "2023-08-16T11:46:48.737217+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:36:01.839+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "94d2c28cfd1f37e1f2e80850364f349bb846aef0816e34557e2a258c36182c7c", "index_tables": 21 }, "collection": "esg", "sub_collection": [ "social" ], "entities": [ "training hours per employee" ], "ratio_numbers": 0.5576923076923077 }
[ [ "key", "header_1", "time_value", "time_value", "time_value", "time_value", "time_value", "time_value" ], [ "empty", "header_1", "header_1", "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "header_1", "header_1", "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "key_value", "property", "property_value", "property_value", "property_value", "property_value", "property_value", "property_value" ] ]
[ [ "GRI ", "Indicator ", "2021 ", "2019 ", "2020 ", "Variation 2022 vs. base year ", "2022 ", "Variation 2022 vs. 2021 " ], [ "", "Training and Development ", "Training and Development ", "Training and Development ", "Training and Development ", "Training and Development ", "Training and Development ", "Training and Development " ], [ "203-2 ", "Number of external people who received Tarkett Academy training ", "8,148 ", "8,229 ", "5,176 ", "- ", "7,889 ", "-3.2% " ], [ "412-2b ", "Percentage of employees who have participated to e-learning training on Business Ethics ", "97.6% ", "- ", "- ", "- ", "97.4% ", "-0.2% " ], [ "- ", "Percentage of employees trained at least 1 day during the year [base year 2011] ", "44% ", "58% ", "34% ", "8% ", "45% ", "1.5% " ], [ "- ", "Percentage of open management positions filled by an internal candidate ", "63% ", "65% ", "56% ", "- ", "54% ", "-9% " ], [ "- - ", "Training hours (thousand hours) [base year 2013] ", "246 ", "256 ", "165 ", "26% ", "252 ", "2.3% " ], [ "404-3 ", "Percentage of enrolled employees who completed a Performance & Development Review (or equivalent) during the year ", "- ", "- ", "- ", "- ", "93% ", "- " ], [ "404-1 ", "Average number of training hours per employee ", "21 ", "20 ", "14 ", "- ", "21 ", "1% " ], [ "- ", "Percentage of enrolled permanent employees who completed a Performance & Development Review (or equivalent) during the year ", "- ", "- ", "- ", "- ", "93% ", "- " ], [ "203-2 ", "Proactive Internal Communication and Social Dialogue ", "Proactive Internal Communication and Social Dialogue ", "Proactive Internal Communication and Social Dialogue ", "Proactive Internal Communication and Social Dialogue ", "Proactive Internal Communication and Social Dialogue ", "Proactive Internal Communication and Social Dialogue ", "Proactive Internal Communication and Social Dialogue " ], [ "- ", "Progress on “Communicate proactively towards all employees” in employee feedback survey [base year 2010] (*2018) ", "71% ", "66%* ", "- ", "- ", "- ", "- " ], [ "- ", "Progress on “Listen to employees and engage in social dialogue” in employee feedback survey [base year 2010] (*2018) ", "53% ", "54%* ", "- ", "- ", "- ", "- " ] ]
table
augmented
b26ba0ecf0846ec853d03b848ce465e3
[ { "property": [ "Average training hours per year/employee ", "category" ], "property_value": [ "23.5 ", "Male " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c706355401f2228cb6697e7a10848bcd", "c706355401f2228cb6697e7a10848bcd" ] }, { "property": [ "Average training hours per year/employee ", "category" ], "property_value": [ "23.8 ", "All employees " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "408f1be0b013d5ef48ed343dbae284b9", "408f1be0b013d5ef48ed343dbae284b9" ] }, { "property": [ "Average training hours per year/employee ", "category" ], "property_value": [ "23.1 ", "Managers 1 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "552a297b92ae81b75c8c1af035487379", "552a297b92ae81b75c8c1af035487379" ] }, { "property": [ "Average training hours per year/employee ", "category" ], "property_value": [ "24.0 ", "Operators 2 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e3ef4079b24c6207b38ea3fce9c469e7", "e3ef4079b24c6207b38ea3fce9c469e7" ] }, { "property": [ "Average training hours per year/employee ", "category" ], "property_value": [ "26.1 ", "Female " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "585f8a10b1a16d6aecc75041c3c41734", "585f8a10b1a16d6aecc75041c3c41734" ] } ]
{ "data_hash": "2b49845b9d0ab5c4fdc28f9a5e2becef", "document": { "languages": [ "en" ], "advanced": { "symbol": "NYSE: CSTM", "ticker": "CSTM", "website": [ "https://www.constellium.com/" ], "year": 2022, "exchange": "NYSE", "industry": "Aluminum", "location": "Paris, France", "employees": "10,000+ Employees", "sector": "Basic Materials" }, "subjects": [ "Basic Materials" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Constellium SE", "id": "constellium-se", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Constellium is a leading full-service supplier of rolled and extruded aluminium solutions for the global automotive market. They help engineer lighter, stronger and safer vehicles to deliver higher performance, lower emissions, better fuel economy and greater range. With a product offer that includes solutions for closures, structural components, Crash Management Systems, battery enclosures, decorative parts and heat exchangers, Constellium aluminium enables advanced mobility. One in four vehicles produced in Europe and North America in 2019 features aluminium from Constellium." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NYSE_CSTM_2022.pdf" ], "title": "2022 Sustainability Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T02:03:55.046604+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:24:07.669+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "3edb14748d577ed6cce573b95c9748f6254e75d6ab7147415e83baf188ff01d0", "index_tables": 11 }, "collection": "esg", "sub_collection": [ "social" ], "entities": [ "training hours per employee" ], "ratio_numbers": 0 }
[ [ "empty", "key_value", "key_value", "key_value", "key_value", "key_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ] ]
[ [ "", "Male ", "All employees ", "Managers 1 ", "Operators 2 ", "Female " ], [ "Average training hours per year/employee ", "23.5 ", "23.8 ", "23.1 ", "24.0 ", "26.1 " ] ]
table
augmented
586ddd875ba42ee5164ac53e9afb6018
[ { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 3 ", "time" ], "property_value": [ "438,731 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a5e16396fe2e57509e18759ff5482e78", "a5e16396fe2e57509e18759ff5482e78" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 3 ", "time" ], "property_value": [ "531,638 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "122403f5490dce06b837813ce517ef77", "122403f5490dce06b837813ce517ef77" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 3 ", "time" ], "property_value": [ "548,900 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "245670958d5517d7c6b1408ea8e6fd6e", "245670958d5517d7c6b1408ea8e6fd6e" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 3 Emissions Intensity (tCO2e/ million $ gross profit) ", "time" ], "property_value": [ "293 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8452395f3594bc1bdae7bd75dc6518fd", "8452395f3594bc1bdae7bd75dc6518fd" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 2 - Market ", "time" ], "property_value": [ "4† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "439f24dd95f340f337280bcb1e3ea834", "439f24dd95f340f337280bcb1e3ea834" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 2 - Market ", "time" ], "property_value": [ "0† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7421e6f7edeb07b63e4d510547c8abe9", "7421e6f7edeb07b63e4d510547c8abe9" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 2 - Market ", "time" ], "property_value": [ "0† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "49d798f68be056e0ac5a4d8c5e9964d5", "49d798f68be056e0ac5a4d8c5e9964d5" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 1 ", "time" ], "property_value": [ "294† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ef3e5e6ed6cbae1385572265223da995", "ef3e5e6ed6cbae1385572265223da995" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 1 ", "time" ], "property_value": [ "371 † ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8ed0a2274914b9e1a7622d7918e515cc", "8ed0a2274914b9e1a7622d7918e515cc" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 1 ", "time" ], "property_value": [ "350† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d0f3fe2ac9692130128ee5724c30fc03", "d0f3fe2ac9692130128ee5724c30fc03" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 2 - Location ", "time" ], "property_value": [ "914† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "29c1cba292d7c57e3564828f47ff91a6", "29c1cba292d7c57e3564828f47ff91a6" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 2 - Location ", "time" ], "property_value": [ "542 † ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "31ed9256afcfa9785b9fbd7afb23fd91", "31ed9256afcfa9785b9fbd7afb23fd91" ] }, { "property": [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) : GHG Emissions by Scope : Scope 2 - Location ", "time" ], "property_value": [ "420† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7dfe5b2ec9fdbfa4af1b25866316379a", "7dfe5b2ec9fdbfa4af1b25866316379a" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Purchased Goods & Services (excluding Computing) ", "time" ], "property_value": [ "76,451† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "cb5caeee0dacc0e5956e28f861bb37f5", "cb5caeee0dacc0e5956e28f861bb37f5" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Purchased Goods & Services (excluding Computing) ", "time" ], "property_value": [ "106,434† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "0a9ef50f419305eb16542d57597a31f1", "0a9ef50f419305eb16542d57597a31f1" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Purchased Goods & Services (excluding Computing) ", "time" ], "property_value": [ "97,302† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e63f29054436aa80915a1ea88650eb86", "e63f29054436aa80915a1ea88650eb86" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Other Computing ", "time" ], "property_value": [ "488† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "37876dff49f1de843acc005fe9d77730", "37876dff49f1de843acc005fe9d77730" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Other Computing ", "time" ], "property_value": [ "1,836† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9cc3ae7461f34cd286984e26bfa984ee", "9cc3ae7461f34cd286984e26bfa984ee" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Other Computing ", "time" ], "property_value": [ "466† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e69dd50fae90e5b869fa78c98851be05", "e69dd50fae90e5b869fa78c98851be05" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Cloud Computing - Google Cloud (Etsy Only) ", "time" ], "property_value": [ "12,054† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ef837045c33327ec775d0cc57e953ca0", "ef837045c33327ec775d0cc57e953ca0" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 1: Purchased Goods & Services : Cloud Computing - Google Cloud (Etsy Only) ", "time" ], "property_value": [ "13,623† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "1589ece673c53024a2693bc890007491", "1589ece673c53024a2693bc890007491" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 3: Fuel & Energy Related Activities : Fuel & Energy Related Activities Not Included in Scope 1 or Scope 2 ", "time" ], "property_value": [ "3,429 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d3ec16fbcdbf4c784c9a4ce3f9a5284d", "d3ec16fbcdbf4c784c9a4ce3f9a5284d" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 3: Fuel & Energy Related Activities : Fuel & Energy Related Activities Not Included in Scope 1 or Scope 2 ", "time" ], "property_value": [ "2,711 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f69efc3bc76df7347e806bf8fbfaefb9", "f69efc3bc76df7347e806bf8fbfaefb9" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 5: Waste Generated in Operations : Waste ", "time" ], "property_value": [ "3 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a3e4229ad75dfa100ae1995bd1a72913", "a3e4229ad75dfa100ae1995bd1a72913" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 5: Waste Generated in Operations : Waste ", "time" ], "property_value": [ "5 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "59ab45a6c941e2d725b227e63b497db9", "59ab45a6c941e2d725b227e63b497db9" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 5: Waste Generated in Operations : Waste ", "time" ], "property_value": [ "3 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "e9331e4f2283d01f96da78abac16c94d", "e9331e4f2283d01f96da78abac16c94d" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 5: Waste Generated in Operations : Water ", "time" ], "property_value": [ "9 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "d0f26e672d7a51e683679df6384dc440", "d0f26e672d7a51e683679df6384dc440" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 5: Waste Generated in Operations : Water ", "time" ], "property_value": [ "4 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "013bd8b3e7b3153d25f8cac0996f38bb", "013bd8b3e7b3153d25f8cac0996f38bb" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 5: Waste Generated in Operations : Water ", "time" ], "property_value": [ "4 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "dcae53f37077e8a4e84ed311f1140230", "dcae53f37077e8a4e84ed311f1140230" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 6: Business Travel : Air Travel ", "time" ], "property_value": [ "153† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c85d28c9dbecdee3efb13567b988962d", "c85d28c9dbecdee3efb13567b988962d" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 6: Business Travel : Air Travel ", "time" ], "property_value": [ "1,067† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "deac6d950f94d7fd973a9b88a25dcb49", "deac6d950f94d7fd973a9b88a25dcb49" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 6: Business Travel : Air Travel ", "time" ], "property_value": [ "67† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5795ffb400645b45d20049d6df9c36d6", "5795ffb400645b45d20049d6df9c36d6" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 6: Business Travel : Other Business Travel ", "time" ], "property_value": [ "10 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "65dba3f9a702f4e990104790c2d6b126", "65dba3f9a702f4e990104790c2d6b126" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 6: Business Travel : Other Business Travel ", "time" ], "property_value": [ "163 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f557c39d7eef4fb1c7addd83b4b4f53d", "f557c39d7eef4fb1c7addd83b4b4f53d" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 6: Business Travel : Other Business Travel ", "time" ], "property_value": [ "9 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "6bd058d296db10e79bff61737caf50e7", "6bd058d296db10e79bff61737caf50e7" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 7: Employee Commuting : Remote Workers ", "time" ], "property_value": [ "672 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f7f68cdb670ac5e2af11d9eb75653405", "f7f68cdb670ac5e2af11d9eb75653405" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 7: Employee Commuting : Remote Workers ", "time" ], "property_value": [ "1,401 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b2aafe5cbd18f3949f328ce35ece3fe1", "b2aafe5cbd18f3949f328ce35ece3fe1" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 7: Employee Commuting : Remote Workers ", "time" ], "property_value": [ "1,066 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "509953dbae370662162129d3c32bd5c6", "509953dbae370662162129d3c32bd5c6" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 7: Employee Commuting : Commuting ", "time" ], "property_value": [ "111 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7b2038623b0717b97b6ff3b737d02a1d", "7b2038623b0717b97b6ff3b737d02a1d" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 7: Employee Commuting : Commuting ", "time" ], "property_value": [ "1,042 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "30925799d3a1b800d6b8af6b0c5d39d4", "30925799d3a1b800d6b8af6b0c5d39d4" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 7: Employee Commuting : Commuting ", "time" ], "property_value": [ "83 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "58ed955e3b549ea988981df33f3dc430", "58ed955e3b549ea988981df33f3dc430" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 8: Upstream Leased Assets : Cloud Computing - Google Cloud (Etsy Only) ", "time" ], "property_value": [ "0† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c37dd8a945caf69a190e4a826d95bf01", "c37dd8a945caf69a190e4a826d95bf01" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 9: Downstream Transportation & Distribution : Packaging ", "time" ], "property_value": [ "53,489† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "90f60df343efbfb8dae99d75bd362b6a", "90f60df343efbfb8dae99d75bd362b6a" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 9: Downstream Transportation & Distribution : Packaging ", "time" ], "property_value": [ "57,911† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ec6542873002cbe1e5ed12ab62c78791", "ec6542873002cbe1e5ed12ab62c78791" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 9: Downstream Transportation & Distribution : Packaging ", "time" ], "property_value": [ "63,645† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "fbde7f08ae47cd16b0f18b48b94a5a58", "fbde7f08ae47cd16b0f18b48b94a5a58" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 9: Downstream Transportation & Distribution : Shipping ", "time" ], "property_value": [ "303,218† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "04e79388aebe0fa2926afcb3b012fb39", "04e79388aebe0fa2926afcb3b012fb39" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 9: Downstream Transportation & Distribution : Shipping ", "time" ], "property_value": [ "339,395† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "28dbf1038d554d31b6efff51e16dd4ad", "28dbf1038d554d31b6efff51e16dd4ad" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 9: Downstream Transportation & Distribution : Shipping ", "time" ], "property_value": [ "363,361† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8b8b1e159c660c1df2023417c0a2ec11", "8b8b1e159c660c1df2023417c0a2ec11" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 11: Use of Sold Products : End User Energy Use ", "time" ], "property_value": [ "4,127† ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5c02544ae579eaebec73f90dd8bc5ee0", "5c02544ae579eaebec73f90dd8bc5ee0" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 11: Use of Sold Products : End User Energy Use ", "time" ], "property_value": [ "6,897† ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c1a5b28874f6791ecc3d87f03557423e", "c1a5b28874f6791ecc3d87f03557423e" ] }, { "property": [ "Scope 3 GHG Emissions by Activity Source : Category 11: Use of Sold Products : End User Energy Use ", "time" ], "property_value": [ "6,560† ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "fd2db3d71f5bb27bd3056fcc914cbd1d", "fd2db3d71f5bb27bd3056fcc914cbd1d" ] } ]
{ "data_hash": "bd325d80596c5afb09c0eeaef9f01ef3", "document": { "languages": [ "en" ], "advanced": { "symbol": "NASDAQ: ETSY", "ticker": "ETSY", "website": [ "https://www.etsy.com/" ], "year": 2022, "exchange": "NASDAQ", "industry": "Specialty Retail, Other", "location": "rooklyn, New York", "employees": "501-1000 Employees", "sector": "Services" }, "subjects": [ "Services" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Etsy Inc", "id": "etsy-inc", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Etsy, Inc. operates online and offline marketplaces to buy and sell handmade items, vintage goods, and craft supplies. Its platform connects sellers and buyers to sell or buy products for art, home and living, mobile accessories, jewelry, wedding, and others. The company was founded in 2005 and is headquartered in Brooklyn, New York. It has additional offices in Berlin, Germany; Dublin, Ireland; Hudson, New York; London, United Kingdom; Melbourne, Australia; Paris, France; San Francisco, California; and Toronto, Canada." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/NASDAQ_ETSY_2022.pdf" ], "title": "2022 Responsibility Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T09:59:42.340016+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:26:37.185+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "260b43d5948d8a19876338bf55047ebb0d93680f064c2aacfcde1fa723fa5ede", "index_tables": 13 }, "collection": "esg", "sub_collection": [ "environment" ], "entities": [ "scope 3 ghg emissions", "scope 1 ghg emissions" ], "ratio_numbers": 0.7916666666666666 }
[ [ "header_1", "rubbish", "rubbish", "rubbish" ], [ "header_2", "time_value", "time_value", "time_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "empty", "property_value", "empty" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_1", "empty", "empty", "empty" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "empty", "property_value", "property_value" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "empty", "property_value", "property_value" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "empty", "empty" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value" ], [ "header_2", "empty", "empty", "empty" ], [ "property", "property_value", "property_value", "property_value" ] ]
[ [ "Greenhouse Gas (“GHG”) Emissions Summary (tCO2e) ", "Etsy.com + Reverb ", "Etsy.com, Reverb, Depop ", "Etsy.com + Reverb " ], [ "GHG Emissions by Scope ", "2020 ", "2022 ", "2021 " ], [ "Scope 3 ", "438,731 ", "531,638 ", "548,900 " ], [ "Scope 3 Emissions Intensity (tCO2e/ million $ gross profit) ", "", "293 ", "" ], [ "Scope 2 - Market ", "4† ", "0† ", "0† " ], [ "Scope 1 ", "294† ", "371 † ", "350† " ], [ "Scope 2 - Location ", "914† ", "542 † ", "420† " ], [ "Scope 3 GHG Emissions by Activity Source ", "", "", "" ], [ "Category 1: Purchased Goods & Services ", "", "", "" ], [ "Purchased Goods & Services (excluding Computing) ", "76,451† ", "106,434† ", "97,302† " ], [ "Other Computing ", "488† ", "1,836† ", "466† " ], [ "Cloud Computing - Google Cloud (Etsy Only) ", "", "12,054† ", "13,623† " ], [ "Category 3: Fuel & Energy Related Activities ", "", "", "" ], [ "Fuel & Energy Related Activities Not Included in Scope 1 or Scope 2 ", "", "3,429 ", "2,711 " ], [ "Category 5: Waste Generated in Operations ", "", "", "" ], [ "Waste ", "3 ", "5 ", "3 " ], [ "Water ", "9 ", "4 ", "4 " ], [ "Category 6: Business Travel ", "", "", "" ], [ "Air Travel ", "153† ", "1,067† ", "67† " ], [ "Other Business Travel ", "10 ", "163 ", "9 " ], [ "Category 7: Employee Commuting ", "", "", "" ], [ "Remote Workers ", "672 ", "1,401 ", "1,066 " ], [ "Commuting ", "111 ", "1,042 ", "83 " ], [ "Category 8: Upstream Leased Assets ", "", "", "" ], [ "Cloud Computing - Google Cloud (Etsy Only) ", "0† ", "", "" ], [ "Category 9: Downstream Transportation & Distribution ", "", "", "" ], [ "Packaging ", "53,489† ", "57,911† ", "63,645† " ], [ "Shipping ", "303,218† ", "339,395† ", "363,361† " ], [ "Category 11: Use of Sold Products ", "", "", "" ], [ "End User Energy Use ", "4,127† ", "6,897† ", "6,560† " ] ]
table
augmented
55f0aacb0f325abcdf59091c016d8070
[ { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 2 emissions location-based ", "SASB code ", "time" ], "property_value": [ "20 ", "Additional ", "Data 2022 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "abea60197454305f6ede98881d1ba237", "abea60197454305f6ede98881d1ba237", "abea60197454305f6ede98881d1ba237" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 2 emissions location-based ", "SASB code ", "time" ], "property_value": [ "-* ", "Additional ", "Data 2021 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "910a4c1a993bc172d0784815aa70c863", "910a4c1a993bc172d0784815aa70c863", "910a4c1a993bc172d0784815aa70c863" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 3 indirect emissions ", "SASB code ", "time" ], "property_value": [ "95 652 ", "Additional ", "Data 2022 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "ed5ae38e958c790f12fe0a6900c0a651", "ed5ae38e958c790f12fe0a6900c0a651", "ed5ae38e958c790f12fe0a6900c0a651" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 3 indirect emissions ", "SASB code ", "time" ], "property_value": [ "72 517 ", "Additional ", "Data 2021 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "7e13af0d87dc96878edb45e3f0c5abb7", "7e13af0d87dc96878edb45e3f0c5abb7", "7e13af0d87dc96878edb45e3f0c5abb7" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 1 emissions: Operational control approach ", "SASB code ", "time" ], "property_value": [ "24 368 ", "TR-MT-110a.1 ", "Data 2022 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "9dbf783cf691eabff215464e467b820f", "9dbf783cf691eabff215464e467b820f", "9dbf783cf691eabff215464e467b820f" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 1 emissions: Operational control approach ", "SASB code ", "time" ], "property_value": [ "25 828 ", "TR-MT-110a.1 ", "Data 2021 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "c69c9f2caf309097577803b0296b01c5", "c69c9f2caf309097577803b0296b01c5", "c69c9f2caf309097577803b0296b01c5" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Discussion of strategy or plans to address air emissions-related risks, opportunities, and impacts ", "SASB code ", "time" ], "property_value": [ "Page 8 ", "EM-SV-110a.2 ", "Data 2022 " ], "unit": [ "Qualitative description ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "3b7aac92300eed1da57ca044f252bbd8", "3b7aac92300eed1da57ca044f252bbd8", "3b7aac92300eed1da57ca044f252bbd8" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Discussion of strategy or plans to address air emissions-related risks, opportunities, and impacts ", "SASB code ", "time" ], "property_value": [ "EM-SV-110a.2 ", "EM-SV-110a.2 ", "Data 2021 " ], "unit": [ "Qualitative description ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "017a74574c9ed5b1f4f79e0a298d1e94", "017a74574c9ed5b1f4f79e0a298d1e94", "017a74574c9ed5b1f4f79e0a298d1e94" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 2 emissions market-based ", "SASB code ", "time" ], "property_value": [ "42 ", "Additional ", "Data 2022 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "f1d4de1d674fde05d8a82f8e56e65e71", "f1d4de1d674fde05d8a82f8e56e65e71", "f1d4de1d674fde05d8a82f8e56e65e71" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Gross global Scope 2 emissions market-based ", "SASB code ", "time" ], "property_value": [ "-* ", "Additional ", "Data 2021 " ], "unit": [ "Metric tons CO$_{2}$-e ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "2a18b43f78ef88bfe8ecb5b213c09c3e", "2a18b43f78ef88bfe8ecb5b213c09c3e", "2a18b43f78ef88bfe8ecb5b213c09c3e" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Discussion of long-term and short-term strategy or plan to manage Scope 1 emissions, emissions reduction targets, and an analysis of performance against those targets ", "SASB code ", "time" ], "property_value": [ "Page 8 ", "TR-MT-110a.2 ", "Data 2022 " ], "unit": [ "Qualitative description ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "1f1ccb7c5ad70aae94f5b5da31e4385b", "1f1ccb7c5ad70aae94f5b5da31e4385b", "1f1ccb7c5ad70aae94f5b5da31e4385b" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : CO$_{2}$ emissions : Discussion of long-term and short-term strategy or plan to manage Scope 1 emissions, emissions reduction targets, and an analysis of performance against those targets ", "SASB code ", "time" ], "property_value": [ "TR-MT-110a.2 ", "TR-MT-110a.2 ", "Data 2021 " ], "unit": [ "Qualitative description ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "3b4cd63d678b0893e3abe1c18067f39d", "3b4cd63d678b0893e3abe1c18067f39d", "3b4cd63d678b0893e3abe1c18067f39d" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Average Energy Efficiency Design Index (EEDI) for new ships ", "time" ], "property_value": [ "N/A** ", "Data 2022 " ], "unit": [ "Grams of CO$_{2}$ per ton-nautical mile ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8c9f68f5366f269dd917e4ebb922abe3", "8c9f68f5366f269dd917e4ebb922abe3" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Average Energy Efficiency Design Index (EEDI) for new ships ", "time" ], "property_value": [ "N/A** ", "Data 2021 " ], "unit": [ "Grams of CO$_{2}$ per ton-nautical mile ", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "5e421d901bec73a5d2b6196531541315", "5e421d901bec73a5d2b6196531541315" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Total energy consumed ", "SASB code ", "time" ], "property_value": [ "1.95 ", "TR-MT-110a.3 TR-MT-110a.4 ", "Data 2022 " ], "unit": [ "Percentage of energy from renewable / low-carbon sources (%) ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "b5df9efa543e2843effb84ce2db9c1fa", "b5df9efa543e2843effb84ce2db9c1fa", "b5df9efa543e2843effb84ce2db9c1fa" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Total energy consumed ", "SASB code ", "time" ], "property_value": [ "-* ", "TR-MT-110a.3 TR-MT-110a.4 ", "Data 2021 " ], "unit": [ "Percentage of energy from renewable / low-carbon sources (%) ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "12aeea5795ffae2fcd1ead3aaadd135a", "12aeea5795ffae2fcd1ead3aaadd135a", "12aeea5795ffae2fcd1ead3aaadd135a" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Total energy consumed ", "SASB code ", "time" ], "property_value": [ "7,748,716 ", "TR-MT-110a.3 TR-MT-110a.4 ", "Data 2022 " ], "unit": [ "Gigajoules (GJ) ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "438a2e23c403e038fa061636e7d0f7e3", "438a2e23c403e038fa061636e7d0f7e3", "438a2e23c403e038fa061636e7d0f7e3" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Total energy consumed ", "SASB code ", "time" ], "property_value": [ "-* ", "TR-MT-110a.3 TR-MT-110a.4 ", "Data 2021 " ], "unit": [ "Gigajoules (GJ) ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "969a24d733b46dfd9cee2de8c5302f2d", "969a24d733b46dfd9cee2de8c5302f2d", "969a24d733b46dfd9cee2de8c5302f2d" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Total energy consumed ", "SASB code ", "time" ], "property_value": [ "98.05 ", "TR-MT-110a.3 TR-MT-110a.4 ", "Data 2022 " ], "unit": [ "Percentage of energy from heavy fuel (%) ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "39e6e28dcaadd58ef2da154e9da219ec", "39e6e28dcaadd58ef2da154e9da219ec", "39e6e28dcaadd58ef2da154e9da219ec" ] }, { "property": [ "GREENHOUSE GAS EMISSIONS : Energy consumed : Total energy consumed ", "SASB code ", "time" ], "property_value": [ "-* ", "TR-MT-110a.3 TR-MT-110a.4 ", "Data 2021 " ], "unit": [ "Percentage of energy from heavy fuel (%) ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "0d796ac83c0f9d90cead9dd8ef048587", "0d796ac83c0f9d90cead9dd8ef048587", "0d796ac83c0f9d90cead9dd8ef048587" ] }, { "property": [ "AIR QUALITY : Other emissions to air : (1) NO$_{X}$ (excluding N$_{2}$O) ", "SASB code ", "time" ], "property_value": [ "2,648 ", "TR-MT-120a.1 ", "Data 2022 " ], "unit": [ "Metric tons ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "fed993b42d80e0ab0124e96ca8cfb0a4", "fed993b42d80e0ab0124e96ca8cfb0a4", "fed993b42d80e0ab0124e96ca8cfb0a4" ] }, { "property": [ "AIR QUALITY : Other emissions to air : (1) NO$_{X}$ (excluding N$_{2}$O) ", "SASB code ", "time" ], "property_value": [ "1,868 ", "TR-MT-120a.1 ", "Data 2021 " ], "unit": [ "Metric tons ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "5c253fa8a582a3297c0d8162eaea8961", "5c253fa8a582a3297c0d8162eaea8961", "5c253fa8a582a3297c0d8162eaea8961" ] }, { "property": [ "AIR QUALITY : Other emissions to air : (2) SO$_{X}$ ", "SASB code ", "time" ], "property_value": [ "178 ", "TR-MT-120a.1 ", "Data 2022 " ], "unit": [ "Metric tons ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "7d6b7dbbdafdba3f2efdd0c5079088ba", "7d6b7dbbdafdba3f2efdd0c5079088ba", "7d6b7dbbdafdba3f2efdd0c5079088ba" ] }, { "property": [ "AIR QUALITY : Other emissions to air : (2) SO$_{X}$ ", "SASB code ", "time" ], "property_value": [ "125 ", "TR-MT-120a.1 ", "Data 2021 " ], "unit": [ "Metric tons ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "c1d171ef562ce6d27d78b6aa5e6f9e29", "c1d171ef562ce6d27d78b6aa5e6f9e29", "c1d171ef562ce6d27d78b6aa5e6f9e29" ] }, { "property": [ "AIR QUALITY : Other emissions to air : (3) Particulate matter ", "SASB code ", "time" ], "property_value": [ "-* ", "TR-MT-120a.1 ", "Data 2022 " ], "unit": [ "Metric tons ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "ec512b9ef903385388cd068e6880a0ab", "ec512b9ef903385388cd068e6880a0ab", "ec512b9ef903385388cd068e6880a0ab" ] }, { "property": [ "AIR QUALITY : Other emissions to air : (3) Particulate matter ", "SASB code ", "time" ], "property_value": [ "-* ", "TR-MT-120a.1 ", "Data 2021 " ], "unit": [ "Metric tons ", "", "" ], "subject": [ "", "", "" ], "subject_value": [ "", "", "" ], "predicate_hash": [ "f5e3e6175cb1d273fa3c30fae5cfce50", "f5e3e6175cb1d273fa3c30fae5cfce50", "f5e3e6175cb1d273fa3c30fae5cfce50" ] } ]
{ "data_hash": "b0e0847e99e2f1adb7133ca1cc00fc33", "document": { "languages": [ "en" ], "advanced": { "symbol": "OTC: PRSEY", "ticker": "PRSEY", "website": [ "https://www.prosafe.com/" ], "year": 2022, "exchange": "OTC", "industry": "Oil & Gas Equipment & Services", "location": "Stavanger, Norway", "employees": "51-200 Employees", "sector": "Energy" }, "subjects": [ "Energy" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Prosafe Offshore Pte Ltd", "id": "prosafe-offshore-pte-ltd", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Prosafe SE, together with its subsidiaries, owns and operates semi-submersible accommodation vessels in Europe, South America, and internationally. The company is also involved in the maintenance and modification of installations on fields for the production, hook-up and commissioning of new fields, tie-backs to existing infrastructure, and decommissioning activities. It owns and operatesa fleet of seven semi-submersible accommodation vessels and one tender support vessel. The company primarily serves oil and gas industries. Prosafe SE was founded in 1972 and is headquarter in Stavanger, Norway." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/OTC_PRSEY_2022.pdf" ], "title": "2022 Environmental, Social & Governance Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T16:19:14.231380+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:33:11.551+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "63c14db47a7db04bdaba43c09357c4645749541c5f43d68db386e779a8b8605f", "index_tables": 15 }, "collection": "esg", "sub_collection": [ "environment" ], "entities": [ "scope 1 ghg emissions", "scope 3 ghg emissions" ], "ratio_numbers": 0.7052631578947368 }
[ [ "header_1", "unit_property", "time_value", "time_value", "key" ], [ "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "header_2", "header_2", "header_2", "header_2", "header_2" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "header_2", "header_2", "header_2", "header_2", "header_2" ], [ "property", "unit_value", "property_value", "property_value", "empty" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "header_1", "header_1", "header_1", "header_1", "header_1" ], [ "header_2", "header_2", "header_2", "header_2", "header_2" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ], [ "property", "unit_value", "property_value", "property_value", "key_value" ] ]
[ [ "Accounting metric ", "Unit of measure ", "Data 2022 ", "Data 2021 ", "SASB code " ], [ "GREENHOUSE GAS EMISSIONS ", "GREENHOUSE GAS EMISSIONS ", "GREENHOUSE GAS EMISSIONS ", "GREENHOUSE GAS EMISSIONS ", "GREENHOUSE GAS EMISSIONS " ], [ "CO$_{2}$ emissions ", "CO$_{2}$ emissions ", "CO$_{2}$ emissions ", "CO$_{2}$ emissions ", "CO$_{2}$ emissions " ], [ "Gross global Scope 2 emissions location-based ", "Metric tons CO$_{2}$-e ", "20 ", "-* ", "Additional " ], [ "Gross global Scope 3 indirect emissions ", "Metric tons CO$_{2}$-e ", "95 652 ", "72 517 ", "Additional " ], [ "Gross global Scope 1 emissions: Operational control approach ", "Metric tons CO$_{2}$-e ", "24 368 ", "25 828 ", "TR-MT-110a.1 " ], [ "Discussion of strategy or plans to address air emissions-related risks, opportunities, and impacts ", "Qualitative description ", "Page 8 ", "EM-SV-110a.2 ", "EM-SV-110a.2 " ], [ "Gross global Scope 2 emissions market-based ", "Metric tons CO$_{2}$-e ", "42 ", "-* ", "Additional " ], [ "Discussion of long-term and short-term strategy or plan to manage Scope 1 emissions, emissions reduction targets, and an analysis of performance against those targets ", "Qualitative description ", "Page 8 ", "TR-MT-110a.2 ", "TR-MT-110a.2 " ], [ "Energy consumed ", "Energy consumed ", "Energy consumed ", "Energy consumed ", "Energy consumed " ], [ "Average Energy Efficiency Design Index (EEDI) for new ships ", "Grams of CO$_{2}$ per ton-nautical mile ", "N/A** ", "N/A** ", "" ], [ "Total energy consumed ", "Percentage of energy from renewable / low-carbon sources (%) ", "1.95 ", "-* ", "TR-MT-110a.3 TR-MT-110a.4 " ], [ "Total energy consumed ", "Gigajoules (GJ) ", "7,748,716 ", "-* ", "TR-MT-110a.3 TR-MT-110a.4 " ], [ "Total energy consumed ", "Percentage of energy from heavy fuel (%) ", "98.05 ", "-* ", "TR-MT-110a.3 TR-MT-110a.4 " ], [ "AIR QUALITY ", "AIR QUALITY ", "AIR QUALITY ", "AIR QUALITY ", "AIR QUALITY " ], [ "Other emissions to air ", "Other emissions to air ", "Other emissions to air ", "Other emissions to air ", "Other emissions to air " ], [ "(1) NO$_{X}$ (excluding N$_{2}$O) ", "Metric tons ", "2,648 ", "1,868 ", "TR-MT-120a.1 " ], [ "(2) SO$_{X}$ ", "Metric tons ", "178 ", "125 ", "TR-MT-120a.1 " ], [ "(3) Particulate matter ", "Metric tons ", "-* ", "-* ", "TR-MT-120a.1 " ] ]
table
augmented
23ab652a70c23882b9777061884f2114
[ { "property": [ "INDICATORS : Total Emissions tCO2-e ", "time" ], "property_value": [ "1,983,298 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7e51cc99083ca2cbe2949685c33c9cba", "7e51cc99083ca2cbe2949685c33c9cba" ] }, { "property": [ "INDICATORS : Total Emissions tCO2-e ", "time" ], "property_value": [ "2,114,527 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "685b267e89479b8077e774be939264b1", "685b267e89479b8077e774be939264b1" ] }, { "property": [ "INDICATORS : Total Emissions tCO2-e ", "time" ], "property_value": [ "2,367,913 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9b9153f8c6b76b9990aff79d79f75787", "9b9153f8c6b76b9990aff79d79f75787" ] }, { "property": [ "INDICATORS : Total Emissions tCO2-e ", "time" ], "property_value": [ "2,213,876 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "ab173e90bf2596df48400da02a26ca93", "ab173e90bf2596df48400da02a26ca93" ] }, { "property": [ "INDICATORS : Total Emissions tCO2-e ", "time" ], "property_value": [ "2,042,183 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "8453dc7405605de31d8a59dea9d5492e", "8453dc7405605de31d8a59dea9d5492e" ] }, { "property": [ "INDICATORS : Total ROM production ", "time" ], "property_value": [ "51,574,833 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "a7b4fd94619531e428bc0e44441da322", "a7b4fd94619531e428bc0e44441da322" ] }, { "property": [ "INDICATORS : Total ROM production ", "time" ], "property_value": [ "49,455,204 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9896a213001b78dff45bdf69e474dffd", "9896a213001b78dff45bdf69e474dffd" ] }, { "property": [ "INDICATORS : Total ROM production ", "time" ], "property_value": [ "46,507,466 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "94172c73c59a3c5fbe13febb0a177730", "94172c73c59a3c5fbe13febb0a177730" ] }, { "property": [ "INDICATORS : Total ROM production ", "time" ], "property_value": [ "55,490,929 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "af13ee7f5b9347fe3eb8ff6a559600a5", "af13ee7f5b9347fe3eb8ff6a559600a5" ] }, { "property": [ "INDICATORS : Total ROM production ", "time" ], "property_value": [ "51,634,141 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "aa8343dedffcb32cb1fa90a94b0ba786", "aa8343dedffcb32cb1fa90a94b0ba786" ] }, { "property": [ "INDICATORS : Total Scope 1 emissions tCO2-e ", "time" ], "property_value": [ "1,615,597 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "71584ffefd6eec6b650d62602772b735", "71584ffefd6eec6b650d62602772b735" ] }, { "property": [ "INDICATORS : Total Scope 1 emissions tCO2-e ", "time" ], "property_value": [ " 1,754,907 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c55bf702098d0487d3543594ecd1480b", "c55bf702098d0487d3543594ecd1480b" ] }, { "property": [ "INDICATORS : Total Scope 1 emissions tCO2-e ", "time" ], "property_value": [ "2,046,795 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "b670e173aac7dcee8866f9015cc7bd71", "b670e173aac7dcee8866f9015cc7bd71" ] }, { "property": [ "INDICATORS : Total Scope 1 emissions tCO2-e ", "time" ], "property_value": [ "1,858,895 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "7db6548455a873e30e9f39e296d4b677", "7db6548455a873e30e9f39e296d4b677" ] }, { "property": [ "INDICATORS : Total Scope 1 emissions tCO2-e ", "time" ], "property_value": [ "1,680,466 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "3c2145b52f48311bbc410a5a924e2f49", "3c2145b52f48311bbc410a5a924e2f49" ] }, { "property": [ "INDICATORS : Total Scope 2 emissions tCO2-e ", "time" ], "property_value": [ " 367,701 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "2b6e6ad1fb2b7fdeda4c4f55cf5c2597", "2b6e6ad1fb2b7fdeda4c4f55cf5c2597" ] }, { "property": [ "INDICATORS : Total Scope 2 emissions tCO2-e ", "time" ], "property_value": [ " 359,620 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "884672ecc2bbdc30feb3da23fcf623b8", "884672ecc2bbdc30feb3da23fcf623b8" ] }, { "property": [ "INDICATORS : Total Scope 2 emissions tCO2-e ", "time" ], "property_value": [ "321,118 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "9e11646fa6359db00cac62bc49080a67", "9e11646fa6359db00cac62bc49080a67" ] }, { "property": [ "INDICATORS : Total Scope 2 emissions tCO2-e ", "time" ], "property_value": [ "354,981 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "11a6f8cdb30bb685b577a6f3325f84f7", "11a6f8cdb30bb685b577a6f3325f84f7" ] }, { "property": [ "INDICATORS : Total Scope 2 emissions tCO2-e ", "time" ], "property_value": [ " 361,717 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "4bd03f68c96d2d9da9643f923404d6b9", "4bd03f68c96d2d9da9643f923404d6b9" ] }, { "property": [ "INDICATORS : Emissions intensity tCO2-e/ROMt ", "time" ], "property_value": [ "0.038 ", "2019 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "44571d6cf0e3c0962aca572458157916", "44571d6cf0e3c0962aca572458157916" ] }, { "property": [ "INDICATORS : Emissions intensity tCO2-e/ROMt ", "time" ], "property_value": [ "0.043 ", "2018 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "863f687a4dcdbbc0675ae7632daa3c11", "863f687a4dcdbbc0675ae7632daa3c11" ] }, { "property": [ "INDICATORS : Emissions intensity tCO2-e/ROMt ", "time" ], "property_value": [ "0.051 ", "2022 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "c5b62d5a2f9bbb405d46d1b42c4e1829", "c5b62d5a2f9bbb405d46d1b42c4e1829" ] }, { "property": [ "INDICATORS : Emissions intensity tCO2-e/ROMt ", "time" ], "property_value": [ "0.040 ", "2021 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f097bf6dc635cca1a66ab4f5a29bad8a", "f097bf6dc635cca1a66ab4f5a29bad8a" ] }, { "property": [ "INDICATORS : Emissions intensity tCO2-e/ROMt ", "time" ], "property_value": [ "0.040 ", "2020 " ], "unit": [ "", "" ], "subject": [ "", "" ], "subject_value": [ "", "" ], "predicate_hash": [ "f1bb957e371b6f8d334301b65b233a69", "f1bb957e371b6f8d334301b65b233a69" ] } ]
{ "data_hash": "bae0ebdc666cea92089e352bb56711b8", "document": { "languages": [ "en" ], "advanced": { "symbol": "ASX: YAL", "ticker": "YAL", "website": [ "https://www.yancoal.com.au/" ], "year": 2022, "exchange": "ASX", "industry": "Thermal Coal", "location": "Sydney, Australia", "employees": "1001-5000 Employees", "sector": "Energy" }, "subjects": [ "Energy" ], "publication_date": "2022-01-01T12:00:00.000+00:00", "affiliations": [ { "name": "Yancoal Australia Ltd", "id": "yancoal-australia-ltd", "source": "ir-solutions" } ], "collection": { "name": "ESG Reports", "alias": [ "esg-report" ], "type": "Document", "version": "1.3.0" }, "abstract": [ "Yancoal Australia Ltd engages in the exploration, development, production, and marketing of metallurgical and thermal coal in Japan, Singapore, China, South Korea, Taiwan, Thailand, Australia, and internationally. It owns 95% interests in the Moolarben coal mine located in the Western Coalfields of New South Wales; 100% interests in the Stratford Duralie mines located within the New SouthWales Gloucester Basin; 100% interests in the Yarrabee mine located to the northeast of Blackwater in Central Queensland's Bowen Basin; and 80% interests in the Mount Thorley mine and 84.5% interests in the Warkworth mine in the Hunter Valley region of New South Wales. It also manages six other projects in New South Wales, Queensland, and Western Australia. The company was founded in 2004 and is based in Sydney, Australia. Yancoal Australia Ltd is a subsidiary of Yanzhou Coal Mining Company Limited." ], "url_refs": [ "https://www.responsibilityreports.com/HostedData/ResponsibilityReports/PDF/ASX_YAL_2022.pdf" ], "title": "2022 ESG Report", "type": "ESG report", "logs": [ { "date": "2023-08-17T12:33:27.584590+00:00", "agent": "CCS", "comment": "CCS v9.1.1 parsing of documents", "type": "parsing", "task": null }, { "date": "2023-08-21T11:31:29.419+00:00", "agent": "CXS", "comment": "enrich esg-report-metadata-20230628 to esg-report-20230815", "type": "text enrichment", "task": "enrich esg-report-metadata-20230628 to esg-report-20230815" } ], "document_hash": "401b916dbabd69c1590296d7d5a1860d087bd4932c9e58ce3bf150e145e0d782", "index_tables": 3 }, "collection": "esg", "sub_collection": [ "environment" ], "entities": [ "scope 1 ghg emissions" ], "ratio_numbers": 1.8055555555555556 }
[ [ "header_1", "time_value", "time_value", "time_value", "time_value", "time_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ], [ "property", "property_value", "property_value", "property_value", "property_value", "property_value" ] ]
[ [ "INDICATORS ", "2019 ", "2018 ", "2022 ", "2021 ", "2020 " ], [ "Total Emissions tCO2-e ", "1,983,298 ", "2,114,527 ", "2,367,913 ", "2,213,876 ", "2,042,183 " ], [ "Total ROM production ", "51,574,833 ", "49,455,204 ", "46,507,466 ", "55,490,929 ", "51,634,141 " ], [ "Total Scope 1 emissions tCO2-e ", "1,615,597 ", " 1,754,907 ", "2,046,795 ", "1,858,895 ", "1,680,466 " ], [ "Total Scope 2 emissions tCO2-e ", " 367,701 ", " 359,620 ", "321,118 ", "354,981 ", " 361,717 " ], [ "Emissions intensity tCO2-e/ROMt ", "0.038 ", "0.043 ", "0.051 ", "0.040 ", "0.040 " ] ]
table
augmented
50bce7f8897edc85980d3bac0772d7bd
End of preview.