Data Contract
exploration-agec-explored-id
Open Data Contract Standard v3.1.0
Fundamentals
Basic information about the data contract
- Name
- AGEC Explored
- Version
- 1.0.0
- Status
- active
- Tenant
- FairlyMade
- Purpose
- AGEC results for the customer's products. Each row corresponds to either a product-component pair for ready-to-wear products or a product for shoe products.
- Usage
- Exposes agec results through the App Extracts.
- Limitations
- Provides near-real time data
Entity Relationship Diagram
Visual representation of data model relationships
erDiagram
"**agec_mart**" {
id🔑🔒 string
registry_customer_id string
registry_customer_id_hash integer
collection string
product_name string
product_ref string
color_code string
brand_product_id string
purchase_order string
product_weight number
product_category string
product_unique_identifier string
traceability_status string
component_id string
component_unique_identifier string
component_category string
composition array
country object
microplastics_percentage number
recycled_materials_percentage number
eco_modulation string
component_in_agec_scope boolean
component_agec_compliant boolean
product_in_agec_scope boolean
product_agec_compliant boolean
traceability_start_date timestamp
theoretical_traceability_end_date timestamp
is_rearchi boolean
}
Schema
The data schema and structure
|
agec_mart
table
This table contains the agec results of all products and components analyzed by Fairly Made
Granularity: One line by either a product-component pair for ready-to-wear products or a product for shoe products
|
||||
|---|---|---|---|---|
| Property | Business Name | Type | Required | Description |
|
id
Primary Key
|
- |
string
|
Yes | Unique identifier (generated by Fairly Made) of the product. It corresponds to the legacy study id |
registry_customer_id
|
- |
string
|
Yes | Unique registry identifier (generated by Fairly Made) of the customer |
registry_customer_id_hash
|
- |
integer
|
Yes | Customer hash of the registry customer unique identifier |
collection
|
- |
string
|
Yes | Name of the collection the product belongs to |
product_name
|
- |
string
|
No | Name of the product |
product_ref
|
- |
string
|
No | Reference of the product in the customer's system |
color_code
|
- |
string
|
No | Color of the product, as declared by the customer |
brand_product_id
|
- |
string
|
Yes | Unique identifier (generated by Fairly Made) of the product. It corresponds to the legacy study id |
purchase_order
|
- |
string
|
No | Purchase order number of the product, as declared by the customer or the supplier |
product_weight
|
- |
number
|
No | Weight of the product |
product_category
|
- |
string
|
Yes | The category of product, according to Fairly Made taxonomy |
product_unique_identifier
|
- |
string
|
No | Unique identifier of the product |
traceability_status
|
- |
string
|
No | The status of the analysis |
component_id
|
- |
string
|
No | Unique registry identifier (generated by Fairly Made) of the component |
component_unique_identifier
|
- |
string
|
No | Unique identifier of the component |
component_category
|
- |
string
|
No | The category of component, according to Fairly Made taxonomy |
composition
|
- |
array
|
No | - |
|
↳
items
|
- |
object
|
No | Composition of the component |
|
↳
raw_material
|
- |
string
|
No | Material in the component |
↳
percentage
|
- |
number
|
No | Percentage of the material in the component |
|
country
|
- |
object
|
No | Country where the step is performed, can be different from the supplier country, if declared as so |
|
↳
manufacturing
|
- |
string
|
No | ISO code of the countries where the manufacturing is performed |
↳
printing
|
- |
string
|
No | ISO code of the countries where the printing is performed |
↳
dyeing
|
- |
string
|
No | ISO code of the countries where the dyeing is performed |
↳
knitting
|
- |
string
|
No | ISO code of the countries where the knitting is performed |
↳
weaving
|
- |
string
|
No | ISO code of the countries where the weaving is performed |
↳
non_woven
|
- |
string
|
No | ISO code of the countries where the non-woven processing is performed |
↳
assembly
|
- |
string
|
No | ISO code of the countries where the assembly is performed |
↳
finishing
|
- |
string
|
No | ISO code of the countries where the finishing is performed |
↳
stitching
|
- |
string
|
No | ISO code of the countries where the stitching is performed |
|
microplastics_percentage
|
- |
number
|
Yes | Percentage of synthetic fibers in the product |
recycled_materials_percentage
|
- |
number
|
Yes | Percentage of recycled materials in the product |
eco_modulation
|
- |
string
|
No | Eco-modulation of the product as declared by the customer, following the Fairly Made taxonomy |
component_in_agec_scope
|
- |
boolean
|
No | True if the component is concerned by AGEC |
component_agec_compliant
|
- |
boolean
|
No | True if the component is compliant regarding the traceability for AGEC |
product_in_agec_scope
|
- |
boolean
|
Yes | True if the product is concerned by AGEC |
product_agec_compliant
|
- |
boolean
|
No | True if the product is compliant regarding the traceability for AGEC |
traceability_start_date
|
- |
timestamp
|
No | Date and time when the supplier data collection started |
theoretical_traceability_end_date
|
- |
timestamp
|
No | Theoretical date and time when the supplier data collection ends, it is 49 days after the start |
is_rearchi
|
- |
boolean
|
Yes | True if the product comes from the rearchi data |
Support
Support channels and resources
-
#tech-support
slack
Team
Team members and their roles
Exploration Squad
Providing access to customers and end-customers to aggregated data. Helping our customers to take data-driven decisions thanks to data visualisation, interaction and ecodesign scenarios.
| Username | Role | Date In | Date Out | Comment |
|---|---|---|---|---|
| Martin Boby | Product Manager | 2026-01-01 | - | - |
| Alice Haupais | Tech Lead | 2026-01-01 | - | - |
| Charlie Beltran | Analytics Engineer | 2026-01-01 | - | - |
| Gustave Constans | Software Engineer | 2026-01-01 | - | - |
Servers
Infrastructure servers of the data contract
-
- Server
- dev
- Type
- bigquery
- Project
- fairlymade-data-platform-dev
- Dataset
- dev_exploration_agec_explored
- Location
- europe-west1
-
- Server
- stg
- Type
- bigquery
- Project
- fairlymade-data-platform-dev
- Dataset
- stg_exploration_agec_explored
- Location
- europe-west1
-
- Server
- prd
- Type
- bigquery
- Project
- fairlymade-data-platform-prd
- Dataset
- exploration_agec_explored
- Location
- europe-west1
Created at 20 May 2026 10:05:56 UTC with Data Contract CLI v0.11.1