@bsv/dpp-profiles 0.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +58 -0
- package/README.md +64 -0
- package/dist/applicability.d.ts +96 -0
- package/dist/applicability.d.ts.map +1 -0
- package/dist/applicability.js +181 -0
- package/dist/applicability.js.map +1 -0
- package/dist/combinations.d.ts +30 -0
- package/dist/combinations.d.ts.map +1 -0
- package/dist/combinations.js +103 -0
- package/dist/combinations.js.map +1 -0
- package/dist/evidence-shapes.d.ts +198 -0
- package/dist/evidence-shapes.d.ts.map +1 -0
- package/dist/evidence-shapes.js +123 -0
- package/dist/evidence-shapes.js.map +1 -0
- package/dist/gs1-epc-binary.d.ts +81 -0
- package/dist/gs1-epc-binary.d.ts.map +1 -0
- package/dist/gs1-epc-binary.js +252 -0
- package/dist/gs1-epc-binary.js.map +1 -0
- package/dist/gs1-resolution.d.ts +392 -0
- package/dist/gs1-resolution.d.ts.map +1 -0
- package/dist/gs1-resolution.js +696 -0
- package/dist/gs1-resolution.js.map +1 -0
- package/dist/identifiers.d.ts +57 -0
- package/dist/identifiers.d.ts.map +1 -0
- package/dist/identifiers.js +117 -0
- package/dist/identifiers.js.map +1 -0
- package/dist/index.d.ts +235 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +124 -0
- package/dist/index.js.map +1 -0
- package/dist/manifest-v2.d.ts +87 -0
- package/dist/manifest-v2.d.ts.map +1 -0
- package/dist/manifest-v2.js +31 -0
- package/dist/manifest-v2.js.map +1 -0
- package/dist/mapping.d.ts +84 -0
- package/dist/mapping.d.ts.map +1 -0
- package/dist/mapping.js +88 -0
- package/dist/mapping.js.map +1 -0
- package/dist/projections.d.ts +233 -0
- package/dist/projections.d.ts.map +1 -0
- package/dist/projections.js +466 -0
- package/dist/projections.js.map +1 -0
- package/frozen.json +42 -0
- package/generated/consumer/battery-v2.json +2248 -0
- package/generated/consumer/battery-v3.json +4354 -0
- package/generated/consumer/general-v1.json +9 -0
- package/generated/consumer/general-v2.json +714 -0
- package/generated/consumer/textile-v1.json +101 -0
- package/generated/consumer/textile-v2.json +1033 -0
- package/generated/consumer/textile-v3.json +2011 -0
- package/generated/index.json +86 -0
- package/generated/mapping/battery@2.md +116 -0
- package/generated/mapping/battery@3.md +130 -0
- package/generated/mapping/general@2.md +50 -0
- package/generated/mapping/textile@2.md +61 -0
- package/generated/mapping/textile@3.md +73 -0
- package/generated/payload-schema/battery@2.public.schema.json +609 -0
- package/generated/payload-schema/battery@2.restricted.schema.json +377 -0
- package/generated/payload-schema/battery@3.public.schema.json +1364 -0
- package/generated/payload-schema/battery@3.restricted.schema.json +1097 -0
- package/generated/payload-schema/general@1.public.schema.json +37 -0
- package/generated/payload-schema/general@1.restricted.schema.json +9 -0
- package/generated/payload-schema/general@2.public.schema.json +352 -0
- package/generated/payload-schema/general@2.restricted.schema.json +52 -0
- package/generated/payload-schema/textile@1.public.schema.json +82 -0
- package/generated/payload-schema/textile@1.restricted.schema.json +22 -0
- package/generated/payload-schema/textile@2.public.schema.json +464 -0
- package/generated/payload-schema/textile@2.restricted.schema.json +78 -0
- package/generated/payload-schema/textile@3.public.schema.json +1299 -0
- package/generated/payload-schema/textile@3.restricted.schema.json +78 -0
- package/manifests/battery@2.json +4047 -0
- package/manifests/battery@3.json +6164 -0
- package/manifests/exchange/untp-0.7.0-jose@1.json +191 -0
- package/manifests/exchange/vc-di-ecdsa-rdfc-2019@1.json +74 -0
- package/manifests/exchange/vsc-draft-compat@0.1.0.json +64 -0
- package/manifests/general@1.json +148 -0
- package/manifests/general@2.json +1266 -0
- package/manifests/interoperability/epcis-json@1.json +69 -0
- package/manifests/interoperability/epcis-vsc@1.json +64 -0
- package/manifests/interoperability/gs1-digital-link@1.json +71 -0
- package/manifests/operator/federated-operators@1.json +54 -0
- package/manifests/operator/single-operator@1.json +52 -0
- package/manifests/textile@1.json +383 -0
- package/manifests/textile@2.json +1682 -0
- package/manifests/textile@3.json +2763 -0
- package/package.json +59 -0
- package/schemas/exchange-profile.schema.json +134 -0
- package/schemas/gs1/NOTICE.md +11 -0
- package/schemas/gs1/resolver-description-file-schema-1.2.0.json +124 -0
- package/schemas/gs1/resolver-linkset-context-1.2.1.jsonld +39 -0
- package/schemas/gs1/resolver-linkset-schema-1.2.1.json +96 -0
- package/schemas/interoperability-profile.schema.json +347 -0
- package/schemas/operator-profile.schema.json +108 -0
- package/schemas/product-identity.schema.json +45 -0
- package/schemas/profile-manifest-v2.schema.json +1087 -0
- package/schemas/profile-manifest.schema.json +291 -0
|
@@ -0,0 +1,4354 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "battery",
|
|
3
|
+
"version": 3,
|
|
4
|
+
"profile": "battery@3",
|
|
5
|
+
"status": "candidate successor to battery@2: opt-in by explicit version until the reviewed cutover",
|
|
6
|
+
"manifestVersion": "2",
|
|
7
|
+
"succession": {
|
|
8
|
+
"of": "battery@2",
|
|
9
|
+
"migration": [
|
|
10
|
+
{
|
|
11
|
+
"from": "passportId",
|
|
12
|
+
"outcome": "relabelled",
|
|
13
|
+
"note": "obligation raised from recommended to required: guidance rows 1 and 2 are mandatory for every category under Article 77(3)"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"from": "serial",
|
|
17
|
+
"outcome": "unchanged",
|
|
18
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"from": "modelName",
|
|
22
|
+
"outcome": "unchanged",
|
|
23
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"from": "operator",
|
|
27
|
+
"outcome": "relabelled",
|
|
28
|
+
"note": "obligation raised from recommended to required: guidance rows 1 and 2 are mandatory for every category under Article 77(3)"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"from": "manufacturer",
|
|
32
|
+
"outcome": "unchanged",
|
|
33
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"from": "manufacturerContact",
|
|
37
|
+
"to": "manufacturerAddress",
|
|
38
|
+
"outcome": "split",
|
|
39
|
+
"note": "kept for compatibility; the mandatory postal address moves to manufacturerAddress and the optional web and email addresses to manufacturerWeb and manufacturerEmail, so guidance rows 4 and 5 are represented at their own obligations"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"from": "manufacturingPlace",
|
|
43
|
+
"outcome": "unchanged",
|
|
44
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"from": "manufacturingDate",
|
|
48
|
+
"outcome": "unchanged",
|
|
49
|
+
"note": "carried unchanged at day precision; manufacturingMonth is the month-precision companion for a source that supplies only month and year"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"from": "serviceDate",
|
|
53
|
+
"outcome": "unchanged",
|
|
54
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"from": "warrantyUntil",
|
|
58
|
+
"outcome": "relabelled",
|
|
59
|
+
"note": "applicability becomes unresolved (if a commercial warranty is envisaged); the model terms move to the companion warrantyTerms and an item expiry is derived only from evidenced start under spec/passport-projections.md"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"from": "category",
|
|
63
|
+
"outcome": "unchanged",
|
|
64
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"from": "massKg",
|
|
68
|
+
"outcome": "unchanged",
|
|
69
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"from": "status",
|
|
73
|
+
"outcome": "unchanged",
|
|
74
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"from": "separateCollectionSymbol",
|
|
78
|
+
"outcome": "unchanged",
|
|
79
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"from": "elementSymbols",
|
|
83
|
+
"outcome": "relabelled",
|
|
84
|
+
"note": "applicability becomes needs-review on the cadmium and lead thresholds: guidance row 41 says the symbol applies if applicable, and an empty set is valid when neither substance is present"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"from": "carbonFootprintLabel",
|
|
88
|
+
"outcome": "relabelled",
|
|
89
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"from": "extinguishingAgent",
|
|
93
|
+
"outcome": "unchanged",
|
|
94
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"from": "labelMeaning",
|
|
98
|
+
"outcome": "unchanged",
|
|
99
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"from": "declarationOfConformity",
|
|
103
|
+
"outcome": "unchanged",
|
|
104
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"from": "testReports",
|
|
108
|
+
"outcome": "unchanged",
|
|
109
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"from": "carbonFootprint",
|
|
113
|
+
"outcome": "relabelled",
|
|
114
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"from": "carbonRawMaterials",
|
|
118
|
+
"outcome": "relabelled",
|
|
119
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"from": "carbonProduction",
|
|
123
|
+
"outcome": "relabelled",
|
|
124
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"from": "carbonDistribution",
|
|
128
|
+
"outcome": "relabelled",
|
|
129
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"from": "carbonEndOfLife",
|
|
133
|
+
"outcome": "relabelled",
|
|
134
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"from": "carbonClass",
|
|
138
|
+
"outcome": "relabelled",
|
|
139
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"from": "carbonStudyUrl",
|
|
143
|
+
"outcome": "relabelled",
|
|
144
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"from": "carbonGeneralInfo",
|
|
148
|
+
"outcome": "relabelled",
|
|
149
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"from": "carbonAbsolute",
|
|
153
|
+
"outcome": "relabelled",
|
|
154
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"from": "dueDiligenceReport",
|
|
158
|
+
"outcome": "relabelled",
|
|
159
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"from": "dueDiligenceAssurances",
|
|
163
|
+
"outcome": "relabelled",
|
|
164
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"from": "supplyChainIndices",
|
|
168
|
+
"outcome": "unchanged",
|
|
169
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"from": "chemistry",
|
|
173
|
+
"outcome": "unchanged",
|
|
174
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"from": "criticalRawMaterials",
|
|
178
|
+
"outcome": "unchanged",
|
|
179
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"from": "electrodeMaterials",
|
|
183
|
+
"outcome": "unchanged",
|
|
184
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"from": "hazardousSubstances",
|
|
188
|
+
"outcome": "unchanged",
|
|
189
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"from": "substanceImpact",
|
|
193
|
+
"outcome": "unchanged",
|
|
194
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"from": "dismantlingManual",
|
|
198
|
+
"outcome": "unchanged",
|
|
199
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"from": "partNumbersUrl",
|
|
203
|
+
"outcome": "unchanged",
|
|
204
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"from": "sparePartsAddress",
|
|
208
|
+
"outcome": "unchanged",
|
|
209
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"from": "sparePartsEmail",
|
|
213
|
+
"outcome": "unchanged",
|
|
214
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"from": "sparePartsUrl",
|
|
218
|
+
"outcome": "unchanged",
|
|
219
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"from": "safetyMeasures",
|
|
223
|
+
"outcome": "unchanged",
|
|
224
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"from": "recycledShareTotal",
|
|
228
|
+
"outcome": "relabelled",
|
|
229
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"from": "recycledNickelPre",
|
|
233
|
+
"outcome": "relabelled",
|
|
234
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"from": "recycledCobaltPre",
|
|
238
|
+
"outcome": "relabelled",
|
|
239
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"from": "recycledLithiumPre",
|
|
243
|
+
"outcome": "relabelled",
|
|
244
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"from": "recycledLeadPre",
|
|
248
|
+
"outcome": "relabelled",
|
|
249
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"from": "recycledNickelPost",
|
|
253
|
+
"outcome": "relabelled",
|
|
254
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"from": "recycledCobaltPost",
|
|
258
|
+
"outcome": "relabelled",
|
|
259
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"from": "recycledLithiumPost",
|
|
263
|
+
"outcome": "relabelled",
|
|
264
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"from": "recycledLeadPost",
|
|
268
|
+
"outcome": "relabelled",
|
|
269
|
+
"note": "obligation unchanged; requirement status anticipated, so the field is never schema-required and never counted missing while the guidance says not to be filled or displayed"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"from": "renewableShare",
|
|
273
|
+
"outcome": "unchanged",
|
|
274
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"from": "endUserWastePrevention",
|
|
278
|
+
"outcome": "unchanged",
|
|
279
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"from": "endUserCollection",
|
|
283
|
+
"outcome": "unchanged",
|
|
284
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"from": "endOfLifeTreatment",
|
|
288
|
+
"outcome": "unchanged",
|
|
289
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"from": "ratedCapacityAh",
|
|
293
|
+
"outcome": "unchanged",
|
|
294
|
+
"note": "carried unchanged as the model declaration of rows 11 and 25; the dynamic per-item value of row 51 is the new companion ratedCapacityCurrentAh"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"from": "remainingCapacityAh",
|
|
298
|
+
"outcome": "relabelled",
|
|
299
|
+
"note": "applicability re-scoped to the guidance rows 62 to 65: light transport applies, industrial and stationary unresolved, vehicles not applicable"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"from": "capacityFade",
|
|
303
|
+
"outcome": "relabelled",
|
|
304
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"from": "certifiedEnergyKwh",
|
|
308
|
+
"outcome": "unchanged",
|
|
309
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"from": "remainingEnergyKwh",
|
|
313
|
+
"outcome": "unchanged",
|
|
314
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"from": "soce",
|
|
318
|
+
"outcome": "unchanged",
|
|
319
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"from": "stateOfCharge",
|
|
323
|
+
"outcome": "relabelled",
|
|
324
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass; the field carries the latest reading and the periodically recorded series is the new companion stateOfChargeSeries"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"from": "voltageMin",
|
|
328
|
+
"outcome": "unchanged",
|
|
329
|
+
"note": "carried unchanged; the temperature range the guidance asks for when relevant is the new companion operatingTemperatureRange"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"from": "voltageMax",
|
|
333
|
+
"outcome": "unchanged",
|
|
334
|
+
"note": "carried unchanged; the temperature range the guidance asks for when relevant is the new companion operatingTemperatureRange"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"from": "voltageNominal",
|
|
338
|
+
"outcome": "unchanged",
|
|
339
|
+
"note": "carried unchanged; the temperature range the guidance asks for when relevant is the new companion operatingTemperatureRange"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"from": "powerOriginal",
|
|
343
|
+
"outcome": "unchanged",
|
|
344
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"from": "powerRemaining",
|
|
348
|
+
"outcome": "relabelled",
|
|
349
|
+
"note": "applicability re-scoped to the guidance rows 62 to 65: light transport applies, industrial and stationary unresolved, vehicles not applicable"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"from": "powerFade",
|
|
353
|
+
"outcome": "relabelled",
|
|
354
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"from": "powerMax",
|
|
358
|
+
"outcome": "unchanged",
|
|
359
|
+
"note": "carried unchanged; the temperature range the guidance asks for when relevant is the new companion operatingTemperatureRange"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"from": "powerToEnergy",
|
|
363
|
+
"outcome": "unchanged",
|
|
364
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"from": "roundTripInitial",
|
|
368
|
+
"outcome": "relabelled",
|
|
369
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"from": "roundTripAtHalfLife",
|
|
373
|
+
"outcome": "relabelled",
|
|
374
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"from": "roundTripRemaining",
|
|
378
|
+
"outcome": "relabelled",
|
|
379
|
+
"note": "applicability re-scoped to the guidance rows 62 to 65: light transport applies, industrial and stationary unresolved, vehicles not applicable"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"from": "roundTripFade",
|
|
383
|
+
"outcome": "relabelled",
|
|
384
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"from": "selfDischargeInitial",
|
|
388
|
+
"outcome": "unchanged",
|
|
389
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"from": "selfDischargeCurrent",
|
|
393
|
+
"outcome": "relabelled",
|
|
394
|
+
"note": "applicability re-scoped to the guidance rows 62 to 65: light transport applies, industrial and stationary unresolved, vehicles not applicable"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"from": "selfDischargeEvolution",
|
|
398
|
+
"outcome": "relabelled",
|
|
399
|
+
"note": "applicability re-scoped to the guidance rows 62 to 65: light transport applies, industrial and stationary unresolved, vehicles not applicable"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"from": "resistancePack",
|
|
403
|
+
"outcome": "unchanged",
|
|
404
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"from": "resistanceCell",
|
|
408
|
+
"outcome": "unchanged",
|
|
409
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"from": "resistanceModule",
|
|
413
|
+
"outcome": "unchanged",
|
|
414
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"from": "resistanceIncreasePack",
|
|
418
|
+
"outcome": "relabelled",
|
|
419
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"from": "resistanceIncreaseCell",
|
|
423
|
+
"outcome": "unchanged",
|
|
424
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"from": "resistanceIncreaseModule",
|
|
428
|
+
"outcome": "unchanged",
|
|
429
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"from": "expectedYears",
|
|
433
|
+
"outcome": "relabelled",
|
|
434
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"from": "expectedCycles",
|
|
438
|
+
"outcome": "relabelled",
|
|
439
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"from": "cyclesUsed",
|
|
443
|
+
"outcome": "relabelled",
|
|
444
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"from": "cycleLifeTest",
|
|
448
|
+
"outcome": "relabelled",
|
|
449
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"from": "cRate",
|
|
453
|
+
"outcome": "relabelled",
|
|
454
|
+
"note": "applicability composed: applies to vehicle and light transport batteries, unresolved for industrial and stationary batteries where the guidance says only some industrial batteries or if applicable"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"from": "energyThroughput",
|
|
458
|
+
"outcome": "unchanged",
|
|
459
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"from": "capacityThroughput",
|
|
463
|
+
"outcome": "unchanged",
|
|
464
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"from": "exhaustionThreshold",
|
|
468
|
+
"outcome": "unchanged",
|
|
469
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"from": "temperatureRecord",
|
|
473
|
+
"outcome": "relabelled",
|
|
474
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass; the field carries the latest reading and the periodically recorded series is the new companion temperatureSeries"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"from": "idleTempLower",
|
|
478
|
+
"outcome": "unchanged",
|
|
479
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"from": "idleTempUpper",
|
|
483
|
+
"outcome": "unchanged",
|
|
484
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"from": "timeAboveRange",
|
|
488
|
+
"outcome": "relabelled",
|
|
489
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"from": "timeBelowRange",
|
|
493
|
+
"outcome": "relabelled",
|
|
494
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"from": "chargingAboveRange",
|
|
498
|
+
"outcome": "relabelled",
|
|
499
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"from": "chargingBelowRange",
|
|
503
|
+
"outcome": "relabelled",
|
|
504
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"from": "deepDischargeEvents",
|
|
508
|
+
"outcome": "relabelled",
|
|
509
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"from": "overchargeEvents",
|
|
513
|
+
"outcome": "unchanged",
|
|
514
|
+
"note": "carried unchanged; its requirement status is recorded"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"from": "accidents",
|
|
518
|
+
"outcome": "relabelled",
|
|
519
|
+
"note": "applicability becomes unresolved for every category: the guidance says if applicable and prints no criterion, so absence is neither a gap nor a pass"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"from": "safety",
|
|
523
|
+
"outcome": "unchanged",
|
|
524
|
+
"note": "carried unchanged as an application addition with requirement status none"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"from": "stateOfHealth",
|
|
528
|
+
"outcome": "unchanged",
|
|
529
|
+
"note": "carried unchanged as an application addition with requirement status none"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"from": "measured",
|
|
533
|
+
"outcome": "unchanged",
|
|
534
|
+
"note": "carried unchanged as an application addition with requirement status none"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"from": "manufacturerAddress",
|
|
538
|
+
"outcome": "new",
|
|
539
|
+
"note": "The mandatory half of what manufacturerContact carried as one string; the city and the country are the parts that identify a single contact point."
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"from": "manufacturerWeb",
|
|
543
|
+
"outcome": "new",
|
|
544
|
+
"note": "Annex VI Part A(1): web address, if available"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"from": "manufacturerEmail",
|
|
548
|
+
"outcome": "new",
|
|
549
|
+
"note": "Annex VI Part A(1): email address, if available"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"from": "manufacturingMonth",
|
|
553
|
+
"outcome": "new",
|
|
554
|
+
"note": "For a source that supplies month and year only. manufacturingDate at day precision remains the primary carrier; a month is never widened to a day."
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"from": "warrantyTerms",
|
|
558
|
+
"outcome": "new",
|
|
559
|
+
"note": "Annex XIII 1 (m): the period for which the commercial warranty for the calendar life applies"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"from": "operatingTemperatureRange",
|
|
563
|
+
"outcome": "new",
|
|
564
|
+
"note": "Annex XIII 1 (h) and (i): the temperature range that qualifies the voltage and power values when relevant"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"from": "ratedCapacityCurrentAh",
|
|
568
|
+
"outcome": "new",
|
|
569
|
+
"note": "The model declaration stays in ratedCapacityAh; this is the per-item re-declared value with its method and time."
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"from": "resistanceCurrentOhm",
|
|
573
|
+
"outcome": "new",
|
|
574
|
+
"note": "Every resistance field of the previous version is a model declaration; this is the per-item reading of row 66."
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"from": "temperatureSeries",
|
|
578
|
+
"outcome": "new",
|
|
579
|
+
"note": "The series the guidance names; temperatureRecord carries the latest reading."
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"from": "stateOfChargeSeries",
|
|
583
|
+
"outcome": "new",
|
|
584
|
+
"note": "The series the guidance names; stateOfCharge carries the latest reading."
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"from": "instructionsForUse",
|
|
588
|
+
"outcome": "new",
|
|
589
|
+
"note": "Annex XIII 1 (t): clear, understandable and readable instructions for use in a format that can be printed, downloaded and saved"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"from": "inapplicableFields",
|
|
593
|
+
"outcome": "new",
|
|
594
|
+
"note": "A declaration is an assertion by the declaring party under the record's authorisation; it is shown beside the field it concerns and is never read as the field's value."
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
"regulatoryLine": "Mapped to Regulation (EU) 2023/1542 Annex XIII and Annex VI, read with the Commission's guidance on battery passport data points by category of 15 August 2026, ahead of the 18 February 2027 battery passport mandate; a mapping, not a conformance claim.",
|
|
599
|
+
"note": "The successor to battery@2 under manifest version 2, published as a draft that a deployment selects by explicit version. Every field carries a requirement status separate from the profile's own obligation: enacted where an instrument in force names it, anticipated where the value waits on a delegated or implementing act or a later application date, needs-review where the primary text could not be confirmed, not-to-be-displayed where the Commission's guidance says the value is not to be filled or displayed as of 18 February 2027, and none for an application addition. The Commission's guidance document on data points by category (version 2.0, 15 August 2026) is the interpretation source for the per-category applicability: a data point it makes conditional for industrial batteries is unresolved rather than failed or passed, and a record declares an inapplicable field under inapplicableFields. Item-level dynamic companions exist for the rated capacity, the ohmic resistance, the temperature and the state of charge. Every byte of battery@2 and of its generated files is unchanged; the migration outcome of every field is in succession.",
|
|
600
|
+
"sources": [
|
|
601
|
+
"Regulation (EU) 2023/1542, Article 77 and Annex XIII (normative)",
|
|
602
|
+
"Guidance Document: Digital Batteries Passport, data points by category, version 2.0, 15 August 2026 (European Commission, Directorate-General for Internal Market, Industry, Entrepreneurship and SMEs)",
|
|
603
|
+
"DIN DKE SPEC 99100:2025-02, cited by clause; a licensed standard, not reproduced",
|
|
604
|
+
"Battery Pass Data Model 1.2.0, CC-BY-4.0, vocabulary only (the \"bpdm\" key)",
|
|
605
|
+
"Regulation (EU) 2024/1252 Annex II, the critical raw materials register",
|
|
606
|
+
"ISO 3166-1 alpha-2, for every value typed country"
|
|
607
|
+
],
|
|
608
|
+
"vocabularies": [
|
|
609
|
+
{
|
|
610
|
+
"prefix": "bpdm",
|
|
611
|
+
"name": "Battery Pass Data Model 1.2.0",
|
|
612
|
+
"repository": "https://github.com/batterypass/BatteryPassDataModel",
|
|
613
|
+
"licence": "CC-BY-4.0, declared in the repository README; no LICENCE file present",
|
|
614
|
+
"retrieved": "2026-07-25",
|
|
615
|
+
"urnPattern": "urn:samm:io.BatteryPass.{subModel}:{version}#{property}",
|
|
616
|
+
"use": "Vocabulary alignment only. No file from that repository is redistributed here, and its generated JSON Schema is deliberately not used for validation: every property is required by SAMM generation, so no tiered payload can validate."
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"registers": [
|
|
620
|
+
{
|
|
621
|
+
"prefix": "crma",
|
|
622
|
+
"name": "Critical Raw Materials Act, Annex II Section 1",
|
|
623
|
+
"reference": "Regulation (EU) 2024/1252",
|
|
624
|
+
"use": "The closed option list for criticalRawMaterials. Revised at least every three years, so a consumer should check the list date rather than assume permanence.",
|
|
625
|
+
"fields": [
|
|
626
|
+
"criticalRawMaterials"
|
|
627
|
+
]
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"prefix": "iso3166",
|
|
631
|
+
"name": "ISO 3166-1 alpha-2",
|
|
632
|
+
"reference": "ISO 3166-1",
|
|
633
|
+
"use": "Every value typed country. Officially assigned codes only; user-assigned and exceptionally-reserved codes are excluded so a passport cannot name a place no register resolves.",
|
|
634
|
+
"fields": [
|
|
635
|
+
"manufacturingPlace.country",
|
|
636
|
+
"sparePartsAddress.country"
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"prefix": "cas",
|
|
641
|
+
"name": "CAS Registry Number",
|
|
642
|
+
"reference": "Chemical Abstracts Service",
|
|
643
|
+
"use": "The pattern on hazardousSubstances.cas. The final digit is a check digit, so a consumer can verify the number arithmetically and not only its shape.",
|
|
644
|
+
"fields": [
|
|
645
|
+
"hazardousSubstances.cas"
|
|
646
|
+
]
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"conventions": {
|
|
650
|
+
"resolved": "Constraints are resolved, not implied: a percent field carries minimum 0 and maximum 100 explicitly, and a country field carries its pattern. No type-specific defaults need reapplying.",
|
|
651
|
+
"closed": "closed:true means options are exhaustive and a value outside them is invalid. closed:false means the list is what is known in practice and a value outside it is valid, because the source names no exhaustive vocabulary. A field with options and no closed key is closed.",
|
|
652
|
+
"awaitingAct": "awaitingAct names a delegated or implementing act that will fix this value's permitted form. Until it is adopted no list or pattern is stated, because stating one would publish a guess as a standard. Do not reject values on this field.",
|
|
653
|
+
"prose": "prose:true marks a value that is meant to be written for a person to read. It is a deliberate per-field decision, not an absent constraint.",
|
|
654
|
+
"record": "type:record carries fields describing its parts. With repeat:true the value is an array of such records; without, a single one."
|
|
655
|
+
},
|
|
656
|
+
"fields": [
|
|
657
|
+
{
|
|
658
|
+
"key": "passportId",
|
|
659
|
+
"label": "Passport reference",
|
|
660
|
+
"obligation": "must",
|
|
661
|
+
"access": "public",
|
|
662
|
+
"level": "item",
|
|
663
|
+
"type": "id",
|
|
664
|
+
"source": "platform",
|
|
665
|
+
"clause": "6.1.2.1",
|
|
666
|
+
"specName": "Battery passport identifier",
|
|
667
|
+
"legalRef": "Art. 77(3)",
|
|
668
|
+
"bpdm": "batteryPassportIdentifier",
|
|
669
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryPassportIdentifier",
|
|
670
|
+
"note": "Distinct from the battery identifier: 6.1.2.1(a) expects several passports over one physical battery, because 5.2.1(d) requires a new passport on remanufacture, repurpose or preparation for re-use.",
|
|
671
|
+
"requirement": {
|
|
672
|
+
"status": "enacted",
|
|
673
|
+
"source": "eu-batteries-regulation",
|
|
674
|
+
"clause": "Article 77(3)",
|
|
675
|
+
"note": "guidance row 1: EV mandatory, LMT mandatory, industrial mandatory",
|
|
676
|
+
"effectiveDate": "2027-02-18"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"key": "serial",
|
|
681
|
+
"label": "Serial number",
|
|
682
|
+
"obligation": "must",
|
|
683
|
+
"access": "public",
|
|
684
|
+
"level": "item",
|
|
685
|
+
"type": "id",
|
|
686
|
+
"onLabel": true,
|
|
687
|
+
"source": "form",
|
|
688
|
+
"clause": "6.1.2.2",
|
|
689
|
+
"specName": "Battery identifier",
|
|
690
|
+
"legalRef": "Annex XIII (1a); Art. 38(6); Art. 77(3)",
|
|
691
|
+
"bpdm": "productIdentifier",
|
|
692
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#productIdentifier",
|
|
693
|
+
"supersedes": "serial",
|
|
694
|
+
"note": "Must comply with ISO/IEC 15459 or equivalent, and should be serialised. The spec deviates from BattReg here deliberately: the regulation attaches the identifier to the model, 6.1.2.2(e) attaches it to the item.",
|
|
695
|
+
"requirement": {
|
|
696
|
+
"status": "enacted",
|
|
697
|
+
"source": "eu-batteries-regulation",
|
|
698
|
+
"clause": "Article 77(3); Annex VI Part A(2)",
|
|
699
|
+
"note": "guidance row 1: EV mandatory, LMT mandatory, industrial mandatory; guidance row 7: EV mandatory, LMT mandatory, industrial mandatory",
|
|
700
|
+
"effectiveDate": "2027-02-18"
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"key": "modelName",
|
|
705
|
+
"label": "Model name",
|
|
706
|
+
"obligation": "must",
|
|
707
|
+
"access": "public",
|
|
708
|
+
"level": "model",
|
|
709
|
+
"type": "text",
|
|
710
|
+
"maxLength": 200,
|
|
711
|
+
"prose": true,
|
|
712
|
+
"onLabel": true,
|
|
713
|
+
"source": "form",
|
|
714
|
+
"clause": "6.1.2.2",
|
|
715
|
+
"specName": "Model identification",
|
|
716
|
+
"legalRef": "Annex VI Part A(2)",
|
|
717
|
+
"supersedes": "name",
|
|
718
|
+
"note": "Prose by nature: it is whatever the maker calls the model. Length is capped so it fits a label and a passport heading.",
|
|
719
|
+
"requirement": {
|
|
720
|
+
"status": "enacted",
|
|
721
|
+
"source": "eu-batteries-regulation",
|
|
722
|
+
"clause": "Annex VI Part A(2)",
|
|
723
|
+
"note": "guidance row 7: EV mandatory, LMT mandatory, industrial mandatory",
|
|
724
|
+
"effectiveDate": "2027-02-18"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"key": "operator",
|
|
729
|
+
"label": "Responsible operator",
|
|
730
|
+
"obligation": "must",
|
|
731
|
+
"access": "public",
|
|
732
|
+
"level": "item",
|
|
733
|
+
"type": "id",
|
|
734
|
+
"source": "brand",
|
|
735
|
+
"clause": "6.1.2.3",
|
|
736
|
+
"specName": "Operator identifier and information",
|
|
737
|
+
"legalRef": "Art. 77(3)",
|
|
738
|
+
"bpdm": "operatorInformation",
|
|
739
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#operatorInformation",
|
|
740
|
+
"note": "The operator answering for the passport, which need not be the manufacturer and can change over life.",
|
|
741
|
+
"requirement": {
|
|
742
|
+
"status": "enacted",
|
|
743
|
+
"source": "eu-batteries-regulation",
|
|
744
|
+
"clause": "Article 77(3)",
|
|
745
|
+
"note": "guidance row 2: EV mandatory, LMT mandatory, industrial mandatory",
|
|
746
|
+
"effectiveDate": "2027-02-18"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"key": "manufacturer",
|
|
751
|
+
"label": "Brand name",
|
|
752
|
+
"obligation": "must",
|
|
753
|
+
"access": "public",
|
|
754
|
+
"level": "model",
|
|
755
|
+
"type": "text",
|
|
756
|
+
"onLabel": true,
|
|
757
|
+
"source": "brand",
|
|
758
|
+
"clause": "6.1.2.4",
|
|
759
|
+
"specName": "Manufacturer identifier and information",
|
|
760
|
+
"legalRef": "Annex VI Part A(1); Art. 38(7)",
|
|
761
|
+
"bpdm": "manufacturerInformation",
|
|
762
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#manufacturerInformation",
|
|
763
|
+
"supersedes": "manufacturer",
|
|
764
|
+
"requirement": {
|
|
765
|
+
"status": "enacted",
|
|
766
|
+
"source": "eu-batteries-regulation",
|
|
767
|
+
"clause": "Annex VI Part A(1)",
|
|
768
|
+
"note": "guidance row 3: EV mandatory, LMT mandatory, industrial mandatory",
|
|
769
|
+
"effectiveDate": "2027-02-18"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"key": "manufacturerContact",
|
|
774
|
+
"label": "Brand contact",
|
|
775
|
+
"obligation": "must",
|
|
776
|
+
"access": "public",
|
|
777
|
+
"level": "model",
|
|
778
|
+
"type": "text",
|
|
779
|
+
"onLabel": true,
|
|
780
|
+
"source": "brand",
|
|
781
|
+
"clause": "6.1.2.4",
|
|
782
|
+
"specName": "Manufacturer information (contact point)",
|
|
783
|
+
"legalRef": "Annex VI Part A(1)",
|
|
784
|
+
"bpdm": "manufacturerInformation.emailAddress",
|
|
785
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#manufacturerInformation",
|
|
786
|
+
"supersedes": "manufacturerContact",
|
|
787
|
+
"note": "6.1.2.4(c) wants five parts: name, registered trade name or trademark, postal address with a single contact point, web address, e-mail. Our brand record holds one contact string.",
|
|
788
|
+
"requirement": {
|
|
789
|
+
"status": "enacted",
|
|
790
|
+
"source": "eu-batteries-regulation",
|
|
791
|
+
"clause": "Annex VI Part A(1)",
|
|
792
|
+
"note": "guidance row 4: EV mandatory, LMT mandatory, industrial mandatory; guidance row 5: EV optional, LMT optional, industrial optional",
|
|
793
|
+
"effectiveDate": "2027-02-18"
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"key": "manufacturingPlace",
|
|
798
|
+
"label": "Place of manufacture",
|
|
799
|
+
"obligation": "must",
|
|
800
|
+
"access": "public",
|
|
801
|
+
"level": "model",
|
|
802
|
+
"type": "record",
|
|
803
|
+
"fields": [
|
|
804
|
+
{
|
|
805
|
+
"key": "site",
|
|
806
|
+
"label": "Plant or city",
|
|
807
|
+
"type": "text"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"key": "country",
|
|
811
|
+
"label": "Country",
|
|
812
|
+
"type": "country",
|
|
813
|
+
"pattern": "^[A-Z]{2}$",
|
|
814
|
+
"patternHint": "A two-letter country code",
|
|
815
|
+
"required": true
|
|
816
|
+
}
|
|
817
|
+
],
|
|
818
|
+
"onLabel": true,
|
|
819
|
+
"source": "form",
|
|
820
|
+
"clause": "6.1.3.1",
|
|
821
|
+
"specName": "Manufacturing place",
|
|
822
|
+
"legalRef": "Annex VI Part A(3)",
|
|
823
|
+
"bpdm": "manufacturingPlace",
|
|
824
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#manufacturingPlace",
|
|
825
|
+
"supersedes": "made",
|
|
826
|
+
"note": "Model level, not unit: it is the plant. A record rather than a sentence, so the country is a code a consumer can group and compare on while the plant stays human-readable. `battery@1` put it on the unit and joined it to the date in one free-text string.",
|
|
827
|
+
"requirement": {
|
|
828
|
+
"status": "enacted",
|
|
829
|
+
"source": "eu-batteries-regulation",
|
|
830
|
+
"clause": "Annex VI Part A(3)",
|
|
831
|
+
"note": "guidance row 8: EV mandatory, LMT mandatory, industrial mandatory",
|
|
832
|
+
"effectiveDate": "2027-02-18"
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"key": "manufacturingDate",
|
|
837
|
+
"label": "Made",
|
|
838
|
+
"obligation": "must",
|
|
839
|
+
"access": "public",
|
|
840
|
+
"level": "item",
|
|
841
|
+
"type": "date",
|
|
842
|
+
"onLabel": true,
|
|
843
|
+
"source": "form",
|
|
844
|
+
"clause": "6.1.3.2",
|
|
845
|
+
"specName": "Manufacturing date",
|
|
846
|
+
"legalRef": "Annex VI Part A(4)",
|
|
847
|
+
"bpdm": "manufacturingDate",
|
|
848
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#manufacturingDate",
|
|
849
|
+
"supersedes": "made",
|
|
850
|
+
"note": "The spec caps this at month; the product owner asked for the day (2026-07-27). Day precision truncates to month, so a reader expecting 6.1.3.2 loses nothing. Item level, unlike the place.",
|
|
851
|
+
"requirement": {
|
|
852
|
+
"status": "enacted",
|
|
853
|
+
"source": "eu-batteries-regulation",
|
|
854
|
+
"clause": "Annex VI Part A(4)",
|
|
855
|
+
"note": "guidance row 9: EV mandatory, LMT mandatory, industrial mandatory",
|
|
856
|
+
"effectiveDate": "2027-02-18"
|
|
857
|
+
},
|
|
858
|
+
"precision": "day"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"key": "serviceDate",
|
|
862
|
+
"label": "Put into service",
|
|
863
|
+
"obligation": "must",
|
|
864
|
+
"access": "legitimate",
|
|
865
|
+
"level": "item",
|
|
866
|
+
"type": "date",
|
|
867
|
+
"categories": [
|
|
868
|
+
"stationary",
|
|
869
|
+
"lmt"
|
|
870
|
+
],
|
|
871
|
+
"needsBms": true,
|
|
872
|
+
"source": "event",
|
|
873
|
+
"clause": "6.1.3.3",
|
|
874
|
+
"specName": "Date of putting the battery into service",
|
|
875
|
+
"legalRef": "Annex XIII (4)",
|
|
876
|
+
"bpdm": "puttingIntoService",
|
|
877
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#puttingIntoService",
|
|
878
|
+
"note": "Restricted, not public, which is counter-intuitive.",
|
|
879
|
+
"requirement": {
|
|
880
|
+
"status": "needs-review",
|
|
881
|
+
"source": "eu-batteries-regulation",
|
|
882
|
+
"clause": "Annex XIII (4), unconfirmed",
|
|
883
|
+
"note": "the manifest cites Annex XIII (4) and the guidance lists no date of putting into service; the anchor is unconfirmed from the primary text consulted"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"key": "warrantyUntil",
|
|
888
|
+
"label": "Guarantee until",
|
|
889
|
+
"obligation": "must",
|
|
890
|
+
"access": "public",
|
|
891
|
+
"level": "model",
|
|
892
|
+
"type": "date",
|
|
893
|
+
"source": "form",
|
|
894
|
+
"clause": "6.1.3.4",
|
|
895
|
+
"specName": "Warranty period of the battery",
|
|
896
|
+
"legalRef": "Annex XIII (1m)",
|
|
897
|
+
"bpdm": "warrentyPeriod",
|
|
898
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#warrentyPeriod",
|
|
899
|
+
"note": "Legal warranty period, or the manufacturer guarantee where longer, from the purchase date. Absent from battery@1.",
|
|
900
|
+
"requirement": {
|
|
901
|
+
"status": "enacted",
|
|
902
|
+
"source": "eu-batteries-regulation",
|
|
903
|
+
"clause": "Annex XIII 1 (m)",
|
|
904
|
+
"note": "guidance row 35: EV if-applicable:warranty-envisaged, LMT if-applicable:warranty-envisaged, industrial if-applicable:warranty-envisaged",
|
|
905
|
+
"effectiveDate": "2027-02-18"
|
|
906
|
+
},
|
|
907
|
+
"applicabilityRule": {
|
|
908
|
+
"rule": "unresolved",
|
|
909
|
+
"reason": "the guidance says if applicable, if a commercial warranty is envisaged; a missing end date stays unresolved until the record declares that no commercial warranty is envisaged under inapplicableFields",
|
|
910
|
+
"source": "eu-battery-guidance-2026-08"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"key": "category",
|
|
915
|
+
"label": "Category",
|
|
916
|
+
"obligation": "must",
|
|
917
|
+
"access": "public",
|
|
918
|
+
"level": "model",
|
|
919
|
+
"type": "enum",
|
|
920
|
+
"options": [
|
|
921
|
+
{
|
|
922
|
+
"value": "lmt",
|
|
923
|
+
"label": "Light transport"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"value": "ev",
|
|
927
|
+
"label": "Vehicle"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"value": "industrial",
|
|
931
|
+
"label": "Industrial"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"value": "stationary",
|
|
935
|
+
"label": "Stationary storage"
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"closed": true,
|
|
939
|
+
"onLabel": true,
|
|
940
|
+
"source": "form",
|
|
941
|
+
"clause": "6.1.3.5",
|
|
942
|
+
"specName": "Battery category",
|
|
943
|
+
"legalRef": "Annex VI Part A(2); Art. 3",
|
|
944
|
+
"bpdm": "batteryCategory",
|
|
945
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory",
|
|
946
|
+
"supersedes": "kind",
|
|
947
|
+
"note": "May change when a new passport is issued, for instance an EV battery repurposed into stationary storage. Consumer wording (\"e-bike\") stays in the UI; the payload carries the category.",
|
|
948
|
+
"requirement": {
|
|
949
|
+
"status": "enacted",
|
|
950
|
+
"source": "eu-batteries-regulation",
|
|
951
|
+
"clause": "Annex VI Part A(2); Article 3",
|
|
952
|
+
"note": "guidance row 6: EV mandatory, LMT mandatory, industrial mandatory",
|
|
953
|
+
"effectiveDate": "2027-02-18"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"key": "massKg",
|
|
958
|
+
"label": "Mass",
|
|
959
|
+
"obligation": "must",
|
|
960
|
+
"access": "public",
|
|
961
|
+
"level": "model",
|
|
962
|
+
"type": "decimal",
|
|
963
|
+
"unit": "kg",
|
|
964
|
+
"minimum": 0,
|
|
965
|
+
"onLabel": true,
|
|
966
|
+
"source": "form",
|
|
967
|
+
"clause": "6.1.3.6",
|
|
968
|
+
"specName": "Battery mass",
|
|
969
|
+
"legalRef": "Annex VI Part A(5)",
|
|
970
|
+
"bpdm": "batteryMass",
|
|
971
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass",
|
|
972
|
+
"supersedes": "weight",
|
|
973
|
+
"note": "The spec says mass, not weight: BattReg says weight, the physically correct quantity is mass (footnote 5, DIN EN ISO 80000-4). Module and cell mass should also be given, for recycling efficiency.",
|
|
974
|
+
"requirement": {
|
|
975
|
+
"status": "enacted",
|
|
976
|
+
"source": "eu-batteries-regulation",
|
|
977
|
+
"clause": "Annex VI Part A(5)",
|
|
978
|
+
"note": "guidance row 10: EV mandatory, LMT mandatory, industrial mandatory",
|
|
979
|
+
"effectiveDate": "2027-02-18"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"key": "status",
|
|
984
|
+
"label": "Status",
|
|
985
|
+
"obligation": "must",
|
|
986
|
+
"access": "legitimate",
|
|
987
|
+
"level": "item",
|
|
988
|
+
"type": "enum",
|
|
989
|
+
"options": [
|
|
990
|
+
{
|
|
991
|
+
"value": "Original",
|
|
992
|
+
"label": "As made"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"value": "Reused",
|
|
996
|
+
"label": "Re-used"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"value": "Repurposed",
|
|
1000
|
+
"label": "Repurposed"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"value": "Remanufactured",
|
|
1004
|
+
"label": "Remanufactured"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"value": "Waste",
|
|
1008
|
+
"label": "Waste"
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"closed": true,
|
|
1012
|
+
"dynamic": true,
|
|
1013
|
+
"source": "event",
|
|
1014
|
+
"clause": "6.1.3.7",
|
|
1015
|
+
"specName": "Battery status",
|
|
1016
|
+
"legalRef": "Annex XIII 4(c); Art. 77(7)",
|
|
1017
|
+
"bpdm": "batteryStatus",
|
|
1018
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryStatus",
|
|
1019
|
+
"note": "Our lifecycle already produces this. The spec warns the five words are undefined at source and must travel with a description of the treatments applied.",
|
|
1020
|
+
"requirement": {
|
|
1021
|
+
"status": "enacted",
|
|
1022
|
+
"source": "eu-batteries-regulation",
|
|
1023
|
+
"clause": "Annex XIII 4 (c)",
|
|
1024
|
+
"note": "guidance row 67: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1025
|
+
"effectiveDate": "2027-02-18"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"key": "separateCollectionSymbol",
|
|
1030
|
+
"label": "Separate collection symbol",
|
|
1031
|
+
"obligation": "must",
|
|
1032
|
+
"access": "public",
|
|
1033
|
+
"level": "model",
|
|
1034
|
+
"type": "graphic",
|
|
1035
|
+
"onLabel": true,
|
|
1036
|
+
"source": "platform",
|
|
1037
|
+
"clause": "6.2.2",
|
|
1038
|
+
"specName": "Separate collection symbol",
|
|
1039
|
+
"legalRef": "Art. 13(4); Annex VI Part B; Annex XIII (1q)",
|
|
1040
|
+
"bpdm": "labels",
|
|
1041
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Labels:1.2.0#labels",
|
|
1042
|
+
"note": "Mandatory on every battery since 18 August 2025. We draw it, nobody types it.",
|
|
1043
|
+
"requirement": {
|
|
1044
|
+
"status": "enacted",
|
|
1045
|
+
"source": "eu-batteries-regulation",
|
|
1046
|
+
"clause": "Annex XIII 1 (q); Article 13(4)",
|
|
1047
|
+
"note": "guidance row 40: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1048
|
+
"effectiveDate": "2027-02-18"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"key": "elementSymbols",
|
|
1053
|
+
"label": "Element symbols",
|
|
1054
|
+
"obligation": "must",
|
|
1055
|
+
"access": "public",
|
|
1056
|
+
"level": "model",
|
|
1057
|
+
"type": "graphic",
|
|
1058
|
+
"conditional": "cadmium above 0.002 % or lead above 0.004 % by weight is present, in which case the symbol of the element is required",
|
|
1059
|
+
"onLabel": true,
|
|
1060
|
+
"source": "derived",
|
|
1061
|
+
"clause": "6.2.3",
|
|
1062
|
+
"specName": "Symbols for cadmium and lead",
|
|
1063
|
+
"legalRef": "Art. 13(5); Art. 74(1e); Annex XIII (1s)",
|
|
1064
|
+
"bpdm": "labels",
|
|
1065
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Labels:1.2.0#labels",
|
|
1066
|
+
"note": "Required above 0.002% cadmium or 0.004% lead, so derived from the substance figures.",
|
|
1067
|
+
"requirement": {
|
|
1068
|
+
"status": "enacted",
|
|
1069
|
+
"source": "eu-batteries-regulation",
|
|
1070
|
+
"clause": "Annex XIII 1 (q); Article 13(5)",
|
|
1071
|
+
"note": "guidance row 41: EV symbol-if-applicable, LMT symbol-if-applicable, industrial symbol-if-applicable",
|
|
1072
|
+
"effectiveDate": "2027-02-18"
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"key": "carbonFootprintLabel",
|
|
1077
|
+
"label": "Carbon footprint label",
|
|
1078
|
+
"obligation": "must",
|
|
1079
|
+
"access": "public",
|
|
1080
|
+
"level": "model",
|
|
1081
|
+
"type": "graphic",
|
|
1082
|
+
"awaitingAct": "Art. 7(2) delegated and implementing acts, not yet adopted",
|
|
1083
|
+
"onLabel": true,
|
|
1084
|
+
"source": "derived",
|
|
1085
|
+
"clause": "6.2.4",
|
|
1086
|
+
"specName": "Carbon footprint label",
|
|
1087
|
+
"legalRef": "Art. 7(2); Annex XIII (1c)",
|
|
1088
|
+
"bpdm": "labels",
|
|
1089
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Labels:1.2.0#labels",
|
|
1090
|
+
"requirement": {
|
|
1091
|
+
"status": "anticipated",
|
|
1092
|
+
"source": "eu-batteries-regulation",
|
|
1093
|
+
"clause": "Annex XIII 1 (c); Article 7(2)",
|
|
1094
|
+
"note": "guidance row 18: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"key": "extinguishingAgent",
|
|
1099
|
+
"label": "Usable extinguishing agent",
|
|
1100
|
+
"obligation": "must",
|
|
1101
|
+
"access": "public",
|
|
1102
|
+
"level": "model",
|
|
1103
|
+
"type": "multi",
|
|
1104
|
+
"options": [
|
|
1105
|
+
{
|
|
1106
|
+
"value": "water",
|
|
1107
|
+
"label": "Water"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"value": "water-mist",
|
|
1111
|
+
"label": "Water mist"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"value": "foam",
|
|
1115
|
+
"label": "Foam"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"value": "co2",
|
|
1119
|
+
"label": "Carbon dioxide"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"value": "dry-powder-abc",
|
|
1123
|
+
"label": "Dry powder, ABC"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"value": "dry-powder-bc",
|
|
1127
|
+
"label": "Dry powder, BC"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"value": "metal-fire-powder",
|
|
1131
|
+
"label": "Class D metal-fire powder"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"value": "sand",
|
|
1135
|
+
"label": "Dry sand"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"value": "vermiculite",
|
|
1139
|
+
"label": "Vermiculite"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"value": "encapsulator",
|
|
1143
|
+
"label": "Encapsulating agent"
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1146
|
+
"closed": false,
|
|
1147
|
+
"onLabel": true,
|
|
1148
|
+
"source": "form",
|
|
1149
|
+
"clause": "6.2.5",
|
|
1150
|
+
"specName": "Extinguishing agent",
|
|
1151
|
+
"legalRef": "Annex VI Part A(9)",
|
|
1152
|
+
"note": "Several agents may be usable, so this takes more than one. Open: the Annex requires the agent to be stated but names no vocabulary, and proprietary agents appear faster than a list is revised.",
|
|
1153
|
+
"requirement": {
|
|
1154
|
+
"status": "enacted",
|
|
1155
|
+
"source": "eu-batteries-regulation",
|
|
1156
|
+
"clause": "Annex VI Part A(9)",
|
|
1157
|
+
"note": "guidance row 14: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1158
|
+
"effectiveDate": "2027-02-18"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"key": "labelMeaning",
|
|
1163
|
+
"label": "What the symbols mean",
|
|
1164
|
+
"obligation": "must",
|
|
1165
|
+
"access": "public",
|
|
1166
|
+
"level": "model",
|
|
1167
|
+
"type": "text",
|
|
1168
|
+
"onLabel": true,
|
|
1169
|
+
"source": "platform",
|
|
1170
|
+
"clause": "6.2.6",
|
|
1171
|
+
"specName": "Meaning of labels and symbols",
|
|
1172
|
+
"legalRef": "Art. 74(1e); Annex XIII (1s)",
|
|
1173
|
+
"note": "Standard explanatory copy, the same for every brand. Ours to write once.",
|
|
1174
|
+
"requirement": {
|
|
1175
|
+
"status": "enacted",
|
|
1176
|
+
"source": "eu-batteries-regulation",
|
|
1177
|
+
"clause": "Annex XIII 1 (s); Article 74(1)",
|
|
1178
|
+
"note": "guidance row 43: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1179
|
+
"effectiveDate": "2027-02-18"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"key": "declarationOfConformity",
|
|
1184
|
+
"label": "Declaration of conformity",
|
|
1185
|
+
"obligation": "must",
|
|
1186
|
+
"access": "public",
|
|
1187
|
+
"level": "model",
|
|
1188
|
+
"type": "document",
|
|
1189
|
+
"onLabel": true,
|
|
1190
|
+
"source": "deferred",
|
|
1191
|
+
"clause": "6.2.7",
|
|
1192
|
+
"specName": "EU declaration of conformity",
|
|
1193
|
+
"legalRef": "Art. 18; Annex XIII (1r)",
|
|
1194
|
+
"bpdm": "declarationOfConformity",
|
|
1195
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Labels:1.2.0#declarationOfConformity",
|
|
1196
|
+
"note": "Public document. Needs the attachment seam we do not have yet.",
|
|
1197
|
+
"requirement": {
|
|
1198
|
+
"status": "enacted",
|
|
1199
|
+
"source": "eu-batteries-regulation",
|
|
1200
|
+
"clause": "Annex XIII 1 (r); Article 18",
|
|
1201
|
+
"note": "guidance row 42: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1202
|
+
"effectiveDate": "2027-02-18"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"key": "testReports",
|
|
1207
|
+
"label": "Test reports",
|
|
1208
|
+
"obligation": "must",
|
|
1209
|
+
"access": "authority",
|
|
1210
|
+
"level": "model",
|
|
1211
|
+
"type": "document",
|
|
1212
|
+
"source": "deferred",
|
|
1213
|
+
"clause": "6.2.8",
|
|
1214
|
+
"specName": "Results of test reports proving compliance",
|
|
1215
|
+
"legalRef": "Annex XIII (3)",
|
|
1216
|
+
"bpdm": "resultOfTestReport",
|
|
1217
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Labels:1.2.0#resultOfTestReport",
|
|
1218
|
+
"note": "The whole reason the authority tier exists: notified bodies, market surveillance authorities and the Commission, nobody else.",
|
|
1219
|
+
"requirement": {
|
|
1220
|
+
"status": "enacted",
|
|
1221
|
+
"source": "eu-batteries-regulation",
|
|
1222
|
+
"clause": "Annex XIII 3",
|
|
1223
|
+
"note": "guidance row 50: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1224
|
+
"effectiveDate": "2027-02-18"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"key": "carbonFootprint",
|
|
1229
|
+
"label": "Declared footprint",
|
|
1230
|
+
"obligation": "must",
|
|
1231
|
+
"access": "public",
|
|
1232
|
+
"level": "model",
|
|
1233
|
+
"type": "decimal",
|
|
1234
|
+
"unit": "kg CO₂e/kWh",
|
|
1235
|
+
"minimum": 0,
|
|
1236
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1237
|
+
"onLabel": true,
|
|
1238
|
+
"source": "form",
|
|
1239
|
+
"clause": "6.3.2",
|
|
1240
|
+
"specName": "Battery carbon footprint per functional unit",
|
|
1241
|
+
"legalRef": "Art. 7(1); Annex XIII",
|
|
1242
|
+
"bpdm": "batteryCarbonFootprint",
|
|
1243
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#batteryCarbonFootprint",
|
|
1244
|
+
"supersedes": "carbonDeclared",
|
|
1245
|
+
"requirement": {
|
|
1246
|
+
"status": "anticipated",
|
|
1247
|
+
"source": "eu-batteries-regulation",
|
|
1248
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1249
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"key": "carbonRawMaterials",
|
|
1254
|
+
"label": "Footprint: raw materials",
|
|
1255
|
+
"obligation": "must",
|
|
1256
|
+
"access": "public",
|
|
1257
|
+
"level": "model",
|
|
1258
|
+
"type": "decimal",
|
|
1259
|
+
"unit": "kg CO₂e/kWh",
|
|
1260
|
+
"minimum": 0,
|
|
1261
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1262
|
+
"source": "form",
|
|
1263
|
+
"clause": "6.3.3",
|
|
1264
|
+
"specName": "Contribution of raw material acquisition and pre-processing lifecycle stage",
|
|
1265
|
+
"legalRef": "Art. 7(1)",
|
|
1266
|
+
"bpdm": "carbonFootprintPerLifecycleStage",
|
|
1267
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#carbonFootprintPerLifecycleStage",
|
|
1268
|
+
"requirement": {
|
|
1269
|
+
"status": "anticipated",
|
|
1270
|
+
"source": "eu-batteries-regulation",
|
|
1271
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1272
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"key": "carbonProduction",
|
|
1277
|
+
"label": "Footprint: production",
|
|
1278
|
+
"obligation": "must",
|
|
1279
|
+
"access": "public",
|
|
1280
|
+
"level": "model",
|
|
1281
|
+
"type": "decimal",
|
|
1282
|
+
"unit": "kg CO₂e/kWh",
|
|
1283
|
+
"minimum": 0,
|
|
1284
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1285
|
+
"source": "form",
|
|
1286
|
+
"clause": "6.3.4",
|
|
1287
|
+
"specName": "Contribution of main product production/manufacturing lifecycle stage",
|
|
1288
|
+
"legalRef": "Art. 7(1)",
|
|
1289
|
+
"bpdm": "carbonFootprintPerLifecycleStage",
|
|
1290
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#carbonFootprintPerLifecycleStage",
|
|
1291
|
+
"requirement": {
|
|
1292
|
+
"status": "anticipated",
|
|
1293
|
+
"source": "eu-batteries-regulation",
|
|
1294
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1295
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"key": "carbonDistribution",
|
|
1300
|
+
"label": "Footprint: distribution",
|
|
1301
|
+
"obligation": "must",
|
|
1302
|
+
"access": "public",
|
|
1303
|
+
"level": "model",
|
|
1304
|
+
"type": "decimal",
|
|
1305
|
+
"unit": "kg CO₂e/kWh",
|
|
1306
|
+
"minimum": 0,
|
|
1307
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1308
|
+
"source": "form",
|
|
1309
|
+
"clause": "6.3.5",
|
|
1310
|
+
"specName": "Contribution of distribution lifecycle stage",
|
|
1311
|
+
"legalRef": "Art. 7(1)",
|
|
1312
|
+
"bpdm": "carbonFootprintPerLifecycleStage",
|
|
1313
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#carbonFootprintPerLifecycleStage",
|
|
1314
|
+
"requirement": {
|
|
1315
|
+
"status": "anticipated",
|
|
1316
|
+
"source": "eu-batteries-regulation",
|
|
1317
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1318
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"key": "carbonEndOfLife",
|
|
1323
|
+
"label": "Footprint: end of life",
|
|
1324
|
+
"obligation": "must",
|
|
1325
|
+
"access": "public",
|
|
1326
|
+
"level": "model",
|
|
1327
|
+
"type": "decimal",
|
|
1328
|
+
"unit": "kg CO₂e/kWh",
|
|
1329
|
+
"minimum": 0,
|
|
1330
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1331
|
+
"source": "form",
|
|
1332
|
+
"clause": "6.3.6",
|
|
1333
|
+
"specName": "Contribution of end of life and recycling lifecycle stage",
|
|
1334
|
+
"legalRef": "Art. 7(1)",
|
|
1335
|
+
"bpdm": "carbonFootprintPerLifecycleStage",
|
|
1336
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#carbonFootprintPerLifecycleStage",
|
|
1337
|
+
"requirement": {
|
|
1338
|
+
"status": "anticipated",
|
|
1339
|
+
"source": "eu-batteries-regulation",
|
|
1340
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1341
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"key": "carbonClass",
|
|
1346
|
+
"label": "Carbon class",
|
|
1347
|
+
"obligation": "must",
|
|
1348
|
+
"access": "public",
|
|
1349
|
+
"level": "model",
|
|
1350
|
+
"type": "text",
|
|
1351
|
+
"maxLength": 32,
|
|
1352
|
+
"awaitingAct": "Art. 7(2) delegated and implementing acts, not yet adopted",
|
|
1353
|
+
"onLabel": true,
|
|
1354
|
+
"source": "form",
|
|
1355
|
+
"clause": "6.3.7",
|
|
1356
|
+
"specName": "Carbon footprint performance class",
|
|
1357
|
+
"legalRef": "Art. 7(2); Annex XIII (1c)",
|
|
1358
|
+
"bpdm": "carbonFootprintPerformanceClass",
|
|
1359
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#carbonFootprintPerformanceClass",
|
|
1360
|
+
"supersedes": "carbonClass",
|
|
1361
|
+
"note": "The one field that cannot be constrained yet, and the reason is stated rather than worked around: both the class set and the declaration format come from acts under Art. 7(2) that have not been adopted. Offering a guessed A-to-G list would publish our invention as the class scheme. The surface says the format is pending instead of presenting an open box as a free choice. Becomes a closed enum the day the act lands.",
|
|
1362
|
+
"requirement": {
|
|
1363
|
+
"status": "anticipated",
|
|
1364
|
+
"source": "eu-batteries-regulation",
|
|
1365
|
+
"clause": "Annex XIII 1 (c); Article 7(2)",
|
|
1366
|
+
"note": "guidance row 18: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7(2) acts the field already names"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"key": "carbonStudyUrl",
|
|
1371
|
+
"label": "Footprint study",
|
|
1372
|
+
"obligation": "must",
|
|
1373
|
+
"access": "public",
|
|
1374
|
+
"level": "model",
|
|
1375
|
+
"type": "url",
|
|
1376
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1377
|
+
"source": "form",
|
|
1378
|
+
"clause": "6.3.8",
|
|
1379
|
+
"specName": "Web link to public carbon footprint study",
|
|
1380
|
+
"legalRef": "Art. 7(1)",
|
|
1381
|
+
"bpdm": "carbonFootprintStudy",
|
|
1382
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#carbonFootprintStudy",
|
|
1383
|
+
"note": "The declaration alone does not discharge the duty; the study has to be reachable.",
|
|
1384
|
+
"requirement": {
|
|
1385
|
+
"status": "anticipated",
|
|
1386
|
+
"source": "eu-batteries-regulation",
|
|
1387
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1388
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"key": "carbonGeneralInfo",
|
|
1393
|
+
"label": "Battery and brand information",
|
|
1394
|
+
"obligation": "must",
|
|
1395
|
+
"access": "public",
|
|
1396
|
+
"level": "model",
|
|
1397
|
+
"type": "text",
|
|
1398
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1399
|
+
"source": "derived",
|
|
1400
|
+
"clause": "6.3.9",
|
|
1401
|
+
"specName": "General battery and manufacturer information",
|
|
1402
|
+
"legalRef": "Art. 7(1)",
|
|
1403
|
+
"note": "The spec points back at 6.1 and 6.2 rather than adding fields.",
|
|
1404
|
+
"requirement": {
|
|
1405
|
+
"status": "anticipated",
|
|
1406
|
+
"source": "eu-batteries-regulation",
|
|
1407
|
+
"clause": "Annex XIII 1 (c); Article 7(1)",
|
|
1408
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"key": "carbonAbsolute",
|
|
1413
|
+
"label": "Total footprint",
|
|
1414
|
+
"obligation": "should",
|
|
1415
|
+
"access": "public",
|
|
1416
|
+
"level": "model",
|
|
1417
|
+
"type": "decimal",
|
|
1418
|
+
"unit": "t CO₂e",
|
|
1419
|
+
"minimum": 0,
|
|
1420
|
+
"awaitingAct": "Art. 7 delegated and implementing acts on the carbon footprint declaration format, not yet adopted",
|
|
1421
|
+
"source": "form",
|
|
1422
|
+
"clause": "6.3.10",
|
|
1423
|
+
"specName": "Absolute battery carbon footprint",
|
|
1424
|
+
"legalRef": "none (spec recommendation)",
|
|
1425
|
+
"bpdm": "absoluteCarbonFootprint",
|
|
1426
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.CarbonFootprint:1.2.0#absoluteCarbonFootprint",
|
|
1427
|
+
"requirement": {
|
|
1428
|
+
"status": "anticipated",
|
|
1429
|
+
"source": "eu-batteries-regulation",
|
|
1430
|
+
"clause": "Annex XIII 1 (c)",
|
|
1431
|
+
"note": "guidance row 17: EV not-to-be-displayed:format-pending-act, LMT not-to-be-displayed:format-pending-act, industrial not-to-be-displayed:format-pending-act; not to be filled or displayed as of 18 February 2027 while the format waits on the Article 7 delegated and implementing acts"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"key": "dueDiligenceReport",
|
|
1436
|
+
"label": "Due diligence report",
|
|
1437
|
+
"obligation": "must",
|
|
1438
|
+
"access": "public",
|
|
1439
|
+
"level": "model",
|
|
1440
|
+
"type": "document",
|
|
1441
|
+
"source": "form",
|
|
1442
|
+
"clause": "6.4.2",
|
|
1443
|
+
"specName": "Information of due diligence report in the battery passport",
|
|
1444
|
+
"legalRef": "Annex XIII (1d); Art. 52(3)",
|
|
1445
|
+
"bpdm": "supplyChainDueDiligenceReport",
|
|
1446
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.SupplyChainDueDiligence:1.2.0#supplyChainDueDiligenceReport",
|
|
1447
|
+
"supersedes": "dueDiligence",
|
|
1448
|
+
"note": "battery@1 takes a reference string. The duty is a published report, so a link is the honest minimum.",
|
|
1449
|
+
"requirement": {
|
|
1450
|
+
"status": "anticipated",
|
|
1451
|
+
"source": "eu-batteries-regulation",
|
|
1452
|
+
"clause": "Annex XIII 1 (d); Article 48(1); Article 52(3)",
|
|
1453
|
+
"effectiveDate": "2027-08-18",
|
|
1454
|
+
"note": "guidance row 19: EV not-to-be-displayed:later-date, LMT not-to-be-displayed:later-date, industrial not-to-be-displayed:later-date; not to be filled or displayed as of 18 February 2027, required from August 2027 under Article 48(1) as amended (18 August 2027 as this profile reads it; confirm against the consolidated text)"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"key": "dueDiligenceAssurances",
|
|
1459
|
+
"label": "Third-party assurance",
|
|
1460
|
+
"obligation": "should",
|
|
1461
|
+
"access": "public",
|
|
1462
|
+
"level": "model",
|
|
1463
|
+
"type": "record",
|
|
1464
|
+
"fields": [
|
|
1465
|
+
{
|
|
1466
|
+
"key": "scheme",
|
|
1467
|
+
"label": "Scheme",
|
|
1468
|
+
"type": "text",
|
|
1469
|
+
"required": true
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"key": "assurer",
|
|
1473
|
+
"label": "Who verified it",
|
|
1474
|
+
"type": "text",
|
|
1475
|
+
"required": true
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"key": "reference",
|
|
1479
|
+
"label": "Certificate reference",
|
|
1480
|
+
"type": "text"
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"repeat": true,
|
|
1484
|
+
"source": "form",
|
|
1485
|
+
"clause": "6.4.3",
|
|
1486
|
+
"specName": "Third-party assurances of recognised schemes",
|
|
1487
|
+
"legalRef": "Art. 53",
|
|
1488
|
+
"bpdm": "thirdPartyAussurances",
|
|
1489
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.SupplyChainDueDiligence:1.2.0#thirdPartyAussurances",
|
|
1490
|
+
"note": "A record, because an assurance is only worth what the verifier is worth: naming the scheme without the body that certified against it is unfalsifiable. The scheme name stays open text rather than a list, since recognition itself arrives by implementing and delegated acts under Art. 53.",
|
|
1491
|
+
"requirement": {
|
|
1492
|
+
"status": "anticipated",
|
|
1493
|
+
"source": "eu-batteries-regulation",
|
|
1494
|
+
"clause": "Annex XIII 1 (d); Article 53",
|
|
1495
|
+
"effectiveDate": "2027-08-18",
|
|
1496
|
+
"note": "guidance row 19: EV not-to-be-displayed:later-date, LMT not-to-be-displayed:later-date, industrial not-to-be-displayed:later-date; not to be filled or displayed as of 18 February 2027, required from August 2027 under Article 48(1) as amended (18 August 2027 as this profile reads it; confirm against the consolidated text)"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"key": "supplyChainIndices",
|
|
1501
|
+
"label": "Supply chain indices",
|
|
1502
|
+
"obligation": "should",
|
|
1503
|
+
"access": "public",
|
|
1504
|
+
"level": "model",
|
|
1505
|
+
"type": "text",
|
|
1506
|
+
"source": "deferred",
|
|
1507
|
+
"clause": "6.4.4",
|
|
1508
|
+
"specName": "Supply chain indices",
|
|
1509
|
+
"legalRef": "none (spec recommendation)",
|
|
1510
|
+
"bpdm": "supplyChainIndicies",
|
|
1511
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.SupplyChainDueDiligence:1.2.0#supplyChainIndicies",
|
|
1512
|
+
"requirement": {
|
|
1513
|
+
"status": "none",
|
|
1514
|
+
"source": "profile addition",
|
|
1515
|
+
"note": "a specification recommendation with no instrument behind it"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"key": "chemistry",
|
|
1520
|
+
"label": "Chemistry",
|
|
1521
|
+
"obligation": "must",
|
|
1522
|
+
"access": "public",
|
|
1523
|
+
"level": "model",
|
|
1524
|
+
"type": "enum",
|
|
1525
|
+
"options": [
|
|
1526
|
+
{
|
|
1527
|
+
"value": "LFP",
|
|
1528
|
+
"label": "LFP, lithium iron phosphate"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"value": "LMFP",
|
|
1532
|
+
"label": "LMFP, lithium manganese iron phosphate"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"value": "NMC",
|
|
1536
|
+
"label": "NMC, nickel manganese cobalt"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"value": "NCA",
|
|
1540
|
+
"label": "NCA, nickel cobalt aluminium"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"value": "LCO",
|
|
1544
|
+
"label": "LCO, lithium cobalt oxide"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"value": "LMO",
|
|
1548
|
+
"label": "LMO, lithium manganese oxide"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"value": "LTO",
|
|
1552
|
+
"label": "LTO, lithium titanate"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"value": "NA-ION",
|
|
1556
|
+
"label": "Sodium-ion"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"value": "LI-METAL",
|
|
1560
|
+
"label": "Lithium metal"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"value": "SOLID-STATE",
|
|
1564
|
+
"label": "Solid state"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"value": "PB-ACID",
|
|
1568
|
+
"label": "Lead-acid"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"value": "NIMH",
|
|
1572
|
+
"label": "Nickel metal hydride"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"value": "NICD",
|
|
1576
|
+
"label": "Nickel cadmium"
|
|
1577
|
+
}
|
|
1578
|
+
],
|
|
1579
|
+
"closed": false,
|
|
1580
|
+
"onLabel": true,
|
|
1581
|
+
"source": "form",
|
|
1582
|
+
"clause": "6.5.2",
|
|
1583
|
+
"specName": "Battery chemistry",
|
|
1584
|
+
"legalRef": "Annex XIII (1b)",
|
|
1585
|
+
"bpdm": "batteryChemistry",
|
|
1586
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryChemistry",
|
|
1587
|
+
"supersedes": "chemistry",
|
|
1588
|
+
"note": "An open list, not a closed one: 6.5.2 NOTE records that no unambiguous nomenclature exists yet, so the familiar abbreviations are offered and a value outside them stays valid. The fuller cathode, anode and electrolyte description belongs to electrodeMaterials.",
|
|
1589
|
+
"requirement": {
|
|
1590
|
+
"status": "enacted",
|
|
1591
|
+
"source": "eu-batteries-regulation",
|
|
1592
|
+
"clause": "Annex VI Part A(7); Annex XIII 1 (b)",
|
|
1593
|
+
"note": "guidance row 12: EV mandatory, LMT mandatory, industrial mandatory; guidance row 16: EV not-to-be-displayed:repetition, LMT not-to-be-displayed:repetition, industrial not-to-be-displayed:repetition",
|
|
1594
|
+
"effectiveDate": "2027-02-18"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"key": "criticalRawMaterials",
|
|
1599
|
+
"label": "Critical raw materials",
|
|
1600
|
+
"obligation": "must",
|
|
1601
|
+
"access": "public",
|
|
1602
|
+
"level": "model",
|
|
1603
|
+
"type": "multi",
|
|
1604
|
+
"options": [
|
|
1605
|
+
{
|
|
1606
|
+
"value": "aluminium",
|
|
1607
|
+
"label": "Aluminium / bauxite / alumina"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"value": "antimony",
|
|
1611
|
+
"label": "Antimony"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"value": "arsenic",
|
|
1615
|
+
"label": "Arsenic"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"value": "baryte",
|
|
1619
|
+
"label": "Baryte"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"value": "beryllium",
|
|
1623
|
+
"label": "Beryllium"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"value": "bismuth",
|
|
1627
|
+
"label": "Bismuth"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"value": "boron",
|
|
1631
|
+
"label": "Boron"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"value": "cobalt",
|
|
1635
|
+
"label": "Cobalt"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"value": "coking-coal",
|
|
1639
|
+
"label": "Coking coal"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"value": "copper",
|
|
1643
|
+
"label": "Copper"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"value": "feldspar",
|
|
1647
|
+
"label": "Feldspar"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"value": "fluorspar",
|
|
1651
|
+
"label": "Fluorspar"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"value": "gallium",
|
|
1655
|
+
"label": "Gallium"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"value": "germanium",
|
|
1659
|
+
"label": "Germanium"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"value": "hafnium",
|
|
1663
|
+
"label": "Hafnium"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"value": "helium",
|
|
1667
|
+
"label": "Helium"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"value": "heavy-ree",
|
|
1671
|
+
"label": "Rare earths, heavy"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"value": "light-ree",
|
|
1675
|
+
"label": "Rare earths, light"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"value": "lithium",
|
|
1679
|
+
"label": "Lithium"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"value": "magnesium",
|
|
1683
|
+
"label": "Magnesium"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"value": "manganese",
|
|
1687
|
+
"label": "Manganese"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"value": "natural-graphite",
|
|
1691
|
+
"label": "Graphite, natural"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"value": "nickel",
|
|
1695
|
+
"label": "Nickel, battery grade"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"value": "niobium",
|
|
1699
|
+
"label": "Niobium"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"value": "pgm",
|
|
1703
|
+
"label": "Platinum group metals"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"value": "phosphate-rock",
|
|
1707
|
+
"label": "Phosphate rock"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"value": "phosphorus",
|
|
1711
|
+
"label": "Phosphorus"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"value": "scandium",
|
|
1715
|
+
"label": "Scandium"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"value": "silicon-metal",
|
|
1719
|
+
"label": "Silicon metal"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"value": "strontium",
|
|
1723
|
+
"label": "Strontium"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"value": "tantalum",
|
|
1727
|
+
"label": "Tantalum"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"value": "titanium-metal",
|
|
1731
|
+
"label": "Titanium metal"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"value": "tungsten",
|
|
1735
|
+
"label": "Tungsten"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"value": "vanadium",
|
|
1739
|
+
"label": "Vanadium"
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1742
|
+
"closed": true,
|
|
1743
|
+
"onLabel": true,
|
|
1744
|
+
"source": "form",
|
|
1745
|
+
"clause": "6.5.3",
|
|
1746
|
+
"specName": "Critical raw materials",
|
|
1747
|
+
"legalRef": "Annex XIII (1b); Annex VI Part A(10)",
|
|
1748
|
+
"note": "Those present above 0.1% by weight, selected from Reg. (EU) 2024/1252 Annex II. Closed, because that register is exhaustive by law; it is revised at least every three years, so the mirrored list carries that review duty with it.",
|
|
1749
|
+
"requirement": {
|
|
1750
|
+
"status": "enacted",
|
|
1751
|
+
"source": "eu-batteries-regulation",
|
|
1752
|
+
"clause": "Annex VI Part A(10); Annex XIII 1 (b)",
|
|
1753
|
+
"note": "guidance row 15: EV mandatory, LMT mandatory, industrial mandatory; guidance row 16: EV not-to-be-displayed:repetition, LMT not-to-be-displayed:repetition, industrial not-to-be-displayed:repetition",
|
|
1754
|
+
"effectiveDate": "2027-02-18"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"key": "electrodeMaterials",
|
|
1759
|
+
"label": "Cathode, anode and electrolyte materials",
|
|
1760
|
+
"obligation": "must",
|
|
1761
|
+
"access": "legitimate",
|
|
1762
|
+
"level": "model",
|
|
1763
|
+
"type": "record",
|
|
1764
|
+
"fields": [
|
|
1765
|
+
{
|
|
1766
|
+
"key": "component",
|
|
1767
|
+
"label": "Component",
|
|
1768
|
+
"type": "enum",
|
|
1769
|
+
"options": [
|
|
1770
|
+
{
|
|
1771
|
+
"value": "cathode",
|
|
1772
|
+
"label": "Cathode"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"value": "anode",
|
|
1776
|
+
"label": "Anode"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"value": "electrolyte",
|
|
1780
|
+
"label": "Electrolyte"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"value": "separator",
|
|
1784
|
+
"label": "Separator"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"value": "casing",
|
|
1788
|
+
"label": "Casing"
|
|
1789
|
+
}
|
|
1790
|
+
],
|
|
1791
|
+
"closed": true,
|
|
1792
|
+
"required": true
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"key": "material",
|
|
1796
|
+
"label": "Material",
|
|
1797
|
+
"type": "text",
|
|
1798
|
+
"required": true
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"key": "share",
|
|
1802
|
+
"label": "Share by weight",
|
|
1803
|
+
"type": "percent",
|
|
1804
|
+
"unit": "%",
|
|
1805
|
+
"minimum": 0,
|
|
1806
|
+
"maximum": 100
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"repeat": true,
|
|
1810
|
+
"source": "form",
|
|
1811
|
+
"clause": "6.5.4",
|
|
1812
|
+
"specName": "Materials used in cathode, anode and electrolyte",
|
|
1813
|
+
"legalRef": "Annex XIII (2a)",
|
|
1814
|
+
"bpdm": "batteryMaterials",
|
|
1815
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterials",
|
|
1816
|
+
"note": "The spec names three components, so the component is a closed list while the material stays open: chemistry nomenclature is unsettled (6.5.2 NOTE) but which part of a cell you are describing is not. Separator and casing are included because a dismantler needs them and the Annex says \"used in\", not \"used in only these three\".",
|
|
1817
|
+
"requirement": {
|
|
1818
|
+
"status": "enacted",
|
|
1819
|
+
"source": "eu-batteries-regulation",
|
|
1820
|
+
"clause": "Annex XIII 2 (a)",
|
|
1821
|
+
"note": "guidance row 45: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1822
|
+
"effectiveDate": "2027-02-18"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"key": "hazardousSubstances",
|
|
1827
|
+
"label": "Hazardous substances",
|
|
1828
|
+
"obligation": "must",
|
|
1829
|
+
"access": "public",
|
|
1830
|
+
"level": "model",
|
|
1831
|
+
"type": "record",
|
|
1832
|
+
"fields": [
|
|
1833
|
+
{
|
|
1834
|
+
"key": "name",
|
|
1835
|
+
"label": "Substance",
|
|
1836
|
+
"type": "text",
|
|
1837
|
+
"required": true
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"key": "cas",
|
|
1841
|
+
"label": "CAS number",
|
|
1842
|
+
"type": "text",
|
|
1843
|
+
"pattern": "^\\d{2,7}-\\d{2}-\\d$",
|
|
1844
|
+
"patternHint": "Two to seven digits, two digits, then a check digit, as in 7439-92-1",
|
|
1845
|
+
"required": true
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"key": "concentration",
|
|
1849
|
+
"label": "Concentration",
|
|
1850
|
+
"type": "percent",
|
|
1851
|
+
"unit": "%",
|
|
1852
|
+
"minimum": 0,
|
|
1853
|
+
"maximum": 100
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"repeat": true,
|
|
1857
|
+
"onLabel": true,
|
|
1858
|
+
"source": "form",
|
|
1859
|
+
"clause": "6.5.5",
|
|
1860
|
+
"specName": "Hazardous substances",
|
|
1861
|
+
"legalRef": "Annex XIII (1b); Annex VI Part A(8)",
|
|
1862
|
+
"bpdm": "hazardousSubstances",
|
|
1863
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstances",
|
|
1864
|
+
"note": "Those other than mercury, cadmium and lead. A repeated record rather than a sentence, because each substance needs its own name and CAS number to be machine-checkable. The CAS check digit is computable, so a consumer can verify the number as well as its shape. No closed substance list: the ECHA candidate list runs to hundreds of entries and is revised twice a year, so mirroring it here would go stale between releases.",
|
|
1865
|
+
"requirement": {
|
|
1866
|
+
"status": "enacted",
|
|
1867
|
+
"source": "eu-batteries-regulation",
|
|
1868
|
+
"clause": "Annex VI Part A(8); Annex XIII 1 (b)",
|
|
1869
|
+
"note": "guidance row 13: EV mandatory, LMT mandatory, industrial mandatory; guidance row 16: EV not-to-be-displayed:repetition, LMT not-to-be-displayed:repetition, industrial not-to-be-displayed:repetition",
|
|
1870
|
+
"effectiveDate": "2027-02-18"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"key": "substanceImpact",
|
|
1875
|
+
"label": "Effects of those substances",
|
|
1876
|
+
"obligation": "must",
|
|
1877
|
+
"access": "public",
|
|
1878
|
+
"level": "model",
|
|
1879
|
+
"type": "text",
|
|
1880
|
+
"maxLength": 2000,
|
|
1881
|
+
"prose": true,
|
|
1882
|
+
"source": "form",
|
|
1883
|
+
"clause": "6.5.6",
|
|
1884
|
+
"specName": "Impact of substances on environment, human health, safety, persons",
|
|
1885
|
+
"legalRef": "Art. 74(1f)",
|
|
1886
|
+
"note": "Prose by nature, and by duty: Art. 74(1f) requires an explanation of impacts on the environment, human health and safety written for a person to act on. A code list would defeat the purpose of the article.",
|
|
1887
|
+
"requirement": {
|
|
1888
|
+
"status": "enacted",
|
|
1889
|
+
"source": "eu-batteries-regulation",
|
|
1890
|
+
"clause": "Annex XIII 1 (s); Article 74(1)(f)",
|
|
1891
|
+
"note": "guidance row 43: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1892
|
+
"effectiveDate": "2027-02-18"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"key": "dismantlingManual",
|
|
1897
|
+
"label": "Dismantling manual",
|
|
1898
|
+
"obligation": "must",
|
|
1899
|
+
"access": "legitimate",
|
|
1900
|
+
"level": "model",
|
|
1901
|
+
"type": "document",
|
|
1902
|
+
"source": "form",
|
|
1903
|
+
"clause": "6.6.1.2",
|
|
1904
|
+
"specName": "Dismantling information: manuals for the removal and the disassembly of the battery pack",
|
|
1905
|
+
"legalRef": "Annex XIII (2c)",
|
|
1906
|
+
"bpdm": "dismantlingAndRemovalInformation",
|
|
1907
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#dismantlingAndRemovalInformation",
|
|
1908
|
+
"supersedes": "dismantling",
|
|
1909
|
+
"note": "The duty is the manual, not a reference to one. battery@1 stores a document number.",
|
|
1910
|
+
"requirement": {
|
|
1911
|
+
"status": "enacted",
|
|
1912
|
+
"source": "eu-batteries-regulation",
|
|
1913
|
+
"clause": "Annex XIII 2 (c)",
|
|
1914
|
+
"note": "guidance row 48: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1915
|
+
"effectiveDate": "2027-02-18"
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"key": "partNumbersUrl",
|
|
1920
|
+
"label": "Part numbers",
|
|
1921
|
+
"obligation": "must",
|
|
1922
|
+
"access": "legitimate",
|
|
1923
|
+
"level": "model",
|
|
1924
|
+
"type": "url",
|
|
1925
|
+
"source": "form",
|
|
1926
|
+
"clause": "6.6.1.3",
|
|
1927
|
+
"specName": "Part numbers for components",
|
|
1928
|
+
"legalRef": "Annex XIII (2b)",
|
|
1929
|
+
"bpdm": "sparePartSources.components.partNumber",
|
|
1930
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#sparePartSources",
|
|
1931
|
+
"requirement": {
|
|
1932
|
+
"status": "enacted",
|
|
1933
|
+
"source": "eu-batteries-regulation",
|
|
1934
|
+
"clause": "Annex XIII 2 (b)",
|
|
1935
|
+
"note": "guidance row 46: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1936
|
+
"effectiveDate": "2027-02-18"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"key": "sparePartsAddress",
|
|
1941
|
+
"label": "Spare parts: postal address",
|
|
1942
|
+
"obligation": "must",
|
|
1943
|
+
"access": "legitimate",
|
|
1944
|
+
"level": "model",
|
|
1945
|
+
"type": "record",
|
|
1946
|
+
"fields": [
|
|
1947
|
+
{
|
|
1948
|
+
"key": "street",
|
|
1949
|
+
"label": "Street",
|
|
1950
|
+
"type": "text",
|
|
1951
|
+
"required": true
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"key": "locality",
|
|
1955
|
+
"label": "Town or city",
|
|
1956
|
+
"type": "text",
|
|
1957
|
+
"required": true
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"key": "postcode",
|
|
1961
|
+
"label": "Postcode",
|
|
1962
|
+
"type": "text"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"key": "region",
|
|
1966
|
+
"label": "State or region",
|
|
1967
|
+
"type": "text"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"key": "country",
|
|
1971
|
+
"label": "Country",
|
|
1972
|
+
"type": "country",
|
|
1973
|
+
"pattern": "^[A-Z]{2}$",
|
|
1974
|
+
"patternHint": "A two-letter country code",
|
|
1975
|
+
"required": true
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"source": "form",
|
|
1979
|
+
"clause": "6.6.1.4",
|
|
1980
|
+
"specName": "Postal address of sources of spare parts",
|
|
1981
|
+
"legalRef": "Annex XIII (2b)",
|
|
1982
|
+
"bpdm": "sparePartSources.addressOfSupplier",
|
|
1983
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#sparePartSources",
|
|
1984
|
+
"note": "A record rather than one box, so the country is a code and the rest stays as postal services expect. Postcode is optional because several countries have none.",
|
|
1985
|
+
"requirement": {
|
|
1986
|
+
"status": "enacted",
|
|
1987
|
+
"source": "eu-batteries-regulation",
|
|
1988
|
+
"clause": "Annex XIII 2 (b)",
|
|
1989
|
+
"note": "guidance row 47: EV mandatory, LMT mandatory, industrial mandatory",
|
|
1990
|
+
"effectiveDate": "2027-02-18"
|
|
1991
|
+
}
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"key": "sparePartsEmail",
|
|
1995
|
+
"label": "Spare parts: e-mail",
|
|
1996
|
+
"obligation": "must",
|
|
1997
|
+
"access": "legitimate",
|
|
1998
|
+
"level": "model",
|
|
1999
|
+
"type": "text",
|
|
2000
|
+
"pattern": "^[^@\\s]+@[^@\\s.]+(\\.[^@\\s.]+)+$",
|
|
2001
|
+
"patternHint": "An e-mail address",
|
|
2002
|
+
"maxLength": 254,
|
|
2003
|
+
"source": "form",
|
|
2004
|
+
"clause": "6.6.1.4",
|
|
2005
|
+
"specName": "E-mail address of sources of spare parts",
|
|
2006
|
+
"legalRef": "Annex XIII (2b)",
|
|
2007
|
+
"bpdm": "sparePartSources.emailAddressOfSupplier",
|
|
2008
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#sparePartSources",
|
|
2009
|
+
"note": "Deliberately a permissive shape check, not RFC 5322: the aim is to catch a typo before publication, and a pattern strict enough to be correct rejects addresses that work. 254 is the practical maximum length.",
|
|
2010
|
+
"requirement": {
|
|
2011
|
+
"status": "enacted",
|
|
2012
|
+
"source": "eu-batteries-regulation",
|
|
2013
|
+
"clause": "Annex XIII 2 (b)",
|
|
2014
|
+
"note": "guidance row 47: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2015
|
+
"effectiveDate": "2027-02-18"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"key": "sparePartsUrl",
|
|
2020
|
+
"label": "Spare parts: web address",
|
|
2021
|
+
"obligation": "must",
|
|
2022
|
+
"access": "legitimate",
|
|
2023
|
+
"level": "model",
|
|
2024
|
+
"type": "url",
|
|
2025
|
+
"source": "form",
|
|
2026
|
+
"clause": "6.6.1.4",
|
|
2027
|
+
"specName": "Web address of sources of spare parts",
|
|
2028
|
+
"legalRef": "Annex XIII (2b)",
|
|
2029
|
+
"bpdm": "sparePartSources.supplierWebAddress",
|
|
2030
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#sparePartSources",
|
|
2031
|
+
"requirement": {
|
|
2032
|
+
"status": "enacted",
|
|
2033
|
+
"source": "eu-batteries-regulation",
|
|
2034
|
+
"clause": "Annex XIII 2 (b)",
|
|
2035
|
+
"note": "guidance row 47: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2036
|
+
"effectiveDate": "2027-02-18"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"key": "safetyMeasures",
|
|
2041
|
+
"label": "Safety measures",
|
|
2042
|
+
"obligation": "must",
|
|
2043
|
+
"access": "legitimate",
|
|
2044
|
+
"level": "model",
|
|
2045
|
+
"type": "document",
|
|
2046
|
+
"source": "form",
|
|
2047
|
+
"clause": "6.6.1.5",
|
|
2048
|
+
"specName": "Safety measures",
|
|
2049
|
+
"legalRef": "Annex XIII (2d)",
|
|
2050
|
+
"bpdm": "safetyMeasures",
|
|
2051
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#safetyMeasures",
|
|
2052
|
+
"note": "Restricted and detailed. Distinct from the public consumer safety line battery@1 carries as `safety`.",
|
|
2053
|
+
"requirement": {
|
|
2054
|
+
"status": "enacted",
|
|
2055
|
+
"source": "eu-batteries-regulation",
|
|
2056
|
+
"clause": "Annex XIII 2 (d)",
|
|
2057
|
+
"note": "guidance row 49: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2058
|
+
"effectiveDate": "2027-02-18"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"key": "recycledShareTotal",
|
|
2063
|
+
"label": "Recycled content",
|
|
2064
|
+
"obligation": "must",
|
|
2065
|
+
"access": "public",
|
|
2066
|
+
"level": "model",
|
|
2067
|
+
"type": "percent",
|
|
2068
|
+
"unit": "%",
|
|
2069
|
+
"minimum": 0,
|
|
2070
|
+
"maximum": 100,
|
|
2071
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2072
|
+
"source": "derived",
|
|
2073
|
+
"clause": "6.6.2.2",
|
|
2074
|
+
"specName": "Pre-consumer and post-consumer recycled cobalt, lithium, nickel and lead share",
|
|
2075
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2076
|
+
"bpdm": "recycledContent",
|
|
2077
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2078
|
+
"supersedes": "recycledContent",
|
|
2079
|
+
"note": "The umbrella figure over the eight splits below. Scoped per model per year per manufacturing plant, which is finer than model level alone. Annex C carries the mandatory targets.",
|
|
2080
|
+
"requirement": {
|
|
2081
|
+
"status": "anticipated",
|
|
2082
|
+
"source": "eu-batteries-regulation",
|
|
2083
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2084
|
+
"note": "guidance row 20: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; guidance row 21: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; guidance row 22: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; guidance row 23: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"key": "recycledNickelPre",
|
|
2089
|
+
"label": "Nickel, pre-consumer",
|
|
2090
|
+
"obligation": "must",
|
|
2091
|
+
"access": "public",
|
|
2092
|
+
"level": "model",
|
|
2093
|
+
"type": "percent",
|
|
2094
|
+
"unit": "%",
|
|
2095
|
+
"minimum": 0,
|
|
2096
|
+
"maximum": 100,
|
|
2097
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2098
|
+
"source": "form",
|
|
2099
|
+
"clause": "6.6.2.3",
|
|
2100
|
+
"specName": "Pre-consumer recycled nickel share",
|
|
2101
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2102
|
+
"bpdm": "recycledContent.preConsumerShare",
|
|
2103
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2104
|
+
"requirement": {
|
|
2105
|
+
"status": "anticipated",
|
|
2106
|
+
"source": "eu-batteries-regulation",
|
|
2107
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2108
|
+
"note": "guidance row 22: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"key": "recycledCobaltPre",
|
|
2113
|
+
"label": "Cobalt, pre-consumer",
|
|
2114
|
+
"obligation": "must",
|
|
2115
|
+
"access": "public",
|
|
2116
|
+
"level": "model",
|
|
2117
|
+
"type": "percent",
|
|
2118
|
+
"unit": "%",
|
|
2119
|
+
"minimum": 0,
|
|
2120
|
+
"maximum": 100,
|
|
2121
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2122
|
+
"source": "form",
|
|
2123
|
+
"clause": "6.6.2.4",
|
|
2124
|
+
"specName": "Pre-consumer recycled cobalt share",
|
|
2125
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2126
|
+
"bpdm": "recycledContent.preConsumerShare",
|
|
2127
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2128
|
+
"requirement": {
|
|
2129
|
+
"status": "anticipated",
|
|
2130
|
+
"source": "eu-batteries-regulation",
|
|
2131
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2132
|
+
"note": "guidance row 20: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"key": "recycledLithiumPre",
|
|
2137
|
+
"label": "Lithium, pre-consumer",
|
|
2138
|
+
"obligation": "must",
|
|
2139
|
+
"access": "public",
|
|
2140
|
+
"level": "model",
|
|
2141
|
+
"type": "percent",
|
|
2142
|
+
"unit": "%",
|
|
2143
|
+
"minimum": 0,
|
|
2144
|
+
"maximum": 100,
|
|
2145
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2146
|
+
"source": "form",
|
|
2147
|
+
"clause": "6.6.2.5",
|
|
2148
|
+
"specName": "Pre-consumer recycled lithium share",
|
|
2149
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2150
|
+
"bpdm": "recycledContent.preConsumerShare",
|
|
2151
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2152
|
+
"requirement": {
|
|
2153
|
+
"status": "anticipated",
|
|
2154
|
+
"source": "eu-batteries-regulation",
|
|
2155
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2156
|
+
"note": "guidance row 21: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"key": "recycledLeadPre",
|
|
2161
|
+
"label": "Lead, pre-consumer",
|
|
2162
|
+
"obligation": "must",
|
|
2163
|
+
"access": "public",
|
|
2164
|
+
"level": "model",
|
|
2165
|
+
"type": "percent",
|
|
2166
|
+
"unit": "%",
|
|
2167
|
+
"minimum": 0,
|
|
2168
|
+
"maximum": 100,
|
|
2169
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2170
|
+
"source": "form",
|
|
2171
|
+
"clause": "6.6.2.6",
|
|
2172
|
+
"specName": "Pre-consumer recycled lead share",
|
|
2173
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2174
|
+
"bpdm": "recycledContent.preConsumerShare",
|
|
2175
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2176
|
+
"requirement": {
|
|
2177
|
+
"status": "anticipated",
|
|
2178
|
+
"source": "eu-batteries-regulation",
|
|
2179
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2180
|
+
"note": "guidance row 23: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"key": "recycledNickelPost",
|
|
2185
|
+
"label": "Nickel, post-consumer",
|
|
2186
|
+
"obligation": "must",
|
|
2187
|
+
"access": "public",
|
|
2188
|
+
"level": "model",
|
|
2189
|
+
"type": "percent",
|
|
2190
|
+
"unit": "%",
|
|
2191
|
+
"minimum": 0,
|
|
2192
|
+
"maximum": 100,
|
|
2193
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2194
|
+
"source": "form",
|
|
2195
|
+
"clause": "6.6.2.7",
|
|
2196
|
+
"specName": "Post-consumer recycled nickel share",
|
|
2197
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2198
|
+
"bpdm": "recycledContent.postConsumerShare",
|
|
2199
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2200
|
+
"requirement": {
|
|
2201
|
+
"status": "anticipated",
|
|
2202
|
+
"source": "eu-batteries-regulation",
|
|
2203
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2204
|
+
"note": "guidance row 22: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"key": "recycledCobaltPost",
|
|
2209
|
+
"label": "Cobalt, post-consumer",
|
|
2210
|
+
"obligation": "must",
|
|
2211
|
+
"access": "public",
|
|
2212
|
+
"level": "model",
|
|
2213
|
+
"type": "percent",
|
|
2214
|
+
"unit": "%",
|
|
2215
|
+
"minimum": 0,
|
|
2216
|
+
"maximum": 100,
|
|
2217
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2218
|
+
"source": "form",
|
|
2219
|
+
"clause": "6.6.2.8",
|
|
2220
|
+
"specName": "Post-consumer recycled cobalt share",
|
|
2221
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2222
|
+
"bpdm": "recycledContent.postConsumerShare",
|
|
2223
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2224
|
+
"requirement": {
|
|
2225
|
+
"status": "anticipated",
|
|
2226
|
+
"source": "eu-batteries-regulation",
|
|
2227
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2228
|
+
"note": "guidance row 20: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"key": "recycledLithiumPost",
|
|
2233
|
+
"label": "Lithium, post-consumer",
|
|
2234
|
+
"obligation": "must",
|
|
2235
|
+
"access": "public",
|
|
2236
|
+
"level": "model",
|
|
2237
|
+
"type": "percent",
|
|
2238
|
+
"unit": "%",
|
|
2239
|
+
"minimum": 0,
|
|
2240
|
+
"maximum": 100,
|
|
2241
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2242
|
+
"source": "form",
|
|
2243
|
+
"clause": "6.6.2.9",
|
|
2244
|
+
"specName": "Post-consumer recycled lithium share",
|
|
2245
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2246
|
+
"bpdm": "recycledContent.postConsumerShare",
|
|
2247
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2248
|
+
"requirement": {
|
|
2249
|
+
"status": "anticipated",
|
|
2250
|
+
"source": "eu-batteries-regulation",
|
|
2251
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2252
|
+
"note": "guidance row 21: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"key": "recycledLeadPost",
|
|
2257
|
+
"label": "Lead, post-consumer",
|
|
2258
|
+
"obligation": "must",
|
|
2259
|
+
"access": "public",
|
|
2260
|
+
"level": "model",
|
|
2261
|
+
"type": "percent",
|
|
2262
|
+
"unit": "%",
|
|
2263
|
+
"minimum": 0,
|
|
2264
|
+
"maximum": 100,
|
|
2265
|
+
"awaitingAct": "Art. 8 delegated act on recycled content, not yet adopted",
|
|
2266
|
+
"source": "form",
|
|
2267
|
+
"clause": "6.6.2.10",
|
|
2268
|
+
"specName": "Post-consumer recycled lead share",
|
|
2269
|
+
"legalRef": "Annex XIII (1e); Art. 8(1)",
|
|
2270
|
+
"bpdm": "recycledContent.postConsumerShare",
|
|
2271
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent",
|
|
2272
|
+
"requirement": {
|
|
2273
|
+
"status": "anticipated",
|
|
2274
|
+
"source": "eu-batteries-regulation",
|
|
2275
|
+
"clause": "Annex XIII 1 (e); Article 8",
|
|
2276
|
+
"note": "guidance row 23: EV not-to-be-displayed:delegated-act-pending, LMT not-to-be-displayed:delegated-act-pending, industrial not-to-be-displayed:delegated-act-pending; not to be filled or displayed as of 18 February 2027, to be applied in line with Article 8 and the delegated act on recycled content"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"key": "renewableShare",
|
|
2281
|
+
"label": "Renewable content",
|
|
2282
|
+
"obligation": "must",
|
|
2283
|
+
"access": "public",
|
|
2284
|
+
"level": "model",
|
|
2285
|
+
"type": "percent",
|
|
2286
|
+
"unit": "%",
|
|
2287
|
+
"minimum": 0,
|
|
2288
|
+
"maximum": 100,
|
|
2289
|
+
"source": "form",
|
|
2290
|
+
"clause": "6.6.2.11",
|
|
2291
|
+
"specName": "Renewable content share",
|
|
2292
|
+
"legalRef": "Annex XIII (1f)",
|
|
2293
|
+
"bpdm": "renewableContent",
|
|
2294
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#renewableContent",
|
|
2295
|
+
"requirement": {
|
|
2296
|
+
"status": "enacted",
|
|
2297
|
+
"source": "eu-batteries-regulation",
|
|
2298
|
+
"clause": "Annex XIII 1 (f)",
|
|
2299
|
+
"note": "guidance row 24: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2300
|
+
"effectiveDate": "2027-02-18"
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"key": "endUserWastePrevention",
|
|
2305
|
+
"label": "Making it last",
|
|
2306
|
+
"obligation": "must",
|
|
2307
|
+
"access": "public",
|
|
2308
|
+
"level": "model",
|
|
2309
|
+
"type": "text",
|
|
2310
|
+
"maxLength": 500,
|
|
2311
|
+
"prose": true,
|
|
2312
|
+
"source": "form",
|
|
2313
|
+
"clause": "6.6.3.2",
|
|
2314
|
+
"specName": "Information on the role of end-users in contributing to waste prevention",
|
|
2315
|
+
"legalRef": "Annex XIII (1s); Art. 74(1a)",
|
|
2316
|
+
"bpdm": "endOfLifeInformation",
|
|
2317
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#endOfLifeInformation",
|
|
2318
|
+
"note": "Information, not a document. The clause asks what the end user should do; a sentence on the passport answers that where a linked PDF defers it. Typed as a document until 2026-07-28, which is why the consumer page carried three labels with nothing behind them: the attachment seam is G16, so a document can only be a link, and a sample can only ever declare a reserved host. A brand holding a real document declares its URL here and the surface links it, because the care block sorts on the value rather than the type.",
|
|
2319
|
+
"requirement": {
|
|
2320
|
+
"status": "enacted",
|
|
2321
|
+
"source": "eu-batteries-regulation",
|
|
2322
|
+
"clause": "Annex XIII 1 (s); Article 74(1)",
|
|
2323
|
+
"note": "guidance row 43: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2324
|
+
"effectiveDate": "2027-02-18"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"key": "endUserCollection",
|
|
2329
|
+
"label": "Where to return it",
|
|
2330
|
+
"obligation": "must",
|
|
2331
|
+
"access": "public",
|
|
2332
|
+
"level": "model",
|
|
2333
|
+
"type": "text",
|
|
2334
|
+
"maxLength": 500,
|
|
2335
|
+
"prose": true,
|
|
2336
|
+
"source": "form",
|
|
2337
|
+
"clause": "6.6.3.3",
|
|
2338
|
+
"specName": "Information on the role of end-users in contributing to the separate collection of waste batteries",
|
|
2339
|
+
"legalRef": "Annex XIII (1s); Art. 74",
|
|
2340
|
+
"bpdm": "endOfLifeInformation",
|
|
2341
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#endOfLifeInformation",
|
|
2342
|
+
"supersedes": "collection",
|
|
2343
|
+
"note": "battery@1 carried this as a sentence, which reads better on a consumer page than a linked PDF. Retyped from document to text on 2026-07-28 to do what that note asked for, matching the textile registry, which answers the same question in prose and reads the better for it.",
|
|
2344
|
+
"requirement": {
|
|
2345
|
+
"status": "enacted",
|
|
2346
|
+
"source": "eu-batteries-regulation",
|
|
2347
|
+
"clause": "Annex XIII 1 (s); Article 74(1)",
|
|
2348
|
+
"note": "guidance row 43: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2349
|
+
"effectiveDate": "2027-02-18"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"key": "endOfLifeTreatment",
|
|
2354
|
+
"label": "End of life",
|
|
2355
|
+
"obligation": "must",
|
|
2356
|
+
"access": "public",
|
|
2357
|
+
"level": "model",
|
|
2358
|
+
"type": "text",
|
|
2359
|
+
"maxLength": 500,
|
|
2360
|
+
"prose": true,
|
|
2361
|
+
"source": "form",
|
|
2362
|
+
"clause": "6.6.3.4",
|
|
2363
|
+
"specName": "Information on battery collection, preparation for second life and on treatment at end of life",
|
|
2364
|
+
"legalRef": "Annex XIII (1s); Art. 74",
|
|
2365
|
+
"bpdm": "endOfLifeInformation",
|
|
2366
|
+
"bpdmUrn": "urn:samm:io.BatteryPass.Circularity:1.2.0#endOfLifeInformation",
|
|
2367
|
+
"note": "Retyped with the other two end-user clauses on 2026-07-28. What actually happens to the battery is a thing a reader can be told in three sentences, and a document reference tells them nothing at all until they open it.",
|
|
2368
|
+
"requirement": {
|
|
2369
|
+
"status": "enacted",
|
|
2370
|
+
"source": "eu-batteries-regulation",
|
|
2371
|
+
"clause": "Annex XIII 1 (s); Article 74(1)",
|
|
2372
|
+
"note": "guidance row 43: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2373
|
+
"effectiveDate": "2027-02-18"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"key": "ratedCapacityAh",
|
|
2378
|
+
"label": "Rated capacity",
|
|
2379
|
+
"obligation": "must",
|
|
2380
|
+
"access": "public",
|
|
2381
|
+
"level": "model",
|
|
2382
|
+
"type": "decimal",
|
|
2383
|
+
"unit": "Ah",
|
|
2384
|
+
"minimum": 0,
|
|
2385
|
+
"onLabel": true,
|
|
2386
|
+
"source": "form",
|
|
2387
|
+
"clause": "6.7.2.2",
|
|
2388
|
+
"specName": "Rated capacity",
|
|
2389
|
+
"legalRef": "Annex IV Part A(1); Annex VI Part A(6)",
|
|
2390
|
+
"supersedes": "ratedCapacity",
|
|
2391
|
+
"note": "Ampere-hours. battery@1 held a free string and the sample filled it with 630 Wh, which is energy: a different attribute (6.7.2.5).",
|
|
2392
|
+
"requirement": {
|
|
2393
|
+
"status": "enacted",
|
|
2394
|
+
"source": "eu-batteries-regulation",
|
|
2395
|
+
"clause": "Annex VI Part A(6); Annex XIII 1 (g)",
|
|
2396
|
+
"note": "guidance row 11: EV mandatory, LMT mandatory, industrial mandatory; guidance row 25: EV not-to-be-displayed:repetition, LMT not-to-be-displayed:repetition, industrial not-to-be-displayed:repetition; guidance row 51: EV dynamic-same-as-11, LMT dynamic-same-as-11, industrial if-applicable",
|
|
2397
|
+
"effectiveDate": "2027-02-18"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"key": "remainingCapacityAh",
|
|
2402
|
+
"label": "Remaining capacity",
|
|
2403
|
+
"obligation": "must",
|
|
2404
|
+
"access": "legitimate",
|
|
2405
|
+
"level": "item",
|
|
2406
|
+
"type": "decimal",
|
|
2407
|
+
"unit": "Ah",
|
|
2408
|
+
"minimum": 0,
|
|
2409
|
+
"needsBms": true,
|
|
2410
|
+
"dynamic": true,
|
|
2411
|
+
"source": "event",
|
|
2412
|
+
"clause": "6.7.2.3",
|
|
2413
|
+
"specName": "Remaining capacity",
|
|
2414
|
+
"legalRef": "Annex VII Part A(1)",
|
|
2415
|
+
"requirement": {
|
|
2416
|
+
"status": "enacted",
|
|
2417
|
+
"source": "eu-batteries-regulation",
|
|
2418
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
2419
|
+
"note": "guidance row 62: EV not-to-be-displayed, LMT mandatory, industrial if-applicable; guidance row 51: EV dynamic-same-as-11, LMT dynamic-same-as-11, industrial if-applicable",
|
|
2420
|
+
"effectiveDate": "2027-02-18"
|
|
2421
|
+
},
|
|
2422
|
+
"applicabilityRule": {
|
|
2423
|
+
"rule": "any",
|
|
2424
|
+
"rules": [
|
|
2425
|
+
{
|
|
2426
|
+
"rule": "category-in",
|
|
2427
|
+
"categories": [
|
|
2428
|
+
"lmt"
|
|
2429
|
+
]
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"rule": "all",
|
|
2433
|
+
"rules": [
|
|
2434
|
+
{
|
|
2435
|
+
"rule": "category-in",
|
|
2436
|
+
"categories": [
|
|
2437
|
+
"industrial",
|
|
2438
|
+
"stationary"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"rule": "unresolved",
|
|
2443
|
+
"reason": "the guidance makes this state of health data point mandatory for light transport, if applicable for industrial and stationary, and not to be displayed for vehicles; for an industrial or stationary battery a missing value stays unresolved until declared inapplicable or supplied",
|
|
2444
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
}
|
|
2448
|
+
]
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"key": "capacityFade",
|
|
2453
|
+
"label": "Capacity fade",
|
|
2454
|
+
"obligation": "must",
|
|
2455
|
+
"access": "legitimate",
|
|
2456
|
+
"level": "model",
|
|
2457
|
+
"type": "percent",
|
|
2458
|
+
"unit": "%",
|
|
2459
|
+
"minimum": 0,
|
|
2460
|
+
"maximum": 100,
|
|
2461
|
+
"source": "form",
|
|
2462
|
+
"clause": "6.7.2.4",
|
|
2463
|
+
"specName": "Capacity fade",
|
|
2464
|
+
"legalRef": "Annex IV Part A(1)",
|
|
2465
|
+
"supersedes": "capacityFade",
|
|
2466
|
+
"note": "Model level and static in the spec: the declared fade characteristic, not this unit’s measured loss.",
|
|
2467
|
+
"requirement": {
|
|
2468
|
+
"status": "enacted",
|
|
2469
|
+
"source": "eu-batteries-regulation",
|
|
2470
|
+
"clause": "Annex XIII 4 (a); Annex IV Part A(1)",
|
|
2471
|
+
"note": "guidance row 52: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
2472
|
+
"effectiveDate": "2027-02-18"
|
|
2473
|
+
},
|
|
2474
|
+
"applicabilityRule": {
|
|
2475
|
+
"rule": "any",
|
|
2476
|
+
"rules": [
|
|
2477
|
+
{
|
|
2478
|
+
"rule": "category-in",
|
|
2479
|
+
"categories": [
|
|
2480
|
+
"ev",
|
|
2481
|
+
"lmt"
|
|
2482
|
+
]
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"rule": "all",
|
|
2486
|
+
"rules": [
|
|
2487
|
+
{
|
|
2488
|
+
"rule": "category-in",
|
|
2489
|
+
"categories": [
|
|
2490
|
+
"industrial",
|
|
2491
|
+
"stationary"
|
|
2492
|
+
]
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"rule": "unresolved",
|
|
2496
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
2497
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2498
|
+
}
|
|
2499
|
+
]
|
|
2500
|
+
}
|
|
2501
|
+
]
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"key": "certifiedEnergyKwh",
|
|
2506
|
+
"label": "Usable energy",
|
|
2507
|
+
"obligation": "should",
|
|
2508
|
+
"access": "legitimate",
|
|
2509
|
+
"level": "model",
|
|
2510
|
+
"type": "decimal",
|
|
2511
|
+
"unit": "kWh",
|
|
2512
|
+
"minimum": 0,
|
|
2513
|
+
"categories": [
|
|
2514
|
+
"ev"
|
|
2515
|
+
],
|
|
2516
|
+
"source": "form",
|
|
2517
|
+
"clause": "6.7.2.5",
|
|
2518
|
+
"specName": "Certified usable battery energy",
|
|
2519
|
+
"legalRef": "added by the consortium, based on UN GTR No 22",
|
|
2520
|
+
"requirement": {
|
|
2521
|
+
"status": "none",
|
|
2522
|
+
"source": "profile addition",
|
|
2523
|
+
"note": "a consortium addition based on UN GTR No 22; no data point of the guidance"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"key": "remainingEnergyKwh",
|
|
2528
|
+
"label": "Remaining usable energy",
|
|
2529
|
+
"obligation": "should",
|
|
2530
|
+
"access": "legitimate",
|
|
2531
|
+
"level": "item",
|
|
2532
|
+
"type": "decimal",
|
|
2533
|
+
"unit": "kWh",
|
|
2534
|
+
"minimum": 0,
|
|
2535
|
+
"categories": [
|
|
2536
|
+
"ev"
|
|
2537
|
+
],
|
|
2538
|
+
"dynamic": true,
|
|
2539
|
+
"source": "event",
|
|
2540
|
+
"clause": "6.7.2.6",
|
|
2541
|
+
"specName": "Remaining usable battery energy",
|
|
2542
|
+
"legalRef": "added by the consortium, based on UN GTR No 22",
|
|
2543
|
+
"requirement": {
|
|
2544
|
+
"status": "none",
|
|
2545
|
+
"source": "profile addition",
|
|
2546
|
+
"note": "a consortium addition based on UN GTR No 22; no data point of the guidance"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"key": "soce",
|
|
2551
|
+
"label": "State of certified energy",
|
|
2552
|
+
"obligation": "must",
|
|
2553
|
+
"access": "legitimate",
|
|
2554
|
+
"level": "item",
|
|
2555
|
+
"type": "percent",
|
|
2556
|
+
"unit": "%",
|
|
2557
|
+
"minimum": 0,
|
|
2558
|
+
"maximum": 100,
|
|
2559
|
+
"categories": [
|
|
2560
|
+
"ev"
|
|
2561
|
+
],
|
|
2562
|
+
"needsBms": true,
|
|
2563
|
+
"dynamic": true,
|
|
2564
|
+
"source": "event",
|
|
2565
|
+
"clause": "6.7.2.7",
|
|
2566
|
+
"specName": "State of certified energy (SOCE)",
|
|
2567
|
+
"legalRef": "UN GTR No 22",
|
|
2568
|
+
"requirement": {
|
|
2569
|
+
"status": "enacted",
|
|
2570
|
+
"source": "eu-batteries-regulation",
|
|
2571
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
2572
|
+
"note": "guidance row 61: EV mandatory, LMT not-to-be-displayed, industrial not-to-be-displayed",
|
|
2573
|
+
"effectiveDate": "2027-02-18"
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"key": "stateOfCharge",
|
|
2578
|
+
"label": "State of charge",
|
|
2579
|
+
"obligation": "must",
|
|
2580
|
+
"access": "legitimate",
|
|
2581
|
+
"level": "item",
|
|
2582
|
+
"type": "percent",
|
|
2583
|
+
"unit": "%",
|
|
2584
|
+
"minimum": 0,
|
|
2585
|
+
"maximum": 100,
|
|
2586
|
+
"dynamic": true,
|
|
2587
|
+
"source": "event",
|
|
2588
|
+
"clause": "6.7.2.8",
|
|
2589
|
+
"specName": "State of charge (SoC)",
|
|
2590
|
+
"legalRef": "Annex XIII 4(d)",
|
|
2591
|
+
"requirement": {
|
|
2592
|
+
"status": "enacted",
|
|
2593
|
+
"source": "eu-batteries-regulation",
|
|
2594
|
+
"clause": "Annex XIII 4 (d)",
|
|
2595
|
+
"note": "guidance row 71: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
2596
|
+
"effectiveDate": "2027-02-18"
|
|
2597
|
+
},
|
|
2598
|
+
"applicabilityRule": {
|
|
2599
|
+
"rule": "unresolved",
|
|
2600
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
2601
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"key": "voltageMin",
|
|
2606
|
+
"label": "Minimum voltage",
|
|
2607
|
+
"obligation": "must",
|
|
2608
|
+
"access": "public",
|
|
2609
|
+
"level": "model",
|
|
2610
|
+
"type": "decimal",
|
|
2611
|
+
"unit": "V",
|
|
2612
|
+
"minimum": 0,
|
|
2613
|
+
"source": "form",
|
|
2614
|
+
"clause": "6.7.2.9",
|
|
2615
|
+
"specName": "Minimum voltage",
|
|
2616
|
+
"legalRef": "Annex XIII (1h)",
|
|
2617
|
+
"requirement": {
|
|
2618
|
+
"status": "enacted",
|
|
2619
|
+
"source": "eu-batteries-regulation",
|
|
2620
|
+
"clause": "Annex XIII 1 (h)",
|
|
2621
|
+
"note": "guidance row 26: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2622
|
+
"effectiveDate": "2027-02-18"
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"key": "voltageMax",
|
|
2627
|
+
"label": "Maximum voltage",
|
|
2628
|
+
"obligation": "must",
|
|
2629
|
+
"access": "public",
|
|
2630
|
+
"level": "model",
|
|
2631
|
+
"type": "decimal",
|
|
2632
|
+
"unit": "V",
|
|
2633
|
+
"minimum": 0,
|
|
2634
|
+
"source": "form",
|
|
2635
|
+
"clause": "6.7.2.10",
|
|
2636
|
+
"specName": "Maximum voltage",
|
|
2637
|
+
"legalRef": "Annex XIII (1h)",
|
|
2638
|
+
"requirement": {
|
|
2639
|
+
"status": "enacted",
|
|
2640
|
+
"source": "eu-batteries-regulation",
|
|
2641
|
+
"clause": "Annex XIII 1 (h)",
|
|
2642
|
+
"note": "guidance row 28: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2643
|
+
"effectiveDate": "2027-02-18"
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"key": "voltageNominal",
|
|
2648
|
+
"label": "Nominal voltage",
|
|
2649
|
+
"obligation": "must",
|
|
2650
|
+
"access": "public",
|
|
2651
|
+
"level": "model",
|
|
2652
|
+
"type": "decimal",
|
|
2653
|
+
"unit": "V",
|
|
2654
|
+
"minimum": 0,
|
|
2655
|
+
"source": "form",
|
|
2656
|
+
"clause": "6.7.2.11",
|
|
2657
|
+
"specName": "Nominal voltage",
|
|
2658
|
+
"legalRef": "Annex XIII (1h)",
|
|
2659
|
+
"requirement": {
|
|
2660
|
+
"status": "enacted",
|
|
2661
|
+
"source": "eu-batteries-regulation",
|
|
2662
|
+
"clause": "Annex XIII 1 (h)",
|
|
2663
|
+
"note": "guidance row 27: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2664
|
+
"effectiveDate": "2027-02-18"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"key": "powerOriginal",
|
|
2669
|
+
"label": "Original power",
|
|
2670
|
+
"obligation": "must",
|
|
2671
|
+
"access": "public",
|
|
2672
|
+
"level": "model",
|
|
2673
|
+
"type": "integer",
|
|
2674
|
+
"unit": "W",
|
|
2675
|
+
"minimum": 0,
|
|
2676
|
+
"step": 1,
|
|
2677
|
+
"source": "form",
|
|
2678
|
+
"clause": "6.7.3.2",
|
|
2679
|
+
"specName": "Original power capability",
|
|
2680
|
+
"legalRef": "Annex XIII (1i)",
|
|
2681
|
+
"requirement": {
|
|
2682
|
+
"status": "enacted",
|
|
2683
|
+
"source": "eu-batteries-regulation",
|
|
2684
|
+
"clause": "Annex XIII 1 (i); Annex XIII 4 (a)",
|
|
2685
|
+
"note": "guidance row 29: EV mandatory, LMT mandatory, industrial mandatory; guidance row 53: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
2686
|
+
"effectiveDate": "2027-02-18"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"key": "powerRemaining",
|
|
2691
|
+
"label": "Remaining power",
|
|
2692
|
+
"obligation": "must",
|
|
2693
|
+
"access": "legitimate",
|
|
2694
|
+
"level": "item",
|
|
2695
|
+
"type": "integer",
|
|
2696
|
+
"unit": "W",
|
|
2697
|
+
"minimum": 0,
|
|
2698
|
+
"step": 1,
|
|
2699
|
+
"dynamic": true,
|
|
2700
|
+
"source": "event",
|
|
2701
|
+
"clause": "6.7.3.3",
|
|
2702
|
+
"specName": "Remaining power capability",
|
|
2703
|
+
"legalRef": "Annex VII Part A(2); Annex IV",
|
|
2704
|
+
"requirement": {
|
|
2705
|
+
"status": "enacted",
|
|
2706
|
+
"source": "eu-batteries-regulation",
|
|
2707
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
2708
|
+
"note": "guidance row 63: EV not-to-be-displayed, LMT mandatory, industrial if-applicable",
|
|
2709
|
+
"effectiveDate": "2027-02-18"
|
|
2710
|
+
},
|
|
2711
|
+
"applicabilityRule": {
|
|
2712
|
+
"rule": "any",
|
|
2713
|
+
"rules": [
|
|
2714
|
+
{
|
|
2715
|
+
"rule": "category-in",
|
|
2716
|
+
"categories": [
|
|
2717
|
+
"lmt"
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"rule": "all",
|
|
2722
|
+
"rules": [
|
|
2723
|
+
{
|
|
2724
|
+
"rule": "category-in",
|
|
2725
|
+
"categories": [
|
|
2726
|
+
"industrial",
|
|
2727
|
+
"stationary"
|
|
2728
|
+
]
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"rule": "unresolved",
|
|
2732
|
+
"reason": "the guidance makes this state of health data point mandatory for light transport, if applicable for industrial and stationary, and not to be displayed for vehicles; for an industrial or stationary battery a missing value stays unresolved until declared inapplicable or supplied",
|
|
2733
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2734
|
+
}
|
|
2735
|
+
]
|
|
2736
|
+
}
|
|
2737
|
+
]
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"key": "powerFade",
|
|
2742
|
+
"label": "Power fade",
|
|
2743
|
+
"obligation": "must",
|
|
2744
|
+
"access": "legitimate",
|
|
2745
|
+
"level": "model",
|
|
2746
|
+
"type": "percent",
|
|
2747
|
+
"unit": "%",
|
|
2748
|
+
"minimum": 0,
|
|
2749
|
+
"maximum": 100,
|
|
2750
|
+
"source": "form",
|
|
2751
|
+
"clause": "6.7.3.4",
|
|
2752
|
+
"specName": "Power fade",
|
|
2753
|
+
"legalRef": "Annex IV Part A(2)",
|
|
2754
|
+
"requirement": {
|
|
2755
|
+
"status": "enacted",
|
|
2756
|
+
"source": "eu-batteries-regulation",
|
|
2757
|
+
"clause": "Annex XIII 4 (a); Annex IV Part A(2)",
|
|
2758
|
+
"note": "guidance row 54: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
2759
|
+
"effectiveDate": "2027-02-18"
|
|
2760
|
+
},
|
|
2761
|
+
"applicabilityRule": {
|
|
2762
|
+
"rule": "any",
|
|
2763
|
+
"rules": [
|
|
2764
|
+
{
|
|
2765
|
+
"rule": "category-in",
|
|
2766
|
+
"categories": [
|
|
2767
|
+
"ev",
|
|
2768
|
+
"lmt"
|
|
2769
|
+
]
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"rule": "all",
|
|
2773
|
+
"rules": [
|
|
2774
|
+
{
|
|
2775
|
+
"rule": "category-in",
|
|
2776
|
+
"categories": [
|
|
2777
|
+
"industrial",
|
|
2778
|
+
"stationary"
|
|
2779
|
+
]
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"rule": "unresolved",
|
|
2783
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
2784
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2785
|
+
}
|
|
2786
|
+
]
|
|
2787
|
+
}
|
|
2788
|
+
]
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"key": "powerMax",
|
|
2793
|
+
"label": "Maximum permitted power",
|
|
2794
|
+
"obligation": "must",
|
|
2795
|
+
"access": "public",
|
|
2796
|
+
"level": "model",
|
|
2797
|
+
"type": "integer",
|
|
2798
|
+
"unit": "W",
|
|
2799
|
+
"minimum": 0,
|
|
2800
|
+
"step": 1,
|
|
2801
|
+
"source": "form",
|
|
2802
|
+
"clause": "6.7.3.5",
|
|
2803
|
+
"specName": "Maximum permitted battery power",
|
|
2804
|
+
"legalRef": "Annex XIII (1i)",
|
|
2805
|
+
"requirement": {
|
|
2806
|
+
"status": "enacted",
|
|
2807
|
+
"source": "eu-batteries-regulation",
|
|
2808
|
+
"clause": "Annex XIII 1 (i)",
|
|
2809
|
+
"note": "guidance row 30: EV mandatory, LMT mandatory, industrial mandatory",
|
|
2810
|
+
"effectiveDate": "2027-02-18"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"key": "powerToEnergy",
|
|
2815
|
+
"label": "Power to energy ratio",
|
|
2816
|
+
"obligation": "should",
|
|
2817
|
+
"access": "legitimate",
|
|
2818
|
+
"level": "model",
|
|
2819
|
+
"type": "decimal",
|
|
2820
|
+
"unit": "W/Wh",
|
|
2821
|
+
"minimum": 0,
|
|
2822
|
+
"source": "form",
|
|
2823
|
+
"clause": "6.7.3.6",
|
|
2824
|
+
"specName": "Ratio between nominal battery power and battery energy",
|
|
2825
|
+
"legalRef": "Annex IV Part B(2)",
|
|
2826
|
+
"requirement": {
|
|
2827
|
+
"status": "enacted",
|
|
2828
|
+
"source": "eu-batteries-regulation",
|
|
2829
|
+
"clause": "Annex IV Part B(2)",
|
|
2830
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
2831
|
+
"effectiveDate": "2027-02-18"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"key": "roundTripInitial",
|
|
2836
|
+
"label": "Round trip efficiency, initial",
|
|
2837
|
+
"obligation": "must",
|
|
2838
|
+
"access": "public",
|
|
2839
|
+
"level": "model",
|
|
2840
|
+
"type": "percent",
|
|
2841
|
+
"unit": "%",
|
|
2842
|
+
"minimum": 0,
|
|
2843
|
+
"maximum": 100,
|
|
2844
|
+
"source": "form",
|
|
2845
|
+
"clause": "6.7.4.2",
|
|
2846
|
+
"specName": "Initial round trip energy efficiency",
|
|
2847
|
+
"legalRef": "Annex XIII (1n)",
|
|
2848
|
+
"requirement": {
|
|
2849
|
+
"status": "enacted",
|
|
2850
|
+
"source": "eu-batteries-regulation",
|
|
2851
|
+
"clause": "Annex XIII 1 (n); Annex XIII 4 (a)",
|
|
2852
|
+
"note": "guidance row 36: EV mandatory, LMT mandatory, industrial if-applicable:some-industrial; guidance row 57: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
2853
|
+
"effectiveDate": "2027-02-18"
|
|
2854
|
+
},
|
|
2855
|
+
"applicabilityRule": {
|
|
2856
|
+
"rule": "any",
|
|
2857
|
+
"rules": [
|
|
2858
|
+
{
|
|
2859
|
+
"rule": "category-in",
|
|
2860
|
+
"categories": [
|
|
2861
|
+
"ev",
|
|
2862
|
+
"lmt"
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"rule": "all",
|
|
2867
|
+
"rules": [
|
|
2868
|
+
{
|
|
2869
|
+
"rule": "category-in",
|
|
2870
|
+
"categories": [
|
|
2871
|
+
"industrial",
|
|
2872
|
+
"stationary"
|
|
2873
|
+
]
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"rule": "unresolved",
|
|
2877
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
2878
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2879
|
+
}
|
|
2880
|
+
]
|
|
2881
|
+
}
|
|
2882
|
+
]
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"key": "roundTripAtHalfLife",
|
|
2887
|
+
"label": "Round trip efficiency at half life",
|
|
2888
|
+
"obligation": "must",
|
|
2889
|
+
"access": "public",
|
|
2890
|
+
"level": "model",
|
|
2891
|
+
"type": "percent",
|
|
2892
|
+
"unit": "%",
|
|
2893
|
+
"minimum": 0,
|
|
2894
|
+
"maximum": 100,
|
|
2895
|
+
"source": "form",
|
|
2896
|
+
"clause": "6.7.4.3",
|
|
2897
|
+
"specName": "Round trip energy efficiency at 50% of cycle-life",
|
|
2898
|
+
"legalRef": "Annex XIII (1n)",
|
|
2899
|
+
"requirement": {
|
|
2900
|
+
"status": "enacted",
|
|
2901
|
+
"source": "eu-batteries-regulation",
|
|
2902
|
+
"clause": "Annex XIII 1 (n)",
|
|
2903
|
+
"note": "guidance row 37: EV mandatory, LMT mandatory, industrial if-applicable:some-industrial",
|
|
2904
|
+
"effectiveDate": "2027-02-18"
|
|
2905
|
+
},
|
|
2906
|
+
"applicabilityRule": {
|
|
2907
|
+
"rule": "any",
|
|
2908
|
+
"rules": [
|
|
2909
|
+
{
|
|
2910
|
+
"rule": "category-in",
|
|
2911
|
+
"categories": [
|
|
2912
|
+
"ev",
|
|
2913
|
+
"lmt"
|
|
2914
|
+
]
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"rule": "all",
|
|
2918
|
+
"rules": [
|
|
2919
|
+
{
|
|
2920
|
+
"rule": "category-in",
|
|
2921
|
+
"categories": [
|
|
2922
|
+
"industrial",
|
|
2923
|
+
"stationary"
|
|
2924
|
+
]
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"rule": "unresolved",
|
|
2928
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
2929
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2930
|
+
}
|
|
2931
|
+
]
|
|
2932
|
+
}
|
|
2933
|
+
]
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"key": "roundTripRemaining",
|
|
2938
|
+
"label": "Round trip efficiency, remaining",
|
|
2939
|
+
"obligation": "must",
|
|
2940
|
+
"access": "legitimate",
|
|
2941
|
+
"level": "item",
|
|
2942
|
+
"type": "percent",
|
|
2943
|
+
"unit": "%",
|
|
2944
|
+
"minimum": 0,
|
|
2945
|
+
"maximum": 100,
|
|
2946
|
+
"dynamic": true,
|
|
2947
|
+
"source": "event",
|
|
2948
|
+
"clause": "6.7.4.4",
|
|
2949
|
+
"specName": "Remaining round trip energy efficiency",
|
|
2950
|
+
"legalRef": "Annex VII Part A(3)",
|
|
2951
|
+
"requirement": {
|
|
2952
|
+
"status": "enacted",
|
|
2953
|
+
"source": "eu-batteries-regulation",
|
|
2954
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
2955
|
+
"note": "guidance row 64: EV not-to-be-displayed, LMT mandatory, industrial if-applicable",
|
|
2956
|
+
"effectiveDate": "2027-02-18"
|
|
2957
|
+
},
|
|
2958
|
+
"applicabilityRule": {
|
|
2959
|
+
"rule": "any",
|
|
2960
|
+
"rules": [
|
|
2961
|
+
{
|
|
2962
|
+
"rule": "category-in",
|
|
2963
|
+
"categories": [
|
|
2964
|
+
"lmt"
|
|
2965
|
+
]
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"rule": "all",
|
|
2969
|
+
"rules": [
|
|
2970
|
+
{
|
|
2971
|
+
"rule": "category-in",
|
|
2972
|
+
"categories": [
|
|
2973
|
+
"industrial",
|
|
2974
|
+
"stationary"
|
|
2975
|
+
]
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"rule": "unresolved",
|
|
2979
|
+
"reason": "the guidance makes this state of health data point mandatory for light transport, if applicable for industrial and stationary, and not to be displayed for vehicles; for an industrial or stationary battery a missing value stays unresolved until declared inapplicable or supplied",
|
|
2980
|
+
"source": "eu-battery-guidance-2026-08"
|
|
2981
|
+
}
|
|
2982
|
+
]
|
|
2983
|
+
}
|
|
2984
|
+
]
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"key": "roundTripFade",
|
|
2989
|
+
"label": "Round trip efficiency fade",
|
|
2990
|
+
"obligation": "must",
|
|
2991
|
+
"access": "legitimate",
|
|
2992
|
+
"level": "model",
|
|
2993
|
+
"type": "percent",
|
|
2994
|
+
"unit": "%",
|
|
2995
|
+
"minimum": 0,
|
|
2996
|
+
"maximum": 100,
|
|
2997
|
+
"source": "form",
|
|
2998
|
+
"clause": "6.7.4.5",
|
|
2999
|
+
"specName": "Energy round trip efficiency fade",
|
|
3000
|
+
"legalRef": "Annex IV Part A(4)",
|
|
3001
|
+
"requirement": {
|
|
3002
|
+
"status": "enacted",
|
|
3003
|
+
"source": "eu-batteries-regulation",
|
|
3004
|
+
"clause": "Annex XIII 4 (a); Annex IV Part A(4)",
|
|
3005
|
+
"note": "guidance row 58: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3006
|
+
"effectiveDate": "2027-02-18"
|
|
3007
|
+
},
|
|
3008
|
+
"applicabilityRule": {
|
|
3009
|
+
"rule": "unresolved",
|
|
3010
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3011
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"key": "selfDischargeInitial",
|
|
3016
|
+
"label": "Self-discharge, initial",
|
|
3017
|
+
"obligation": "should",
|
|
3018
|
+
"access": "legitimate",
|
|
3019
|
+
"level": "model",
|
|
3020
|
+
"type": "decimal",
|
|
3021
|
+
"unit": "%/month",
|
|
3022
|
+
"minimum": 0,
|
|
3023
|
+
"categories": [
|
|
3024
|
+
"stationary"
|
|
3025
|
+
],
|
|
3026
|
+
"source": "form",
|
|
3027
|
+
"clause": "6.7.4.6",
|
|
3028
|
+
"specName": "Initial self-discharge rate",
|
|
3029
|
+
"legalRef": "Annex VII Part A(4)",
|
|
3030
|
+
"requirement": {
|
|
3031
|
+
"status": "enacted",
|
|
3032
|
+
"source": "eu-batteries-regulation",
|
|
3033
|
+
"clause": "Annex VII Part A(4)",
|
|
3034
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
3035
|
+
"effectiveDate": "2027-02-18"
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"key": "selfDischargeCurrent",
|
|
3040
|
+
"label": "Self-discharge, current",
|
|
3041
|
+
"obligation": "should",
|
|
3042
|
+
"access": "legitimate",
|
|
3043
|
+
"level": "item",
|
|
3044
|
+
"type": "decimal",
|
|
3045
|
+
"unit": "%/month",
|
|
3046
|
+
"minimum": 0,
|
|
3047
|
+
"dynamic": true,
|
|
3048
|
+
"source": "event",
|
|
3049
|
+
"clause": "6.7.4.7",
|
|
3050
|
+
"specName": "Current self-discharge rate",
|
|
3051
|
+
"legalRef": "Annex VII Part A(4)",
|
|
3052
|
+
"requirement": {
|
|
3053
|
+
"status": "enacted",
|
|
3054
|
+
"source": "eu-batteries-regulation",
|
|
3055
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
3056
|
+
"note": "guidance row 65: EV not-to-be-displayed, LMT mandatory, industrial if-applicable",
|
|
3057
|
+
"effectiveDate": "2027-02-18"
|
|
3058
|
+
},
|
|
3059
|
+
"applicabilityRule": {
|
|
3060
|
+
"rule": "any",
|
|
3061
|
+
"rules": [
|
|
3062
|
+
{
|
|
3063
|
+
"rule": "category-in",
|
|
3064
|
+
"categories": [
|
|
3065
|
+
"lmt"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"rule": "all",
|
|
3070
|
+
"rules": [
|
|
3071
|
+
{
|
|
3072
|
+
"rule": "category-in",
|
|
3073
|
+
"categories": [
|
|
3074
|
+
"industrial",
|
|
3075
|
+
"stationary"
|
|
3076
|
+
]
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"rule": "unresolved",
|
|
3080
|
+
"reason": "the guidance makes this state of health data point mandatory for light transport, if applicable for industrial and stationary, and not to be displayed for vehicles; for an industrial or stationary battery a missing value stays unresolved until declared inapplicable or supplied",
|
|
3081
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3082
|
+
}
|
|
3083
|
+
]
|
|
3084
|
+
}
|
|
3085
|
+
]
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"key": "selfDischargeEvolution",
|
|
3090
|
+
"label": "Self-discharge over time",
|
|
3091
|
+
"obligation": "must",
|
|
3092
|
+
"access": "legitimate",
|
|
3093
|
+
"level": "item",
|
|
3094
|
+
"type": "percent",
|
|
3095
|
+
"unit": "%",
|
|
3096
|
+
"minimum": 0,
|
|
3097
|
+
"maximum": 100,
|
|
3098
|
+
"dynamic": true,
|
|
3099
|
+
"source": "event",
|
|
3100
|
+
"clause": "6.7.4.8",
|
|
3101
|
+
"specName": "Evolution of self-discharge rates",
|
|
3102
|
+
"legalRef": "Annex VII Part A(4)",
|
|
3103
|
+
"requirement": {
|
|
3104
|
+
"status": "enacted",
|
|
3105
|
+
"source": "eu-batteries-regulation",
|
|
3106
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
3107
|
+
"note": "guidance row 65: EV not-to-be-displayed, LMT mandatory, industrial if-applicable",
|
|
3108
|
+
"effectiveDate": "2027-02-18"
|
|
3109
|
+
},
|
|
3110
|
+
"applicabilityRule": {
|
|
3111
|
+
"rule": "any",
|
|
3112
|
+
"rules": [
|
|
3113
|
+
{
|
|
3114
|
+
"rule": "category-in",
|
|
3115
|
+
"categories": [
|
|
3116
|
+
"lmt"
|
|
3117
|
+
]
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"rule": "all",
|
|
3121
|
+
"rules": [
|
|
3122
|
+
{
|
|
3123
|
+
"rule": "category-in",
|
|
3124
|
+
"categories": [
|
|
3125
|
+
"industrial",
|
|
3126
|
+
"stationary"
|
|
3127
|
+
]
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"rule": "unresolved",
|
|
3131
|
+
"reason": "the guidance makes this state of health data point mandatory for light transport, if applicable for industrial and stationary, and not to be displayed for vehicles; for an industrial or stationary battery a missing value stays unresolved until declared inapplicable or supplied",
|
|
3132
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3133
|
+
}
|
|
3134
|
+
]
|
|
3135
|
+
}
|
|
3136
|
+
]
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"key": "resistancePack",
|
|
3141
|
+
"label": "Internal resistance, pack",
|
|
3142
|
+
"obligation": "must",
|
|
3143
|
+
"access": "public",
|
|
3144
|
+
"level": "model",
|
|
3145
|
+
"type": "decimal",
|
|
3146
|
+
"unit": "Ω",
|
|
3147
|
+
"minimum": 0,
|
|
3148
|
+
"source": "form",
|
|
3149
|
+
"clause": "6.7.5.2",
|
|
3150
|
+
"specName": "Initial internal resistance of battery pack",
|
|
3151
|
+
"legalRef": "Annex XIII (1o)",
|
|
3152
|
+
"note": "Decimal, not an integer: an internal resistance is tens of milliohms, so whole ohms would round every honest value to nought. The unit stays as the spec declares it and the type stops discarding the quantity.",
|
|
3153
|
+
"requirement": {
|
|
3154
|
+
"status": "enacted",
|
|
3155
|
+
"source": "eu-batteries-regulation",
|
|
3156
|
+
"clause": "Annex XIII 1 (o); Annex XIII 4 (a)",
|
|
3157
|
+
"note": "guidance row 38: EV mandatory, LMT mandatory, industrial mandatory; guidance row 55: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
3158
|
+
"effectiveDate": "2027-02-18"
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"key": "resistanceCell",
|
|
3163
|
+
"label": "Internal resistance, cell",
|
|
3164
|
+
"obligation": "must",
|
|
3165
|
+
"access": "public",
|
|
3166
|
+
"level": "model",
|
|
3167
|
+
"type": "decimal",
|
|
3168
|
+
"unit": "Ω",
|
|
3169
|
+
"minimum": 0,
|
|
3170
|
+
"source": "form",
|
|
3171
|
+
"clause": "6.7.5.2",
|
|
3172
|
+
"specName": "Initial internal resistance of battery cell",
|
|
3173
|
+
"legalRef": "Annex XIII (1o)",
|
|
3174
|
+
"note": "Decimal, not an integer: an internal resistance is tens of milliohms, so whole ohms would round every honest value to nought. The unit stays as the spec declares it and the type stops discarding the quantity.",
|
|
3175
|
+
"requirement": {
|
|
3176
|
+
"status": "enacted",
|
|
3177
|
+
"source": "eu-batteries-regulation",
|
|
3178
|
+
"clause": "Annex XIII 1 (o); Annex XIII 4 (a)",
|
|
3179
|
+
"note": "guidance row 38: EV mandatory, LMT mandatory, industrial mandatory; guidance row 55: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
3180
|
+
"effectiveDate": "2027-02-18"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"key": "resistanceModule",
|
|
3185
|
+
"label": "Internal resistance, module",
|
|
3186
|
+
"obligation": "should",
|
|
3187
|
+
"access": "public",
|
|
3188
|
+
"level": "model",
|
|
3189
|
+
"type": "decimal",
|
|
3190
|
+
"unit": "Ω",
|
|
3191
|
+
"minimum": 0,
|
|
3192
|
+
"source": "form",
|
|
3193
|
+
"clause": "6.7.5.2",
|
|
3194
|
+
"specName": "Initial internal resistance of battery module",
|
|
3195
|
+
"legalRef": "Annex XIII (1o)",
|
|
3196
|
+
"note": "Decimal, not an integer: an internal resistance is tens of milliohms, so whole ohms would round every honest value to nought. The unit stays as the spec declares it and the type stops discarding the quantity.",
|
|
3197
|
+
"requirement": {
|
|
3198
|
+
"status": "enacted",
|
|
3199
|
+
"source": "eu-batteries-regulation",
|
|
3200
|
+
"clause": "Annex XIII 1 (o)",
|
|
3201
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
3202
|
+
"effectiveDate": "2027-02-18"
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"key": "resistanceIncreasePack",
|
|
3207
|
+
"label": "Resistance increase, pack",
|
|
3208
|
+
"obligation": "must",
|
|
3209
|
+
"access": "legitimate",
|
|
3210
|
+
"level": "model",
|
|
3211
|
+
"type": "percent",
|
|
3212
|
+
"unit": "%",
|
|
3213
|
+
"minimum": 0,
|
|
3214
|
+
"maximum": 100,
|
|
3215
|
+
"source": "form",
|
|
3216
|
+
"clause": "6.7.5.3",
|
|
3217
|
+
"specName": "Internal resistance increase of battery pack",
|
|
3218
|
+
"legalRef": "Annex IV Part A(3)",
|
|
3219
|
+
"requirement": {
|
|
3220
|
+
"status": "enacted",
|
|
3221
|
+
"source": "eu-batteries-regulation",
|
|
3222
|
+
"clause": "Annex XIII 4 (a); Annex IV Part A(3)",
|
|
3223
|
+
"note": "guidance row 56: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
3224
|
+
"effectiveDate": "2027-02-18"
|
|
3225
|
+
},
|
|
3226
|
+
"applicabilityRule": {
|
|
3227
|
+
"rule": "any",
|
|
3228
|
+
"rules": [
|
|
3229
|
+
{
|
|
3230
|
+
"rule": "category-in",
|
|
3231
|
+
"categories": [
|
|
3232
|
+
"ev",
|
|
3233
|
+
"lmt"
|
|
3234
|
+
]
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"rule": "all",
|
|
3238
|
+
"rules": [
|
|
3239
|
+
{
|
|
3240
|
+
"rule": "category-in",
|
|
3241
|
+
"categories": [
|
|
3242
|
+
"industrial",
|
|
3243
|
+
"stationary"
|
|
3244
|
+
]
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"rule": "unresolved",
|
|
3248
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
3249
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3250
|
+
}
|
|
3251
|
+
]
|
|
3252
|
+
}
|
|
3253
|
+
]
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"key": "resistanceIncreaseCell",
|
|
3258
|
+
"label": "Resistance increase, cell",
|
|
3259
|
+
"obligation": "should",
|
|
3260
|
+
"access": "legitimate",
|
|
3261
|
+
"level": "model",
|
|
3262
|
+
"type": "percent",
|
|
3263
|
+
"unit": "%",
|
|
3264
|
+
"minimum": 0,
|
|
3265
|
+
"maximum": 100,
|
|
3266
|
+
"source": "form",
|
|
3267
|
+
"clause": "6.7.5.3",
|
|
3268
|
+
"specName": "Internal resistance increase of battery cell",
|
|
3269
|
+
"legalRef": "Annex IV Part A(3)",
|
|
3270
|
+
"requirement": {
|
|
3271
|
+
"status": "enacted",
|
|
3272
|
+
"source": "eu-batteries-regulation",
|
|
3273
|
+
"clause": "Annex XIII 4 (a)",
|
|
3274
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
3275
|
+
"effectiveDate": "2027-02-18"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"key": "resistanceIncreaseModule",
|
|
3280
|
+
"label": "Resistance increase, module",
|
|
3281
|
+
"obligation": "should",
|
|
3282
|
+
"access": "legitimate",
|
|
3283
|
+
"level": "model",
|
|
3284
|
+
"type": "percent",
|
|
3285
|
+
"unit": "%",
|
|
3286
|
+
"minimum": 0,
|
|
3287
|
+
"maximum": 100,
|
|
3288
|
+
"source": "form",
|
|
3289
|
+
"clause": "6.7.5.3",
|
|
3290
|
+
"specName": "Internal resistance increase of battery module",
|
|
3291
|
+
"legalRef": "Annex IV Part A(3)",
|
|
3292
|
+
"requirement": {
|
|
3293
|
+
"status": "enacted",
|
|
3294
|
+
"source": "eu-batteries-regulation",
|
|
3295
|
+
"clause": "Annex XIII 4 (a)",
|
|
3296
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
3297
|
+
"effectiveDate": "2027-02-18"
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"key": "expectedYears",
|
|
3302
|
+
"label": "Expected life in years",
|
|
3303
|
+
"obligation": "must",
|
|
3304
|
+
"access": "legitimate",
|
|
3305
|
+
"level": "model",
|
|
3306
|
+
"type": "decimal",
|
|
3307
|
+
"unit": "years",
|
|
3308
|
+
"minimum": 0,
|
|
3309
|
+
"source": "form",
|
|
3310
|
+
"clause": "6.7.6.2",
|
|
3311
|
+
"specName": "Expected lifetime in calendar years",
|
|
3312
|
+
"legalRef": "Annex IV Part A(5)",
|
|
3313
|
+
"note": "Restricted, while the cycle count below is public.",
|
|
3314
|
+
"requirement": {
|
|
3315
|
+
"status": "enacted",
|
|
3316
|
+
"source": "eu-batteries-regulation",
|
|
3317
|
+
"clause": "Annex XIII 4 (a); Annex IV Part A(5)",
|
|
3318
|
+
"note": "guidance row 60: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
3319
|
+
"effectiveDate": "2027-02-18"
|
|
3320
|
+
},
|
|
3321
|
+
"applicabilityRule": {
|
|
3322
|
+
"rule": "any",
|
|
3323
|
+
"rules": [
|
|
3324
|
+
{
|
|
3325
|
+
"rule": "category-in",
|
|
3326
|
+
"categories": [
|
|
3327
|
+
"ev",
|
|
3328
|
+
"lmt"
|
|
3329
|
+
]
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"rule": "all",
|
|
3333
|
+
"rules": [
|
|
3334
|
+
{
|
|
3335
|
+
"rule": "category-in",
|
|
3336
|
+
"categories": [
|
|
3337
|
+
"industrial",
|
|
3338
|
+
"stationary"
|
|
3339
|
+
]
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"rule": "unresolved",
|
|
3343
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
3344
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3345
|
+
}
|
|
3346
|
+
]
|
|
3347
|
+
}
|
|
3348
|
+
]
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"key": "expectedCycles",
|
|
3353
|
+
"label": "Expected life in cycles",
|
|
3354
|
+
"obligation": "must",
|
|
3355
|
+
"access": "public",
|
|
3356
|
+
"level": "model",
|
|
3357
|
+
"type": "integer",
|
|
3358
|
+
"minimum": 0,
|
|
3359
|
+
"step": 1,
|
|
3360
|
+
"source": "form",
|
|
3361
|
+
"clause": "6.7.6.3",
|
|
3362
|
+
"specName": "Expected lifetime: number of charge-discharge cycles",
|
|
3363
|
+
"legalRef": "Annex XIII (1j)",
|
|
3364
|
+
"supersedes": "expectedLife",
|
|
3365
|
+
"requirement": {
|
|
3366
|
+
"status": "enacted",
|
|
3367
|
+
"source": "eu-batteries-regulation",
|
|
3368
|
+
"clause": "Annex XIII 1 (j); Annex XIII 4 (a)",
|
|
3369
|
+
"note": "guidance row 31: EV mandatory, LMT mandatory, industrial if-applicable:some-industrial; guidance row 59: EV mandatory, LMT mandatory, industrial if-applicable",
|
|
3370
|
+
"effectiveDate": "2027-02-18"
|
|
3371
|
+
},
|
|
3372
|
+
"applicabilityRule": {
|
|
3373
|
+
"rule": "any",
|
|
3374
|
+
"rules": [
|
|
3375
|
+
{
|
|
3376
|
+
"rule": "category-in",
|
|
3377
|
+
"categories": [
|
|
3378
|
+
"ev",
|
|
3379
|
+
"lmt"
|
|
3380
|
+
]
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"rule": "all",
|
|
3384
|
+
"rules": [
|
|
3385
|
+
{
|
|
3386
|
+
"rule": "category-in",
|
|
3387
|
+
"categories": [
|
|
3388
|
+
"industrial",
|
|
3389
|
+
"stationary"
|
|
3390
|
+
]
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"rule": "unresolved",
|
|
3394
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
3395
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3396
|
+
}
|
|
3397
|
+
]
|
|
3398
|
+
}
|
|
3399
|
+
]
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"key": "cyclesUsed",
|
|
3404
|
+
"label": "Cycles so far",
|
|
3405
|
+
"obligation": "must",
|
|
3406
|
+
"access": "legitimate",
|
|
3407
|
+
"level": "item",
|
|
3408
|
+
"type": "integer",
|
|
3409
|
+
"minimum": 0,
|
|
3410
|
+
"step": 1,
|
|
3411
|
+
"dynamic": true,
|
|
3412
|
+
"source": "event",
|
|
3413
|
+
"clause": "6.7.6.4",
|
|
3414
|
+
"specName": "Number of full charging and discharging cycles",
|
|
3415
|
+
"legalRef": "Annex XIII (4d)",
|
|
3416
|
+
"supersedes": "chargeCycles",
|
|
3417
|
+
"requirement": {
|
|
3418
|
+
"status": "enacted",
|
|
3419
|
+
"source": "eu-batteries-regulation",
|
|
3420
|
+
"clause": "Annex XIII 4 (d)",
|
|
3421
|
+
"note": "guidance row 68: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3422
|
+
"effectiveDate": "2027-02-18"
|
|
3423
|
+
},
|
|
3424
|
+
"applicabilityRule": {
|
|
3425
|
+
"rule": "unresolved",
|
|
3426
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3427
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"key": "cycleLifeTest",
|
|
3432
|
+
"label": "Cycle life test used",
|
|
3433
|
+
"obligation": "must",
|
|
3434
|
+
"access": "public",
|
|
3435
|
+
"level": "model",
|
|
3436
|
+
"type": "enum",
|
|
3437
|
+
"options": [
|
|
3438
|
+
{
|
|
3439
|
+
"value": "IEC-61960-3",
|
|
3440
|
+
"label": "IEC 61960-3"
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"value": "IEC-62660-1",
|
|
3444
|
+
"label": "IEC 62660-1"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"value": "IEC-62620",
|
|
3448
|
+
"label": "IEC 62620"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"value": "IEC-63330",
|
|
3452
|
+
"label": "IEC 63330"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"value": "EN-50604-1",
|
|
3456
|
+
"label": "EN 50604-1"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"value": "UN-GTR-22",
|
|
3460
|
+
"label": "UN GTR No. 22"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"value": "MANUFACTURER",
|
|
3464
|
+
"label": "The maker's own protocol"
|
|
3465
|
+
}
|
|
3466
|
+
],
|
|
3467
|
+
"closed": false,
|
|
3468
|
+
"source": "form",
|
|
3469
|
+
"clause": "6.7.6.5",
|
|
3470
|
+
"specName": "Cycle-life reference test",
|
|
3471
|
+
"legalRef": "Annex XIII (1j)",
|
|
3472
|
+
"note": "Without the test, the cycle figure is not comparable between brands. Open: the applicable standard differs by category and JTC 24 and IEC are still issuing them.",
|
|
3473
|
+
"requirement": {
|
|
3474
|
+
"status": "enacted",
|
|
3475
|
+
"source": "eu-batteries-regulation",
|
|
3476
|
+
"clause": "Annex XIII 1 (j)",
|
|
3477
|
+
"note": "guidance row 32: EV mandatory, LMT mandatory, industrial if-applicable:some-industrial",
|
|
3478
|
+
"effectiveDate": "2027-02-18"
|
|
3479
|
+
},
|
|
3480
|
+
"applicabilityRule": {
|
|
3481
|
+
"rule": "any",
|
|
3482
|
+
"rules": [
|
|
3483
|
+
{
|
|
3484
|
+
"rule": "category-in",
|
|
3485
|
+
"categories": [
|
|
3486
|
+
"ev",
|
|
3487
|
+
"lmt"
|
|
3488
|
+
]
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"rule": "all",
|
|
3492
|
+
"rules": [
|
|
3493
|
+
{
|
|
3494
|
+
"rule": "category-in",
|
|
3495
|
+
"categories": [
|
|
3496
|
+
"industrial",
|
|
3497
|
+
"stationary"
|
|
3498
|
+
]
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"rule": "unresolved",
|
|
3502
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
3503
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3504
|
+
}
|
|
3505
|
+
]
|
|
3506
|
+
}
|
|
3507
|
+
]
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"key": "cRate",
|
|
3512
|
+
"label": "C-rate of that test",
|
|
3513
|
+
"obligation": "must",
|
|
3514
|
+
"access": "public",
|
|
3515
|
+
"level": "model",
|
|
3516
|
+
"type": "decimal",
|
|
3517
|
+
"unit": "A/Ah",
|
|
3518
|
+
"minimum": 0,
|
|
3519
|
+
"source": "form",
|
|
3520
|
+
"clause": "6.7.6.6",
|
|
3521
|
+
"specName": "C-rate of relevant cycle-life test",
|
|
3522
|
+
"legalRef": "Annex XIII (1p)",
|
|
3523
|
+
"requirement": {
|
|
3524
|
+
"status": "enacted",
|
|
3525
|
+
"source": "eu-batteries-regulation",
|
|
3526
|
+
"clause": "Annex XIII 1 (p)",
|
|
3527
|
+
"note": "guidance row 39: EV mandatory, LMT mandatory, industrial if-applicable:some-industrial",
|
|
3528
|
+
"effectiveDate": "2027-02-18"
|
|
3529
|
+
},
|
|
3530
|
+
"applicabilityRule": {
|
|
3531
|
+
"rule": "any",
|
|
3532
|
+
"rules": [
|
|
3533
|
+
{
|
|
3534
|
+
"rule": "category-in",
|
|
3535
|
+
"categories": [
|
|
3536
|
+
"ev",
|
|
3537
|
+
"lmt"
|
|
3538
|
+
]
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"rule": "all",
|
|
3542
|
+
"rules": [
|
|
3543
|
+
{
|
|
3544
|
+
"rule": "category-in",
|
|
3545
|
+
"categories": [
|
|
3546
|
+
"industrial",
|
|
3547
|
+
"stationary"
|
|
3548
|
+
]
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"rule": "unresolved",
|
|
3552
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
3553
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3554
|
+
}
|
|
3555
|
+
]
|
|
3556
|
+
}
|
|
3557
|
+
]
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"key": "energyThroughput",
|
|
3562
|
+
"label": "Energy through the battery",
|
|
3563
|
+
"obligation": "must",
|
|
3564
|
+
"access": "legitimate",
|
|
3565
|
+
"level": "item",
|
|
3566
|
+
"type": "decimal",
|
|
3567
|
+
"unit": "kWh",
|
|
3568
|
+
"minimum": 0,
|
|
3569
|
+
"categories": [
|
|
3570
|
+
"stationary",
|
|
3571
|
+
"lmt"
|
|
3572
|
+
],
|
|
3573
|
+
"dynamic": true,
|
|
3574
|
+
"source": "event",
|
|
3575
|
+
"clause": "6.7.6.7",
|
|
3576
|
+
"specName": "Energy throughput",
|
|
3577
|
+
"legalRef": "Annex VII Part B(2)",
|
|
3578
|
+
"requirement": {
|
|
3579
|
+
"status": "enacted",
|
|
3580
|
+
"source": "eu-batteries-regulation",
|
|
3581
|
+
"clause": "Annex VII Part B(2)",
|
|
3582
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
3583
|
+
"effectiveDate": "2027-02-18"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"key": "capacityThroughput",
|
|
3588
|
+
"label": "Capacity through the battery",
|
|
3589
|
+
"obligation": "must",
|
|
3590
|
+
"access": "legitimate",
|
|
3591
|
+
"level": "item",
|
|
3592
|
+
"type": "decimal",
|
|
3593
|
+
"unit": "Ah",
|
|
3594
|
+
"minimum": 0,
|
|
3595
|
+
"categories": [
|
|
3596
|
+
"stationary",
|
|
3597
|
+
"lmt"
|
|
3598
|
+
],
|
|
3599
|
+
"dynamic": true,
|
|
3600
|
+
"source": "event",
|
|
3601
|
+
"clause": "6.7.6.8",
|
|
3602
|
+
"specName": "Capacity throughput",
|
|
3603
|
+
"legalRef": "Annex VII Part B(3)",
|
|
3604
|
+
"requirement": {
|
|
3605
|
+
"status": "enacted",
|
|
3606
|
+
"source": "eu-batteries-regulation",
|
|
3607
|
+
"clause": "Annex VII Part B(3)",
|
|
3608
|
+
"note": "no data point of the guidance names this field; the instrument cited is in force",
|
|
3609
|
+
"effectiveDate": "2027-02-18"
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"key": "exhaustionThreshold",
|
|
3614
|
+
"label": "Exhaustion threshold",
|
|
3615
|
+
"obligation": "must",
|
|
3616
|
+
"access": "public",
|
|
3617
|
+
"level": "model",
|
|
3618
|
+
"type": "percent",
|
|
3619
|
+
"unit": "%",
|
|
3620
|
+
"minimum": 0,
|
|
3621
|
+
"maximum": 100,
|
|
3622
|
+
"categories": [
|
|
3623
|
+
"ev"
|
|
3624
|
+
],
|
|
3625
|
+
"source": "form",
|
|
3626
|
+
"clause": "6.7.6.9",
|
|
3627
|
+
"specName": "Capacity threshold for exhaustion",
|
|
3628
|
+
"legalRef": "Annex XIII (1k)",
|
|
3629
|
+
"requirement": {
|
|
3630
|
+
"status": "enacted",
|
|
3631
|
+
"source": "eu-batteries-regulation",
|
|
3632
|
+
"clause": "Annex XIII 1 (k)",
|
|
3633
|
+
"note": "guidance row 33: EV mandatory, LMT not-to-be-displayed, industrial not-to-be-displayed",
|
|
3634
|
+
"effectiveDate": "2027-02-18"
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"key": "temperatureRecord",
|
|
3639
|
+
"label": "Temperature record",
|
|
3640
|
+
"obligation": "must",
|
|
3641
|
+
"access": "legitimate",
|
|
3642
|
+
"level": "item",
|
|
3643
|
+
"type": "decimal",
|
|
3644
|
+
"unit": "°C",
|
|
3645
|
+
"minimum": -60,
|
|
3646
|
+
"maximum": 150,
|
|
3647
|
+
"dynamic": true,
|
|
3648
|
+
"source": "event",
|
|
3649
|
+
"clause": "6.7.7.2",
|
|
3650
|
+
"specName": "Temperature information",
|
|
3651
|
+
"legalRef": "Annex XIII (4d)",
|
|
3652
|
+
"requirement": {
|
|
3653
|
+
"status": "enacted",
|
|
3654
|
+
"source": "eu-batteries-regulation",
|
|
3655
|
+
"clause": "Annex XIII 4 (d)",
|
|
3656
|
+
"note": "guidance row 70: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3657
|
+
"effectiveDate": "2027-02-18"
|
|
3658
|
+
},
|
|
3659
|
+
"applicabilityRule": {
|
|
3660
|
+
"rule": "unresolved",
|
|
3661
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3662
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3663
|
+
}
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"key": "idleTempLower",
|
|
3667
|
+
"label": "Idle temperature, lowest",
|
|
3668
|
+
"obligation": "must",
|
|
3669
|
+
"access": "public",
|
|
3670
|
+
"level": "model",
|
|
3671
|
+
"type": "integer",
|
|
3672
|
+
"unit": "°C",
|
|
3673
|
+
"minimum": -60,
|
|
3674
|
+
"maximum": 150,
|
|
3675
|
+
"step": 1,
|
|
3676
|
+
"source": "form",
|
|
3677
|
+
"clause": "6.7.7.3",
|
|
3678
|
+
"specName": "Temperature range idle state, lower boundary",
|
|
3679
|
+
"legalRef": "Annex XIII (1l)",
|
|
3680
|
+
"requirement": {
|
|
3681
|
+
"status": "enacted",
|
|
3682
|
+
"source": "eu-batteries-regulation",
|
|
3683
|
+
"clause": "Annex XIII 1 (l)",
|
|
3684
|
+
"note": "guidance row 34: EV mandatory, LMT mandatory, industrial mandatory",
|
|
3685
|
+
"effectiveDate": "2027-02-18"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"key": "idleTempUpper",
|
|
3690
|
+
"label": "Idle temperature, highest",
|
|
3691
|
+
"obligation": "must",
|
|
3692
|
+
"access": "public",
|
|
3693
|
+
"level": "model",
|
|
3694
|
+
"type": "integer",
|
|
3695
|
+
"unit": "°C",
|
|
3696
|
+
"minimum": -60,
|
|
3697
|
+
"maximum": 150,
|
|
3698
|
+
"step": 1,
|
|
3699
|
+
"source": "form",
|
|
3700
|
+
"clause": "6.7.7.4",
|
|
3701
|
+
"specName": "Temperature range idle state, upper boundary",
|
|
3702
|
+
"legalRef": "Annex XIII (1l)",
|
|
3703
|
+
"requirement": {
|
|
3704
|
+
"status": "enacted",
|
|
3705
|
+
"source": "eu-batteries-regulation",
|
|
3706
|
+
"clause": "Annex XIII 1 (l)",
|
|
3707
|
+
"note": "guidance row 34: EV mandatory, LMT mandatory, industrial mandatory",
|
|
3708
|
+
"effectiveDate": "2027-02-18"
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"key": "timeAboveRange",
|
|
3713
|
+
"label": "Time above range",
|
|
3714
|
+
"obligation": "must",
|
|
3715
|
+
"access": "legitimate",
|
|
3716
|
+
"level": "item",
|
|
3717
|
+
"type": "decimal",
|
|
3718
|
+
"unit": "min",
|
|
3719
|
+
"minimum": 0,
|
|
3720
|
+
"dynamic": true,
|
|
3721
|
+
"source": "event",
|
|
3722
|
+
"clause": "6.7.7.5",
|
|
3723
|
+
"specName": "Time spent in extreme temperatures above boundary",
|
|
3724
|
+
"legalRef": "Annex VII Part B(4)",
|
|
3725
|
+
"requirement": {
|
|
3726
|
+
"status": "enacted",
|
|
3727
|
+
"source": "eu-batteries-regulation",
|
|
3728
|
+
"clause": "Annex XIII 4 (d); Annex VII Part B(4)",
|
|
3729
|
+
"note": "guidance row 70: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3730
|
+
"effectiveDate": "2027-02-18"
|
|
3731
|
+
},
|
|
3732
|
+
"applicabilityRule": {
|
|
3733
|
+
"rule": "unresolved",
|
|
3734
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3735
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3736
|
+
}
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"key": "timeBelowRange",
|
|
3740
|
+
"label": "Time below range",
|
|
3741
|
+
"obligation": "must",
|
|
3742
|
+
"access": "legitimate",
|
|
3743
|
+
"level": "item",
|
|
3744
|
+
"type": "decimal",
|
|
3745
|
+
"unit": "min",
|
|
3746
|
+
"minimum": 0,
|
|
3747
|
+
"dynamic": true,
|
|
3748
|
+
"source": "event",
|
|
3749
|
+
"clause": "6.7.7.6",
|
|
3750
|
+
"specName": "Time spent in extreme temperatures below boundary",
|
|
3751
|
+
"legalRef": "Annex VII Part B(4)",
|
|
3752
|
+
"requirement": {
|
|
3753
|
+
"status": "enacted",
|
|
3754
|
+
"source": "eu-batteries-regulation",
|
|
3755
|
+
"clause": "Annex XIII 4 (d); Annex VII Part B(4)",
|
|
3756
|
+
"note": "guidance row 70: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3757
|
+
"effectiveDate": "2027-02-18"
|
|
3758
|
+
},
|
|
3759
|
+
"applicabilityRule": {
|
|
3760
|
+
"rule": "unresolved",
|
|
3761
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3762
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"key": "chargingAboveRange",
|
|
3767
|
+
"label": "Charging above range",
|
|
3768
|
+
"obligation": "must",
|
|
3769
|
+
"access": "legitimate",
|
|
3770
|
+
"level": "item",
|
|
3771
|
+
"type": "decimal",
|
|
3772
|
+
"unit": "min",
|
|
3773
|
+
"minimum": 0,
|
|
3774
|
+
"dynamic": true,
|
|
3775
|
+
"source": "event",
|
|
3776
|
+
"clause": "6.7.7.7",
|
|
3777
|
+
"specName": "Time spent charging during extreme temperatures above boundary",
|
|
3778
|
+
"legalRef": "Annex VII Part B(4)",
|
|
3779
|
+
"requirement": {
|
|
3780
|
+
"status": "enacted",
|
|
3781
|
+
"source": "eu-batteries-regulation",
|
|
3782
|
+
"clause": "Annex XIII 4 (d); Annex VII Part B(4)",
|
|
3783
|
+
"note": "guidance row 70: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3784
|
+
"effectiveDate": "2027-02-18"
|
|
3785
|
+
},
|
|
3786
|
+
"applicabilityRule": {
|
|
3787
|
+
"rule": "unresolved",
|
|
3788
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3789
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"key": "chargingBelowRange",
|
|
3794
|
+
"label": "Charging below range",
|
|
3795
|
+
"obligation": "must",
|
|
3796
|
+
"access": "legitimate",
|
|
3797
|
+
"level": "item",
|
|
3798
|
+
"type": "decimal",
|
|
3799
|
+
"unit": "min",
|
|
3800
|
+
"minimum": 0,
|
|
3801
|
+
"dynamic": true,
|
|
3802
|
+
"source": "event",
|
|
3803
|
+
"clause": "6.7.7.8",
|
|
3804
|
+
"specName": "Time spent charging during extreme temperatures below boundary",
|
|
3805
|
+
"legalRef": "Annex VII Part B(4)",
|
|
3806
|
+
"requirement": {
|
|
3807
|
+
"status": "enacted",
|
|
3808
|
+
"source": "eu-batteries-regulation",
|
|
3809
|
+
"clause": "Annex XIII 4 (d); Annex VII Part B(4)",
|
|
3810
|
+
"note": "guidance row 70: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3811
|
+
"effectiveDate": "2027-02-18"
|
|
3812
|
+
},
|
|
3813
|
+
"applicabilityRule": {
|
|
3814
|
+
"rule": "unresolved",
|
|
3815
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3816
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"key": "deepDischargeEvents",
|
|
3821
|
+
"label": "Deep discharges",
|
|
3822
|
+
"obligation": "must",
|
|
3823
|
+
"access": "legitimate",
|
|
3824
|
+
"level": "item",
|
|
3825
|
+
"type": "integer",
|
|
3826
|
+
"minimum": 0,
|
|
3827
|
+
"step": 1,
|
|
3828
|
+
"dynamic": true,
|
|
3829
|
+
"source": "event",
|
|
3830
|
+
"clause": "6.7.8.2",
|
|
3831
|
+
"specName": "Number of deep discharge events",
|
|
3832
|
+
"legalRef": "Annex VII",
|
|
3833
|
+
"requirement": {
|
|
3834
|
+
"status": "enacted",
|
|
3835
|
+
"source": "eu-batteries-regulation",
|
|
3836
|
+
"clause": "Annex XIII 4 (d); Annex VII",
|
|
3837
|
+
"note": "guidance row 69: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3838
|
+
"effectiveDate": "2027-02-18"
|
|
3839
|
+
},
|
|
3840
|
+
"applicabilityRule": {
|
|
3841
|
+
"rule": "unresolved",
|
|
3842
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3843
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3844
|
+
}
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"key": "overchargeEvents",
|
|
3848
|
+
"label": "Overcharges",
|
|
3849
|
+
"obligation": "should",
|
|
3850
|
+
"access": "legitimate",
|
|
3851
|
+
"level": "item",
|
|
3852
|
+
"type": "integer",
|
|
3853
|
+
"minimum": 0,
|
|
3854
|
+
"step": 1,
|
|
3855
|
+
"dynamic": true,
|
|
3856
|
+
"source": "event",
|
|
3857
|
+
"clause": "6.7.8.3",
|
|
3858
|
+
"specName": "Number of overcharge events",
|
|
3859
|
+
"legalRef": "added by the consortium",
|
|
3860
|
+
"requirement": {
|
|
3861
|
+
"status": "none",
|
|
3862
|
+
"source": "profile addition",
|
|
3863
|
+
"note": "a consortium addition; the guidance names accidents, not this counter"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"key": "accidents",
|
|
3868
|
+
"label": "Accidents",
|
|
3869
|
+
"obligation": "must",
|
|
3870
|
+
"access": "legitimate",
|
|
3871
|
+
"level": "item",
|
|
3872
|
+
"type": "document",
|
|
3873
|
+
"dynamic": true,
|
|
3874
|
+
"source": "event",
|
|
3875
|
+
"clause": "6.7.8.4",
|
|
3876
|
+
"specName": "Information on accidents",
|
|
3877
|
+
"legalRef": "Annex XIII (4d)",
|
|
3878
|
+
"requirement": {
|
|
3879
|
+
"status": "enacted",
|
|
3880
|
+
"source": "eu-batteries-regulation",
|
|
3881
|
+
"clause": "Annex XIII 4 (d)",
|
|
3882
|
+
"note": "guidance row 69: EV if-applicable, LMT if-applicable, industrial if-applicable",
|
|
3883
|
+
"effectiveDate": "2027-02-18"
|
|
3884
|
+
},
|
|
3885
|
+
"applicabilityRule": {
|
|
3886
|
+
"rule": "unresolved",
|
|
3887
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
3888
|
+
"source": "eu-battery-guidance-2026-08"
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"key": "safety",
|
|
3893
|
+
"label": "Safety",
|
|
3894
|
+
"obligation": "should",
|
|
3895
|
+
"access": "public",
|
|
3896
|
+
"level": "model",
|
|
3897
|
+
"type": "text",
|
|
3898
|
+
"maxLength": 500,
|
|
3899
|
+
"prose": true,
|
|
3900
|
+
"source": "form",
|
|
3901
|
+
"clause": "app",
|
|
3902
|
+
"specName": "not in the spec: plain-language safety line",
|
|
3903
|
+
"legalRef": "app addition; the spec puts safety measures at 6.6.1.5, restricted",
|
|
3904
|
+
"supersedes": "safety",
|
|
3905
|
+
"note": "Prose by nature: a plain-language line a consumer reads on the passport. The spec's own safety measures at 6.6.1.5 sit in the restricted tier, so this is the public summary of them, not a substitute.",
|
|
3906
|
+
"requirement": {
|
|
3907
|
+
"status": "none",
|
|
3908
|
+
"source": "profile addition",
|
|
3909
|
+
"note": "app addition; the spec puts safety measures at 6.6.1.5, restricted"
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"key": "stateOfHealth",
|
|
3914
|
+
"label": "State of health",
|
|
3915
|
+
"obligation": "should",
|
|
3916
|
+
"access": "legitimate",
|
|
3917
|
+
"level": "item",
|
|
3918
|
+
"type": "percent",
|
|
3919
|
+
"unit": "%",
|
|
3920
|
+
"minimum": 0,
|
|
3921
|
+
"maximum": 100,
|
|
3922
|
+
"dynamic": true,
|
|
3923
|
+
"source": "event",
|
|
3924
|
+
"clause": "app",
|
|
3925
|
+
"specName": "not in the spec: state of health as a single figure",
|
|
3926
|
+
"legalRef": "app addition; the spec decomposes SoH into Annex VII Part A parameters",
|
|
3927
|
+
"supersedes": "stateOfHealth",
|
|
3928
|
+
"note": "Annex VII has no single SoH figure: it lists remaining capacity, remaining power, remaining round trip efficiency, self-discharge evolution and resistance. Our one number is a summary, and should be presented as one.",
|
|
3929
|
+
"requirement": {
|
|
3930
|
+
"status": "none",
|
|
3931
|
+
"source": "profile addition",
|
|
3932
|
+
"note": "an application summary figure; not the Article 14 state of health information, which the six data points of rows 61 to 66 carry field by field"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"key": "measured",
|
|
3937
|
+
"label": "Measured by",
|
|
3938
|
+
"obligation": "should",
|
|
3939
|
+
"access": "legitimate",
|
|
3940
|
+
"level": "item",
|
|
3941
|
+
"type": "enum",
|
|
3942
|
+
"options": [
|
|
3943
|
+
{
|
|
3944
|
+
"value": "manufacturer",
|
|
3945
|
+
"label": "The maker"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"value": "authorised-service",
|
|
3949
|
+
"label": "An authorised service partner"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"value": "independent-lab",
|
|
3953
|
+
"label": "An independent laboratory"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"value": "operator",
|
|
3957
|
+
"label": "The operator or fleet"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"value": "repurposer",
|
|
3961
|
+
"label": "A repurposer"
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"value": "recycler",
|
|
3965
|
+
"label": "A recycler"
|
|
3966
|
+
}
|
|
3967
|
+
],
|
|
3968
|
+
"closed": true,
|
|
3969
|
+
"dynamic": true,
|
|
3970
|
+
"source": "event",
|
|
3971
|
+
"clause": "app",
|
|
3972
|
+
"specName": "not in the spec: who measured, and when",
|
|
3973
|
+
"legalRef": "app addition",
|
|
3974
|
+
"supersedes": "measured",
|
|
3975
|
+
"note": "Closed, and closable because the attribute is ours rather than the spec's: no consumer outside the app depends on this vocabulary, so fixing it costs no interop. Who measured decides how much a reading is worth.",
|
|
3976
|
+
"requirement": {
|
|
3977
|
+
"status": "none",
|
|
3978
|
+
"source": "profile addition",
|
|
3979
|
+
"note": "app addition"
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"key": "manufacturerAddress",
|
|
3984
|
+
"label": "Manufacturer postal address",
|
|
3985
|
+
"obligation": "must",
|
|
3986
|
+
"access": "public",
|
|
3987
|
+
"level": "model",
|
|
3988
|
+
"type": "record",
|
|
3989
|
+
"fields": [
|
|
3990
|
+
{
|
|
3991
|
+
"key": "street",
|
|
3992
|
+
"label": "Street address",
|
|
3993
|
+
"type": "text"
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"key": "postalCode",
|
|
3997
|
+
"label": "Postal code",
|
|
3998
|
+
"type": "text"
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"key": "city",
|
|
4002
|
+
"label": "City",
|
|
4003
|
+
"type": "text",
|
|
4004
|
+
"required": true
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"key": "country",
|
|
4008
|
+
"label": "Country",
|
|
4009
|
+
"type": "country",
|
|
4010
|
+
"pattern": "^[A-Z]{2}$",
|
|
4011
|
+
"patternHint": "a two-letter country code",
|
|
4012
|
+
"required": true
|
|
4013
|
+
}
|
|
4014
|
+
],
|
|
4015
|
+
"group": "6.1",
|
|
4016
|
+
"source": "brand",
|
|
4017
|
+
"legalRef": "Annex VI Part A(1): the postal address of the manufacturer, indicating a single contact point",
|
|
4018
|
+
"note": "The mandatory half of what manufacturerContact carried as one string; the city and the country are the parts that identify a single contact point.",
|
|
4019
|
+
"requirement": {
|
|
4020
|
+
"status": "enacted",
|
|
4021
|
+
"source": "eu-batteries-regulation",
|
|
4022
|
+
"clause": "Annex VI Part A(1)",
|
|
4023
|
+
"effectiveDate": "2027-02-18",
|
|
4024
|
+
"note": "guidance row 4: EV mandatory, LMT mandatory, industrial mandatory"
|
|
4025
|
+
}
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"key": "manufacturerWeb",
|
|
4029
|
+
"label": "Manufacturer web address",
|
|
4030
|
+
"obligation": "nice",
|
|
4031
|
+
"access": "public",
|
|
4032
|
+
"level": "model",
|
|
4033
|
+
"type": "url",
|
|
4034
|
+
"group": "6.1",
|
|
4035
|
+
"source": "brand",
|
|
4036
|
+
"legalRef": "Annex VI Part A(1): web address, if available",
|
|
4037
|
+
"requirement": {
|
|
4038
|
+
"status": "enacted",
|
|
4039
|
+
"source": "eu-batteries-regulation",
|
|
4040
|
+
"clause": "Annex VI Part A(1)",
|
|
4041
|
+
"effectiveDate": "2027-02-18",
|
|
4042
|
+
"note": "guidance row 5: EV optional, LMT optional, industrial optional; optional, to be filled if such data is available"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"key": "manufacturerEmail",
|
|
4047
|
+
"label": "Manufacturer email address",
|
|
4048
|
+
"obligation": "nice",
|
|
4049
|
+
"access": "public",
|
|
4050
|
+
"level": "model",
|
|
4051
|
+
"type": "text",
|
|
4052
|
+
"maxLength": 254,
|
|
4053
|
+
"group": "6.1",
|
|
4054
|
+
"source": "brand",
|
|
4055
|
+
"legalRef": "Annex VI Part A(1): email address, if available",
|
|
4056
|
+
"requirement": {
|
|
4057
|
+
"status": "enacted",
|
|
4058
|
+
"source": "eu-batteries-regulation",
|
|
4059
|
+
"clause": "Annex VI Part A(1)",
|
|
4060
|
+
"effectiveDate": "2027-02-18",
|
|
4061
|
+
"note": "guidance row 5: EV optional, LMT optional, industrial optional; optional, to be filled if such data is available"
|
|
4062
|
+
}
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"key": "manufacturingMonth",
|
|
4066
|
+
"label": "Month of manufacture",
|
|
4067
|
+
"obligation": "nice",
|
|
4068
|
+
"access": "public",
|
|
4069
|
+
"level": "item",
|
|
4070
|
+
"type": "monthYear",
|
|
4071
|
+
"group": "6.1",
|
|
4072
|
+
"source": "form",
|
|
4073
|
+
"legalRef": "Annex VI Part A(4): the date of manufacturing as month and year",
|
|
4074
|
+
"note": "For a source that supplies month and year only. manufacturingDate at day precision remains the primary carrier; a month is never widened to a day.",
|
|
4075
|
+
"requirement": {
|
|
4076
|
+
"status": "enacted",
|
|
4077
|
+
"source": "eu-batteries-regulation",
|
|
4078
|
+
"clause": "Annex VI Part A(4)",
|
|
4079
|
+
"effectiveDate": "2027-02-18",
|
|
4080
|
+
"note": "guidance row 9: EV mandatory, LMT mandatory, industrial mandatory; the guidance asks for month and year"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"key": "warrantyTerms",
|
|
4085
|
+
"label": "Commercial warranty terms",
|
|
4086
|
+
"obligation": "nice",
|
|
4087
|
+
"access": "public",
|
|
4088
|
+
"level": "model",
|
|
4089
|
+
"type": "warrantyTerms",
|
|
4090
|
+
"group": "6.1",
|
|
4091
|
+
"source": "form",
|
|
4092
|
+
"legalRef": "Annex XIII 1 (m): the period for which the commercial warranty for the calendar life applies",
|
|
4093
|
+
"requirement": {
|
|
4094
|
+
"status": "enacted",
|
|
4095
|
+
"source": "eu-batteries-regulation",
|
|
4096
|
+
"clause": "Annex XIII 1 (m)",
|
|
4097
|
+
"effectiveDate": "2027-02-18",
|
|
4098
|
+
"note": "guidance row 35: EV if-applicable:warranty-envisaged, LMT if-applicable:warranty-envisaged, industrial if-applicable:warranty-envisaged; the guidance asks for a period, which fits the model; an item expiry is derived only from an evidenced start"
|
|
4099
|
+
},
|
|
4100
|
+
"applicabilityRule": {
|
|
4101
|
+
"rule": "unresolved",
|
|
4102
|
+
"reason": "if a commercial warranty is envisaged; a missing value stays unresolved until declared inapplicable under inapplicableFields",
|
|
4103
|
+
"source": "eu-battery-guidance-2026-08"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"key": "operatingTemperatureRange",
|
|
4108
|
+
"label": "Operating temperature range",
|
|
4109
|
+
"obligation": "nice",
|
|
4110
|
+
"access": "public",
|
|
4111
|
+
"level": "model",
|
|
4112
|
+
"type": "record",
|
|
4113
|
+
"fields": [
|
|
4114
|
+
{
|
|
4115
|
+
"key": "lower",
|
|
4116
|
+
"label": "Lower limit",
|
|
4117
|
+
"type": "integer",
|
|
4118
|
+
"unit": "°C",
|
|
4119
|
+
"required": true
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"key": "upper",
|
|
4123
|
+
"label": "Upper limit",
|
|
4124
|
+
"type": "integer",
|
|
4125
|
+
"unit": "°C",
|
|
4126
|
+
"required": true
|
|
4127
|
+
}
|
|
4128
|
+
],
|
|
4129
|
+
"group": "6.7",
|
|
4130
|
+
"source": "form",
|
|
4131
|
+
"legalRef": "Annex XIII 1 (h) and (i): the temperature range that qualifies the voltage and power values when relevant",
|
|
4132
|
+
"requirement": {
|
|
4133
|
+
"status": "enacted",
|
|
4134
|
+
"source": "eu-batteries-regulation",
|
|
4135
|
+
"clause": "Annex XIII 1 (h); Annex XIII 1 (i)",
|
|
4136
|
+
"effectiveDate": "2027-02-18",
|
|
4137
|
+
"note": "guidance rows 26 to 28 and 30: with temperature range when relevant"
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"key": "ratedCapacityCurrentAh",
|
|
4142
|
+
"label": "Rated capacity, current",
|
|
4143
|
+
"obligation": "must",
|
|
4144
|
+
"access": "legitimate",
|
|
4145
|
+
"level": "item",
|
|
4146
|
+
"type": "measurement",
|
|
4147
|
+
"unit": "Ah",
|
|
4148
|
+
"dynamic": true,
|
|
4149
|
+
"group": "6.7",
|
|
4150
|
+
"source": "event",
|
|
4151
|
+
"legalRef": "Annex XIII 4 (a): the rated capacity as a dynamic value after a change of status",
|
|
4152
|
+
"note": "The model declaration stays in ratedCapacityAh; this is the per-item re-declared value with its method and time.",
|
|
4153
|
+
"requirement": {
|
|
4154
|
+
"status": "enacted",
|
|
4155
|
+
"source": "eu-batteries-regulation",
|
|
4156
|
+
"clause": "Annex XIII 4 (a)",
|
|
4157
|
+
"effectiveDate": "2027-02-18",
|
|
4158
|
+
"note": "guidance row 51: EV dynamic-same-as-11, LMT dynamic-same-as-11, industrial if-applicable; the same value as data point 11 but now dynamic"
|
|
4159
|
+
},
|
|
4160
|
+
"applicabilityRule": {
|
|
4161
|
+
"rule": "any",
|
|
4162
|
+
"rules": [
|
|
4163
|
+
{
|
|
4164
|
+
"rule": "category-in",
|
|
4165
|
+
"categories": [
|
|
4166
|
+
"ev",
|
|
4167
|
+
"lmt"
|
|
4168
|
+
]
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"rule": "all",
|
|
4172
|
+
"rules": [
|
|
4173
|
+
{
|
|
4174
|
+
"rule": "category-in",
|
|
4175
|
+
"categories": [
|
|
4176
|
+
"industrial",
|
|
4177
|
+
"stationary"
|
|
4178
|
+
]
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"rule": "unresolved",
|
|
4182
|
+
"reason": "the guidance says the data point is only applicable for some industrial batteries, or if applicable, and prints no criterion; a value applies to a vehicle or light transport battery, and for an industrial or stationary battery a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields or supplies it",
|
|
4183
|
+
"source": "eu-battery-guidance-2026-08"
|
|
4184
|
+
}
|
|
4185
|
+
]
|
|
4186
|
+
}
|
|
4187
|
+
]
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"key": "resistanceCurrentOhm",
|
|
4192
|
+
"label": "Internal resistance, current",
|
|
4193
|
+
"obligation": "must",
|
|
4194
|
+
"access": "legitimate",
|
|
4195
|
+
"level": "item",
|
|
4196
|
+
"type": "measurement",
|
|
4197
|
+
"unit": "Ω",
|
|
4198
|
+
"dynamic": true,
|
|
4199
|
+
"group": "6.7",
|
|
4200
|
+
"source": "event",
|
|
4201
|
+
"legalRef": "Annex XIII 4 (b); Art. 14: the ohmic resistance as state of health information, where possible",
|
|
4202
|
+
"note": "Every resistance field of the previous version is a model declaration; this is the per-item reading of row 66.",
|
|
4203
|
+
"requirement": {
|
|
4204
|
+
"status": "enacted",
|
|
4205
|
+
"source": "eu-batteries-regulation",
|
|
4206
|
+
"clause": "Annex XIII 4 (b); Article 14",
|
|
4207
|
+
"effectiveDate": "2027-02-18",
|
|
4208
|
+
"note": "guidance row 66: EV not-to-be-displayed, LMT mandatory, industrial if-applicable; where possible"
|
|
4209
|
+
},
|
|
4210
|
+
"applicabilityRule": {
|
|
4211
|
+
"rule": "any",
|
|
4212
|
+
"rules": [
|
|
4213
|
+
{
|
|
4214
|
+
"rule": "category-in",
|
|
4215
|
+
"categories": [
|
|
4216
|
+
"lmt"
|
|
4217
|
+
]
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"rule": "all",
|
|
4221
|
+
"rules": [
|
|
4222
|
+
{
|
|
4223
|
+
"rule": "category-in",
|
|
4224
|
+
"categories": [
|
|
4225
|
+
"industrial",
|
|
4226
|
+
"stationary"
|
|
4227
|
+
]
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"rule": "unresolved",
|
|
4231
|
+
"reason": "the guidance makes this state of health data point mandatory for light transport, if applicable for industrial and stationary, and not to be displayed for vehicles; for an industrial or stationary battery a missing value stays unresolved until declared inapplicable or supplied",
|
|
4232
|
+
"source": "eu-battery-guidance-2026-08"
|
|
4233
|
+
}
|
|
4234
|
+
]
|
|
4235
|
+
}
|
|
4236
|
+
]
|
|
4237
|
+
}
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"key": "temperatureSeries",
|
|
4241
|
+
"label": "Temperature, periodically recorded",
|
|
4242
|
+
"obligation": "must",
|
|
4243
|
+
"access": "legitimate",
|
|
4244
|
+
"level": "item",
|
|
4245
|
+
"type": "measurement",
|
|
4246
|
+
"unit": "°C",
|
|
4247
|
+
"repeat": true,
|
|
4248
|
+
"dynamic": true,
|
|
4249
|
+
"group": "6.7",
|
|
4250
|
+
"source": "event",
|
|
4251
|
+
"legalRef": "Annex XIII 4 (d): periodically recorded information on the operating environmental conditions, including temperature",
|
|
4252
|
+
"note": "The series the guidance names; temperatureRecord carries the latest reading.",
|
|
4253
|
+
"requirement": {
|
|
4254
|
+
"status": "enacted",
|
|
4255
|
+
"source": "eu-batteries-regulation",
|
|
4256
|
+
"clause": "Annex XIII 4 (d)",
|
|
4257
|
+
"effectiveDate": "2027-02-18",
|
|
4258
|
+
"note": "guidance row 70: EV if-applicable, LMT if-applicable, industrial if-applicable"
|
|
4259
|
+
},
|
|
4260
|
+
"applicabilityRule": {
|
|
4261
|
+
"rule": "unresolved",
|
|
4262
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
4263
|
+
"source": "eu-battery-guidance-2026-08"
|
|
4264
|
+
}
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"key": "stateOfChargeSeries",
|
|
4268
|
+
"label": "State of charge, periodically recorded",
|
|
4269
|
+
"obligation": "must",
|
|
4270
|
+
"access": "legitimate",
|
|
4271
|
+
"level": "item",
|
|
4272
|
+
"type": "measurement",
|
|
4273
|
+
"unit": "%",
|
|
4274
|
+
"repeat": true,
|
|
4275
|
+
"dynamic": true,
|
|
4276
|
+
"group": "6.7",
|
|
4277
|
+
"source": "event",
|
|
4278
|
+
"legalRef": "Annex XIII 4 (d): periodically recorded information on the state of charge",
|
|
4279
|
+
"note": "The series the guidance names; stateOfCharge carries the latest reading.",
|
|
4280
|
+
"requirement": {
|
|
4281
|
+
"status": "enacted",
|
|
4282
|
+
"source": "eu-batteries-regulation",
|
|
4283
|
+
"clause": "Annex XIII 4 (d)",
|
|
4284
|
+
"effectiveDate": "2027-02-18",
|
|
4285
|
+
"note": "guidance row 71: EV if-applicable, LMT if-applicable, industrial if-applicable"
|
|
4286
|
+
},
|
|
4287
|
+
"applicabilityRule": {
|
|
4288
|
+
"rule": "unresolved",
|
|
4289
|
+
"reason": "the guidance says if applicable for every category and prints no criterion; a present value applies and a missing value stays unresolved until the record declares the field inapplicable under inapplicableFields",
|
|
4290
|
+
"source": "eu-battery-guidance-2026-08"
|
|
4291
|
+
}
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"key": "instructionsForUse",
|
|
4295
|
+
"label": "Instructions for use",
|
|
4296
|
+
"obligation": "should",
|
|
4297
|
+
"access": "public",
|
|
4298
|
+
"level": "model",
|
|
4299
|
+
"type": "document",
|
|
4300
|
+
"awaitingAct": "Omnibus adoption of the application provisions for Annex XIII 1 (t)",
|
|
4301
|
+
"group": "6.2",
|
|
4302
|
+
"source": "form",
|
|
4303
|
+
"legalRef": "Annex XIII 1 (t): clear, understandable and readable instructions for use in a format that can be printed, downloaded and saved",
|
|
4304
|
+
"requirement": {
|
|
4305
|
+
"status": "not-to-be-displayed",
|
|
4306
|
+
"source": "eu-batteries-regulation",
|
|
4307
|
+
"clause": "Annex XIII 1 (t)",
|
|
4308
|
+
"note": "guidance row 44: EV not-to-be-displayed:on-hold, LMT not-to-be-displayed:on-hold, industrial not-to-be-displayed:on-hold; application provisions on hold pending Omnibus adoption; the slot exists so the clause is not lost and is never required or shown as required"
|
|
4309
|
+
}
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"key": "inapplicableFields",
|
|
4313
|
+
"label": "Declared inapplicable fields",
|
|
4314
|
+
"obligation": "nice",
|
|
4315
|
+
"access": "public",
|
|
4316
|
+
"level": "model",
|
|
4317
|
+
"type": "record",
|
|
4318
|
+
"fields": [
|
|
4319
|
+
{
|
|
4320
|
+
"key": "field",
|
|
4321
|
+
"label": "Field key",
|
|
4322
|
+
"type": "text",
|
|
4323
|
+
"required": true
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"key": "reason",
|
|
4327
|
+
"label": "Reason",
|
|
4328
|
+
"type": "text",
|
|
4329
|
+
"required": true
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"key": "declaredBy",
|
|
4333
|
+
"label": "Declared by",
|
|
4334
|
+
"type": "text"
|
|
4335
|
+
}
|
|
4336
|
+
],
|
|
4337
|
+
"repeat": true,
|
|
4338
|
+
"group": "app",
|
|
4339
|
+
"source": "form",
|
|
4340
|
+
"legalRef": "none: the profile's own declaration by which a record says that a conditional data point does not apply to it, with the reason",
|
|
4341
|
+
"note": "A declaration is an assertion by the declaring party under the record's authorisation; it is shown beside the field it concerns and is never read as the field's value.",
|
|
4342
|
+
"requirement": {
|
|
4343
|
+
"status": "none",
|
|
4344
|
+
"source": "profile addition",
|
|
4345
|
+
"clause": "none",
|
|
4346
|
+
"note": "a declaration is how a missing conditional value stops being unresolved; it never makes a required enacted field optional"
|
|
4347
|
+
},
|
|
4348
|
+
"overridable": {
|
|
4349
|
+
"at": "item",
|
|
4350
|
+
"policy": "inapplicability-declaration@1"
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
]
|
|
4354
|
+
}
|