Skip to content

Commit

Permalink
added link to Plastics link
Browse files Browse the repository at this point in the history
  • Loading branch information
samhuestis authored Dec 3, 2024
1 parent 1d7854e commit c9b27bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specs/technical_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 1. Introduction
This document contains the necessary technical foundation for a plastics data model extension to the [Pathfinder Network,](https://wbcsd.github.io/data-exchange-protocol/v2/#pathfinder-network) developed by [RMI.](https://rmi.org/) For full documentation of the Pathfinder Network, refer to the link above.

The goal of this document is to enable the interoperable exchange of plastics Product Carbon Footprints, in accordance with the RMI's [Plastic Modling Accounting Guidance], across conforming host systems.
The goal of this document is to enable the interoperable exchange of plastics Product Carbon Footprints, in accordance with the RMI's [Plastics Extrusion and Molding Guidance](https://rmi.org/insight/plastics-extrusion-and-molding-greenhouse-gas-emissions-reporting-guidance/), across conforming host systems.

## 2. Terminology
For a full list of terminology, please refer to the [Terminology](https://wbcsd.github.io/data-exchange-protocol/v2/#terminology) section of the Pathfinder techical specification.
Expand Down Expand Up @@ -90,7 +90,7 @@ The properties of a ResinDetail object are listed in the table below.
Each ResinDetail MUST be encoded as a JSON object

### 4.6. Data Type RenewableEnergyRating
RenewableEnergyRating is defined in Appendix B of RMI's Plastics Emissions Reporting Guidance.
RenewableEnergyRating is defined in Appendix B of RMI's Plastics Extrusion and Molding Guidance.
Valid values are:
**Tier1**
**Tier2**
Expand All @@ -100,25 +100,25 @@ Valid values are:
Each RenewableEnergyRating MUST be encoded as a JSON String.

### 4.7. Data Type RecyclabilityRating
RecyclabilityRating is defined in Appendix B of RMI's Plastics Emissions Reporting Guidance.
RecyclabilityRating is defined in Appendix B of RMI's Plastics Extrusion and Molding Guidance.

#### 4.7.1. JSON Representation
Each RecyclabilityRating MUST be encoded as a JSON String.

### 4.8. Data Type EndOfLifeIntensity
Emissions instensity of a product's final end-of-life disposal method, as defined by Appendix B of RMI's Plastics Emissions Reporting Guidance.
Emissions instensity of a product's final end-of-life disposal method, as defined by Appendix B of RMI's Plastics Extrusion and Molding Guidance.

#### 4.8.1. JSON Representation
Each EndOfLifeIntensity MUST be encoded as a JSON number.

### 4.9. Data Type EndOfLifePrimaryDataShare
Primary Data Share of a products end-of-life disposal method, as defined by Appendix B of RMI's Plastics Emissions Reporting Guidance.
Primary Data Share of a products end-of-life disposal method, as defined by Appendix B of RMI's Plastics Extrusion and Molding Guidance

#### 4.9.1. JSON Representation
Each EndOfLifePrimaryDataShare MUST be encoded as a JSON number.

### 4.10. Data Type UseIntensity
A metric intended to provide a view of the intended service life of a product, as defined by Appendix B of RMI's Plastics Emissions Reporting Guidance.
A metric intended to provide a view of the intended service life of a product, as defined by Appendix B of RMI's Plastics Extrusion and Molding Guidance.

#### 4.10.1. JSON Representation
Each UseIntensity MUST be encoded as a JSON number.
Expand Down

0 comments on commit c9b27bf

Please sign in to comment.