File size: 19,856 Bytes
ee888e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
{
  "referenceYear": 2025,
  "metaSource": "IEA, OPEC, EIA, national energy ministries, ISPRL, JOGMEC, KNOC",
  "policies": {
    "US": {
      "regime": "government_spr",
      "operator": "DOE Strategic Petroleum Reserve",
      "capacityMb": 714,
      "ieaMember": true,
      "ieaNetImporterObligation": false,
      "stockholdingModel": "government",
      "source": "DOE SPR Distribution Brochure 2025",
      "asOf": "2025-03"
    },
    "CN": {
      "regime": "government_spr",
      "operator": "CNPC/Sinopec (state-directed)",
      "capacityMb": 476,
      "ieaMember": false,
      "stockholdingModel": "government",
      "note": "Capacity from 3-phase construction program; fill levels not publicly disclosed",
      "source": "EIA Today in Energy (2025), Wikipedia SPR China",
      "asOf": "2025-10"
    },
    "IN": {
      "regime": "government_spr",
      "operator": "ISPRL (Indian Strategic Petroleum Reserves Ltd)",
      "capacityMb": 39,
      "ieaMember": false,
      "stockholdingModel": "government",
      "note": "Phase 2 expansion to 87Mb planned (Chandikhol + Padur)",
      "source": "ISPRL, PIB India",
      "asOf": "2026-03"
    },
    "JP": {
      "regime": "mandatory_stockholding",
      "operator": "JOGMEC + private sector",
      "capacityMb": 260,
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Japan Oil Security Policy",
      "asOf": "2025-12"
    },
    "KR": {
      "regime": "mandatory_stockholding",
      "operator": "KNOC + private sector",
      "capacityMb": 146,
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Korea Oil Security Policy",
      "asOf": "2025-12"
    },
    "DE": {
      "regime": "mandatory_stockholding",
      "operator": "EBV (Erdolbevorratungsverband)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Germany Oil Security Policy",
      "asOf": "2025-12"
    },
    "FR": {
      "regime": "mandatory_stockholding",
      "operator": "SAGESS + private sector",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA France Oil Security Policy",
      "asOf": "2025-12"
    },
    "GB": {
      "regime": "mandatory_stockholding",
      "operator": "BEIS (industry obligation)",
      "ieaMember": true,
      "ieaNetImporterObligation": false,
      "stockholdingModel": "industry",
      "source": "IEA United Kingdom Oil Security Policy",
      "asOf": "2025-12"
    },
    "IT": {
      "regime": "mandatory_stockholding",
      "operator": "OCSIT + industry",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Italy Oil Security Policy",
      "asOf": "2025-12"
    },
    "SA": {
      "regime": "spare_capacity",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "No formal SPR; maintains spare production capacity as world's swing producer",
      "source": "OPEC, Aramco Annual Report 2025",
      "asOf": "2025-12"
    },
    "SG": {
      "regime": "government_spr",
      "operator": "Ministry of Trade and Industry",
      "capacityMb": 32,
      "ieaMember": false,
      "stockholdingModel": "government",
      "note": "Strategic reserves at Jurong Island facilities",
      "source": "MTI Singapore Energy Security",
      "asOf": "2025-06"
    },
    "ZA": {
      "regime": "government_spr",
      "operator": "CEF SOC (Saldanha Bay)",
      "capacityMb": 10,
      "ieaMember": false,
      "stockholdingModel": "government",
      "note": "Saldanha Bay tank farm; partially leased to traders",
      "source": "CEF SOC South Africa, EIA",
      "asOf": "2025-01"
    },
    "BR": {
      "regime": "none",
      "ieaMember": false,
      "stockholdingModel": "none",
      "source": "ANP Brazil",
      "asOf": "2025-01"
    },
    "AU": {
      "regime": "mandatory_stockholding",
      "operator": "NESA (ticketed abroad)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "note": "Mostly ticketed stocks held abroad (US, EU); domestic reserves are small",
      "source": "IEA Australia Oil Security Policy",
      "asOf": "2025-12"
    },
    "CA": {
      "regime": "mandatory_stockholding",
      "operator": "NEB (net exporter exemption)",
      "ieaMember": true,
      "ieaNetImporterObligation": false,
      "stockholdingModel": "industry",
      "source": "IEA Canada Oil Security Policy",
      "asOf": "2025-12"
    },
    "NO": {
      "regime": "mandatory_stockholding",
      "operator": "MoE (net exporter exemption)",
      "ieaMember": true,
      "ieaNetImporterObligation": false,
      "stockholdingModel": "industry",
      "source": "IEA Norway Oil Security Policy",
      "asOf": "2025-12"
    },
    "MX": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "Pemex commercial stocks only; no formal government reserve program",
      "source": "SENER Mexico",
      "asOf": "2025-01"
    },
    "NZ": {
      "regime": "mandatory_stockholding",
      "operator": "MBIE (ticketed abroad)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "note": "Mostly ticketed stocks held abroad",
      "source": "IEA New Zealand Oil Security Policy",
      "asOf": "2025-12"
    },
    "AT": {
      "regime": "mandatory_stockholding",
      "operator": "ELG (Erdol-Lagergesellschaft)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Austria Oil Security Policy",
      "asOf": "2025-12"
    },
    "BE": {
      "regime": "mandatory_stockholding",
      "operator": "APETRA",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Belgium Oil Security Policy",
      "asOf": "2025-12"
    },
    "CZ": {
      "regime": "mandatory_stockholding",
      "operator": "SSHR (Administration of State Material Reserves)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "government",
      "source": "IEA Czech Republic Oil Security Policy",
      "asOf": "2025-12"
    },
    "DK": {
      "regime": "mandatory_stockholding",
      "operator": "FDO (Foreningen Danske Olieberedskabslagre)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Denmark Oil Security Policy",
      "asOf": "2025-12"
    },
    "EE": {
      "regime": "mandatory_stockholding",
      "operator": "MoECA (ticketed EU stocks)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Estonia Oil Security Policy",
      "asOf": "2025-12"
    },
    "FI": {
      "regime": "mandatory_stockholding",
      "operator": "NESA (National Emergency Supply Agency)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "government",
      "source": "IEA Finland Oil Security Policy",
      "asOf": "2025-12"
    },
    "GR": {
      "regime": "mandatory_stockholding",
      "operator": "MoE + industry obligation",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Greece Oil Security Policy",
      "asOf": "2025-12"
    },
    "HU": {
      "regime": "mandatory_stockholding",
      "operator": "HUSA (Hungarian Hydrocarbon Stockpiling Association)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Hungary Oil Security Policy",
      "asOf": "2025-12"
    },
    "IE": {
      "regime": "mandatory_stockholding",
      "operator": "NORA (National Oil Reserves Agency)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Ireland Oil Security Policy",
      "asOf": "2025-12"
    },
    "LU": {
      "regime": "mandatory_stockholding",
      "operator": "MoE (ticketed EU stocks)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Luxembourg Oil Security Policy",
      "asOf": "2025-12"
    },
    "NL": {
      "regime": "mandatory_stockholding",
      "operator": "COVA (Centraal Orgaan Voorraadvorming Aardolieproducten)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Netherlands Oil Security Policy",
      "asOf": "2025-12"
    },
    "PL": {
      "regime": "mandatory_stockholding",
      "operator": "ARM (Material Reserves Agency)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Poland Oil Security Policy",
      "asOf": "2025-12"
    },
    "PT": {
      "regime": "mandatory_stockholding",
      "operator": "ENMC (Entidade Nacional para o Mercado de Combustiveis)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Portugal Oil Security Policy",
      "asOf": "2025-12"
    },
    "SK": {
      "regime": "mandatory_stockholding",
      "operator": "EOSA (Emergency Oil Stocks Agency)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Slovakia Oil Security Policy",
      "asOf": "2025-12"
    },
    "ES": {
      "regime": "mandatory_stockholding",
      "operator": "CORES (Corporacion de Reservas Estrategicas)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Spain Oil Security Policy",
      "asOf": "2025-12"
    },
    "SE": {
      "regime": "mandatory_stockholding",
      "operator": "SEA (Swedish Energy Agency)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "source": "IEA Sweden Oil Security Policy",
      "asOf": "2025-12"
    },
    "CH": {
      "regime": "mandatory_stockholding",
      "operator": "Carbura (industry stockpiling org)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Switzerland Oil Security Policy",
      "asOf": "2025-12"
    },
    "TR": {
      "regime": "mandatory_stockholding",
      "operator": "EPDK (industry obligation)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Turkey Oil Security Policy",
      "asOf": "2025-12"
    },
    "CL": {
      "regime": "mandatory_stockholding",
      "operator": "CNE (National Energy Commission)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Chile Oil Security Policy",
      "asOf": "2025-12"
    },
    "CO": {
      "regime": "mandatory_stockholding",
      "operator": "MME (Ministry of Mines and Energy)",
      "ieaMember": true,
      "ieaNetImporterObligation": false,
      "stockholdingModel": "industry",
      "source": "IEA Colombia Oil Security Policy",
      "asOf": "2025-12"
    },
    "IL": {
      "regime": "mandatory_stockholding",
      "operator": "MoE + industry obligation",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Israel Oil Security Policy",
      "asOf": "2025-12"
    },
    "LV": {
      "regime": "mandatory_stockholding",
      "operator": "MoE (ticketed EU stocks)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Latvia Oil Security Policy",
      "asOf": "2025-12"
    },
    "LT": {
      "regime": "mandatory_stockholding",
      "operator": "LITGAS (industry obligation)",
      "ieaMember": true,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "source": "IEA Lithuania Oil Security Policy",
      "asOf": "2025-12"
    },
    "AE": {
      "regime": "government_spr",
      "operator": "ADNOC (state-directed)",
      "capacityMb": 15,
      "ieaMember": false,
      "stockholdingModel": "government",
      "note": "Underground Ruwais reserve; integrated with refinery operations",
      "source": "ADNOC Annual Report, EIA",
      "asOf": "2025-06"
    },
    "KW": {
      "regime": "spare_capacity",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "KPC maintains spare production capacity; no formal SPR",
      "source": "KPC, OPEC Annual Statistical Bulletin",
      "asOf": "2025-12"
    },
    "ID": {
      "regime": "government_spr",
      "operator": "SKK Migas / Pertamina (pilot phase)",
      "capacityMb": 6,
      "ieaMember": false,
      "stockholdingModel": "government",
      "note": "Pilot reserve at Tuban; 6Mb initial capacity, expansion planned",
      "source": "MEMR Indonesia, Jakarta Post",
      "asOf": "2025-06"
    },
    "RU": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "Rosneft/Transneft commercial stocks; no government SPR program",
      "source": "EIA Russia Country Analysis",
      "asOf": "2025-01"
    },
    "IR": {
      "regime": "spare_capacity",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "NIOC maintains production flexibility; no publicly documented SPR",
      "source": "OPEC, EIA Iran Country Analysis",
      "asOf": "2025-01"
    },
    "IQ": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "SOMO commercial stocks at Basra; no formal government SPR",
      "source": "EIA Iraq Country Analysis",
      "asOf": "2025-01"
    },
    "NG": {
      "regime": "none",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "NNPCL commercial stocks; no strategic reserve mandate",
      "source": "NNPCL Nigeria, EIA",
      "asOf": "2025-01"
    },
    "VE": {
      "regime": "none",
      "ieaMember": false,
      "stockholdingModel": "none",
      "source": "EIA Venezuela Country Analysis",
      "asOf": "2025-01"
    },
    "QA": {
      "regime": "spare_capacity",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "QatarEnergy LNG-focused; spare gas capacity, not oil stockpile",
      "source": "QatarEnergy, OPEC",
      "asOf": "2025-12"
    },
    "TH": {
      "regime": "mandatory_stockholding",
      "operator": "DOEB (industry obligation)",
      "ieaMember": false,
      "stockholdingModel": "industry",
      "note": "IEA Association Country; 90-day voluntary stockholding obligation",
      "source": "DOEB Thailand, IEA Association Countries",
      "asOf": "2025-06"
    },
    "PH": {
      "regime": "mandatory_stockholding",
      "operator": "DOE Philippines (industry mandate)",
      "ieaMember": false,
      "stockholdingModel": "industry",
      "note": "30-day industry stockholding obligation",
      "source": "DOE Philippines Oil Contingency Plan",
      "asOf": "2025-06"
    },
    "MY": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "Petronas commercial stocks; no government SPR",
      "source": "Petronas, EIA Malaysia Country Analysis",
      "asOf": "2025-01"
    },
    "TW": {
      "regime": "government_spr",
      "operator": "CPC Corporation + MOEA",
      "capacityMb": 30,
      "ieaMember": false,
      "stockholdingModel": "mixed_public_private",
      "note": "Government + industry 90-day strategic stocks mandate",
      "source": "MOEA Taiwan, CPC Corporation",
      "asOf": "2025-06"
    },
    "PK": {
      "regime": "none",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "No SPR program; relies on 20-day commercial stocks",
      "source": "OGRA Pakistan, EIA",
      "asOf": "2025-01"
    },
    "EG": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "EGPC commercial stocks; no government SPR",
      "source": "EGPC, EIA Egypt Country Analysis",
      "asOf": "2025-01"
    },
    "DZ": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "Sonatrach commercial stocks; no formal SPR",
      "source": "Sonatrach, EIA Algeria Country Analysis",
      "asOf": "2025-01"
    },
    "LY": {
      "regime": "none",
      "ieaMember": false,
      "stockholdingModel": "none",
      "source": "EIA Libya Country Analysis",
      "asOf": "2025-01"
    },
    "AO": {
      "regime": "none",
      "ieaMember": false,
      "stockholdingModel": "none",
      "source": "EIA Angola Country Analysis",
      "asOf": "2025-01"
    },
    "KZ": {
      "regime": "commercial_only",
      "ieaMember": false,
      "stockholdingModel": "none",
      "note": "KazMunayGas commercial stocks; no government SPR",
      "source": "EIA Kazakhstan Country Analysis",
      "asOf": "2025-01"
    },
    "HR": {
      "regime": "mandatory_stockholding",
      "operator": "HANDA (Croatian Hydrocarbon Agency)",
      "ieaMember": false,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "note": "EU stockholding directive; IEA candidate country",
      "source": "HANDA Croatia, EU Oil Stocks Directive",
      "asOf": "2025-12"
    },
    "BG": {
      "regime": "mandatory_stockholding",
      "operator": "SSRA (State Agency for Strategic Reserves)",
      "ieaMember": false,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "government",
      "note": "EU stockholding directive compliance",
      "source": "SSRA Bulgaria, EU Oil Stocks Directive",
      "asOf": "2025-12"
    },
    "RO": {
      "regime": "mandatory_stockholding",
      "operator": "ANRM (National Agency for Mineral Resources)",
      "ieaMember": false,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "note": "EU stockholding directive compliance",
      "source": "ANRM Romania, EU Oil Stocks Directive",
      "asOf": "2025-12"
    },
    "CY": {
      "regime": "mandatory_stockholding",
      "operator": "MoE (ticketed EU stocks)",
      "ieaMember": false,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "note": "EU stockholding directive; small island economy, relies on ticketed stocks",
      "source": "MoE Cyprus, EU Oil Stocks Directive",
      "asOf": "2025-12"
    },
    "MT": {
      "regime": "mandatory_stockholding",
      "operator": "MRA (Malta Resources Authority)",
      "ieaMember": false,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "industry",
      "note": "EU stockholding directive; minimal domestic storage",
      "source": "MRA Malta, EU Oil Stocks Directive",
      "asOf": "2025-12"
    },
    "SI": {
      "regime": "mandatory_stockholding",
      "operator": "ZODS (Commodity Reserves Agency)",
      "ieaMember": false,
      "ieaNetImporterObligation": true,
      "stockholdingModel": "mixed_public_private",
      "note": "EU stockholding directive compliance",
      "source": "ZODS Slovenia, EU Oil Stocks Directive",
      "asOf": "2025-12"
    }
  }
}