diff --git a/.eslintignore b/.eslintignore index cc2e7915..cd8b66fe 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,4 +5,7 @@ __tests__ scripts jest.config.* jest.*.config.* -integration \ No newline at end of file +integration +node_modules +.next +packages/untp-playground/infra \ No newline at end of file diff --git a/.eslintrc.json b/.eslintrc.json index b9b64c3b..037e7da9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,13 @@ { "root": true, // TODO: Enable linting for documentation folder - "ignorePatterns": ["documentation"], - "plugins": ["@typescript-eslint", "prettier"], + "ignorePatterns": [ + "documentation" + ], + "plugins": [ + "@typescript-eslint", + "prettier" + ], "parser": "@typescript-eslint/parser", "extends": [ "eslint:recommended", @@ -11,9 +16,8 @@ ], "parserOptions": { "project": [ - "./packages/tsconfig.settings.json", - "./packages/*/tsconfig.json" - ] + "./packages/*/tsconfig.json" + ] }, "rules": { "no-console": "warn", @@ -27,14 +31,22 @@ "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unsafe-return": "off", "@typescript-eslint/no-unsafe-argument": "off", - "@typescript-eslint/no-non-null-assertion": "off" + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-floating-promises": "off", + "@typescript-eslint/restrict-template-expressions": "off", + "@typescript-eslint/no-misused-promises": "off", + "@typescript-eslint/require-await": "off", + "@typescript-eslint/no-unused-vars": "off", + "prefer-const": "off" }, "overrides": [ { - "files": ["*.js"], + "files": [ + "*.js" + ], "rules": { "@typescript-eslint/no-var-requires": "off" } } ] -} +} \ No newline at end of file diff --git a/.github/workflows/ci_cd-untp-playground.yml b/.github/workflows/ci_cd-untp-playground.yml new file mode 100644 index 00000000..165aefe2 --- /dev/null +++ b/.github/workflows/ci_cd-untp-playground.yml @@ -0,0 +1,111 @@ +name: 'CI/CD UNTP Playgroud' + +on: + workflow_dispatch: + push: + branches: + - next + - 'cd/**' + paths: + - 'packages/untp-playground/**' + - '.github/workflows/ci_cd-untp-playground.yml' + +jobs: + #todo: add running tests job + deploy_test: + if: github.repository_owner == 'uncefact' && ( github.ref == 'refs/heads/next' || startsWith(github.ref, 'refs/heads/cd/') ) + concurrency: + group: untp-plaground-${{github.ref}} + + permissions: + id-token: write + contents: read + + name: Deploy to Test + environment: + name: test + url: https://test.uncefact.org/test-untp-playground + + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: aws_login_uncefact + uses: aws-actions/configure-aws-credentials@v4 + with: + role-to-assume: ${{env.AWS_ROLE_TO_ASSUME}} + aws-region: us-east-1 + env: + AWS_ROLE_TO_ASSUME: ${{ secrets.UNCEFACT_AWS_ROLE_TO_ASSUME}} + + + - name: Setup Node LTS ✨ + uses: actions/setup-node@v3 + with: + node-version: lts/* + cache: yarn + + - name: Installing dependencies 📦️ + run: yarn install + working-directory: ./packages/untp-playground/infra + + - name: Deploy Stack + uses: pulumi/actions@v5 + with: + command: up + stack-name: ${{ env.STACK_NAME}} + work-dir: ./packages/untp-playground/infra + env: + NEXT_PUBLIC_BASE_PATH: /test-untp-playground + NEXT_PUBLIC_ASSET_PREFIX: /test-untp-playground + NEXT_PUBLIC_IMAGE_PATH: /test-untp-playground/_next/image + STACK_NAME: test + + deploy_prod: + if: github.repository_owner == 'uncefact' && github.ref_type == 'tag' && github.event_name == 'workflow_dispatch' + concurrency: + group: untp-plaground-${{github.ref}} + + permissions: + id-token: write + contents: read + + name: Deploy to Prod + environment: + name: production + url: https://test.uncefact.org/untp-playground + + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: aws_login_uncefact + uses: aws-actions/configure-aws-credentials@v4 + with: + role-to-assume: ${{env.AWS_ROLE_TO_ASSUME}} + aws-region: us-east-1 + env: + AWS_ROLE_TO_ASSUME: ${{ secrets.UNCEFACT_AWS_ROLE_TO_ASSUME}} + + + - name: Setup Node LTS ✨ + uses: actions/setup-node@v3 + with: + node-version: lts/* + cache: yarn + + - name: Installing dependencies 📦️ + run: yarn install + working-directory: ./packages/untp-playground/infra + + - name: Deploy Stack + uses: pulumi/actions@v5 + with: + command: up + stack-name: ${{ env.STACK_NAME}} + work-dir: ./packages/untp-playground/infra + env: + NEXT_PUBLIC_BASE_PATH: /untp-playground + NEXT_PUBLIC_ASSET_PREFIX: /untp-playground + NEXT_PUBLIC_IMAGE_PATH: /untp-playground/_next/image + STACK_NAME: prod diff --git a/.husky/pre-commit b/.husky/pre-commit index a18a1d98..6cdaab7b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn lint \ No newline at end of file +yarn lint diff --git a/app-config.json b/app-config.json index 99c680cd..1273cdae 100644 --- a/app-config.json +++ b/app-config.json @@ -687,7 +687,7 @@ } }, "dpp": { - "context": ["https://vocabulary.uncefact.org/untp/dpp/0.5.0/"], + "context": ["https://test.uncefact.org/vocabulary/untp/dpp/0.5.0/"], "renderTemplate": [ { "template": "
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
{{credentialSubject.name}}
{{credentialSubject.description}}
Level of independent assurance:
Type of authority endorsement:
Type of the attestation credential:
The list of specific assessments made within this conformity attestation.
{{conformityTopic}}
Industry average {{metricName}} is {{metricValue.value}}{{metricValue.unit}}.
{{name}}
{{credentialSubject.description}}
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
{{credentialSubject.name}}
{{credentialSubject.description}}
Level of independent assurance:
Type of authority endorsement:
Type of the attestation credential:
The list of specific assessments made within this conformity attestation.
{{conformityTopic}}
Industry average {{metricName}} is {{metricValue.value}}{{metricValue.unit}}.
{{name}}
{{credentialSubject.description}}
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
{{credentialSubject.name}}
{{credentialSubject.description}}
Level of independent assurance:
Type of authority endorsement:
Type of the attestation credential:
The list of specific assessments made within this conformity attestation.
{{conformityTopic}}
Industry average {{metricName}} is {{metricValue.value}}{{metricValue.unit}}.
{{name}}
{{credentialSubject.description}}
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
PRODUCT PASSPORT
{{this}}
The circularity Scorecard provides a simple high level summary of circularity performance of the product.
Recyclable content
Recycled content
Utility factor
Material circularity*
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
{{credentialSubject.emissionsScorecard.carbonFootprint}}{{credentialSubject.emissionsScorecard.declaredUnit}}
Co2Eq
{{credentialSubject.emissionsScorecard.operationalScope}}
{{credentialSubject.emissionsScorecard.primarySourcedRatio}}% primary sources
{{credentialSubject.emissionsScorecard.reportingStandard.issueDate}}
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
{{metricName}} is {{metricValue.value}}{{metricValue.unit}}
Score: {{score}} | Accuracy {{accuracy}}
{{#each credentialSubject.productCategory}}{{name}}{{#unless @last}},{{/unless}} {{/each}}
{{credentialSubject.productionDate}}
{{credentialSubject.countryOfProduction}}
Weight: {{credentialSubject.dimensions.weight.value}}{{credentialSubject.dimensions.weight.unit}} Length: {{credentialSubject.dimensions.length.value}}{{credentialSubject.dimensions.length.unit}} Width: {{credentialSubject.dimensions.width.value}}{{credentialSubject.dimensions.width.unit}} Height: {{credentialSubject.dimensions.height.value}}{{credentialSubject.dimensions.height.unit}} Volume: {{credentialSubject.dimensions.volume.value}}{{credentialSubject.dimensions.volume.unit}}
Product composition
A complete list of materials that make up the composition of this product.
{{massFraction}}%
{{massAmount.value}}{{massAmount.unit}} {{name}}
Recycled {{recycledAmount}}%
Hazard {{#if hazardous}}Yes{{else}}No{{/if}}
History
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
{{issuer.name}}
{{validFrom}}
{{validUntil}}
{{credentialSubject.description}}
{{#each credentialSubject.furtherInformation}}The circularity Scorecard provides a simple high level summary of circularity performance of the product.
*The Material Circularity Indicator provides an overall circularity score which is a function of all three of the earlier measures.
The Emissions Scorecard gives a clear snapshot of the product's greenhouse gas (GHG) emissions performance, providing a single indicator to assess its overall environmental impact.
Co2Eq
The Primary Sourced Ratio shows the percentage of scope 3 emissions data that is directly collected from actual sources, rather than being based on estimates.
{{referenceRegulation.name}} administered in {{referenceRegulation.jurisdictionCountry}} by {{referenceRegulation.administeredBy.name}}
{{referenceStandard.name}} issued by {{referenceStandard.issuingParty.name}}
Score: {{score}} | Accuracy {{accuracy}}
The Product Composition List details the materials and components used in the product, providing transparency on the origin and nature of each element.
{{credentialSubject.traceabilityInformation.valueChainProcess}}
Verified ratio {{credentialSubject.traceabilityInformation.verifiedRatio}}
This Digital Product Passport (DPP) is a digital record of the product’s sustainability and environmental performance, ensuring transparency and accountability in line with UNTP standards. The DPP can be verified at any time using the QR code or visiting www.untp-certification.org with the passport ID.
Drop the credentials here...
+ ) : ( ++ Drag and drop credentials here, or click to select files +
+ )} +
+ Missing field:{" "}
+
+ {mainError.params.missingProperty}
+
+
+ Must be one of:{" "}
+
+ {mainError.params.allowedValues.join(", ")}
+
+
+ Expected type:{" "}
+
+ {mainError.params.type}
+
+
+
+ {fixExample}
+
+
+
+ + Upload a credential to begin validation +
+ )} +⚠️ Additional properties found in credential
+