-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from bci-oss/add_generated_artifacts_to_pcf
Add generated artifacts to model pcf 4.0.0
- Loading branch information
Showing
6 changed files
with
11,828 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"id" : "3893bb5d-da16-4dc1-9185-11d97476c254", | ||
"specVersion" : "2.0.1-20230314", | ||
"partialFullPcf" : "Cradle-to-gate", | ||
"precedingPfIds" : { | ||
"id" : "3893bb5d-da16-4dc1-9185-11d97476c254" | ||
}, | ||
"version" : 0, | ||
"created" : "2022-05-22T21:47:32Z", | ||
"extWBCSD_pfStatus" : "Active", | ||
"validityPeriodStart" : "2022-01-01T00:00:01Z", | ||
"validityPeriodEnd" : "2022-12-31T23:59:59Z", | ||
"comment" : "Comment for version 42.", | ||
"pcfLegalStatement" : "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.", | ||
"companyName" : "My Corp", | ||
"companyIds" : { | ||
"companyId" : "urn:uuid:51131FB5-42A2-4267-A402-0ECFEFAD1619" | ||
}, | ||
"productDescription" : "Ethanol, 95% solution", | ||
"productIds" : { | ||
"productId" : "urn:gtin:4712345060507" | ||
}, | ||
"extWBCSD_productCodeCpc" : "011-99000", | ||
"productName" : "My Product Name", | ||
"pcf" : { | ||
"declaredUnit" : "liter", | ||
"unitaryProductAmount" : 1000.0, | ||
"productMassPerDeclaredUnit" : 0.456, | ||
"exemptedEmissionsPercent" : 0.0, | ||
"exemptedEmissionsDescription" : "No exemption", | ||
"extWBCSD_packagingEmissionsIncluded" : true, | ||
"boundaryProcessesDescription" : "Electricity consumption included as an input in the production phase", | ||
"geographyCountrySubdivision" : "US-NY", | ||
"geographyCountry" : "DE", | ||
"geographyRegionOrSubregion" : "Africa", | ||
"referencePeriodStart" : "2022-01-01T00:00:01Z", | ||
"referencePeriodEnd" : "2022-12-31T23:59:59Z", | ||
"crossSectoralStandardsUsed" : [ { | ||
"crossSectoralStandard" : "GHG Protocol Product standard" | ||
} ], | ||
"productOrSectorSpecificRules" : [ { | ||
"extWBCSD_operator" : "PEF", | ||
"productOrSectorSpecificRules" : { | ||
"ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" | ||
}, | ||
"extWBCSD_otherOperatorName" : "NSF" | ||
} ], | ||
"extWBCSD_characterizationFactors" : "AR5", | ||
"extWBCSD_allocationRulesDescription" : "In accordance with Catena-X PCF Rulebook", | ||
"extTFS_allocationWasteIncineration" : "cut-off", | ||
"primaryDataShare" : 56.12, | ||
"secondaryEmissionFactorSources" : [ { | ||
"secondaryEmissionFactorSource" : "ecoinvent 3.8" | ||
} ], | ||
"dataQualityRating" : { | ||
"coveragePercent" : 100, | ||
"technologicalDQR" : 2.0, | ||
"temporalDQR" : 2.0, | ||
"geographicalDQR" : 2.0, | ||
"completenessDQR" : 2.0, | ||
"reliabilityDQR" : 2.0 | ||
}, | ||
"pcfExcludingBiogenic" : 2.0, | ||
"pcfIncludingBiogenic" : 1.0, | ||
"fossilGhgEmissions" : 0.5, | ||
"biogenicCarbonEmissionsOtherThanCO2" : 1.0, | ||
"biogenicCarbonWithdrawal" : 0.0, | ||
"dlucGhgEmissions" : 0.4, | ||
"extTFS_luGhgEmissions" : 0.3, | ||
"aircraftGhgEmissions" : 0.0, | ||
"extWBCSD_packagingGhgEmissions" : 0, | ||
"distributionStagePcfExcludingBiogenic" : 1.5, | ||
"distributionStagePcfIncludingBiogenic" : 0.0, | ||
"distributionStageFossilGhgEmissions" : 0.5, | ||
"distributionStageBiogenicCarbonEmissionsOtherThanCO2" : 1.0, | ||
"distributionStageBiogenicCarbonWithdrawal" : 0.5, | ||
"extTFS_distributionStageDlucGhgEmissions" : 1.0, | ||
"extTFS_distributionStageLuGhgEmissions" : 1.1, | ||
"carbonContentTotal" : 2.5, | ||
"extWBCSD_fossilCarbonContent" : 0.1, | ||
"carbonContentBiogenic" : 0.0 | ||
} | ||
} |
Oops, something went wrong.