-
Notifications
You must be signed in to change notification settings - Fork 0
/
nigeria_projects.json
2436 lines (2436 loc) · 116 KB
/
nigeria_projects.json
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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"sourceID": "03d0ece12cd1e65c60e7672b074995b4",
"reportingCompany": "Chevron Canada Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Niger Delta Concessions",
"paymentType": "Fees",
"projectPayment": 37799919.8418,
"notes": "Payments made in naira are translated to US dollars using the payment date FX rate. US dollars are converted to Canadian dollars using the financial year end FX rate: 1 USD : 1.3427 CAD.",
"nrgiNotes": "Converted to USD from CAD at the rate : 0.754489418; "
},
{
"sourceID": "03d0ece12cd1e65c60e7672b074995b4",
"reportingCompany": "Chevron Canada Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Niger Delta Concessions",
"paymentType": "Royalties",
"projectPayment": 208239079.368,
"notes": "Payments made in naira are translated to US dollars using the payment date FX rate. US dollars are converted to Canadian dollars using the financial year end FX rate: 1 USD : 1.3427 CAD.",
"nrgiNotes": "Converted to USD from CAD at the rate : 0.754489418; "
},
{
"sourceID": "03d0ece12cd1e65c60e7672b074995b4",
"reportingCompany": "Chevron Canada Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Niger Delta Concessions",
"paymentType": "Taxes",
"projectPayment": 162215224.87,
"notes": "Payments made in naira are translated to US dollars using the payment date FX rate. US dollars are converted to Canadian dollars using the financial year end FX rate: 1 USD : 1.3427 CAD.",
"nrgiNotes": "Converted to USD from CAD at the rate : 0.754489418; "
},
{
"sourceID": "03d0ece12cd1e65c60e7672b074995b4",
"reportingCompany": "Chevron Canada Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 127/128",
"paymentType": "Fees",
"projectPayment": 31084964.0216,
"notes": "Payments made in naira are translated to US dollars using the payment date FX rate. US dollars are converted to Canadian dollars using the financial year end FX rate: 1 USD : 1.3427 CAD.",
"nrgiNotes": "Converted to USD from CAD at the rate : 0.754489418; Project - OML127/128 - was replaced by - OML 127/128 ; "
},
{
"sourceID": "03d0ece12cd1e65c60e7672b074995b4",
"reportingCompany": "Chevron Canada Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 127/128",
"paymentType": "Taxes",
"projectPayment": 331975343.92,
"notes": "Payments made in naira are translated to US dollars using the payment date FX rate. US dollars are converted to Canadian dollars using the financial year end FX rate: 1 USD : 1.3427 CAD.",
"nrgiNotes": "Converted to USD from CAD at the rate : 0.754489418; Project - OML127/128 - was replaced by - OML 127/128 ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "The Shell Petroleum Development Company of Nigeria Limited",
"paymentType": "Taxes",
"projectPayment": 575271701,
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - Tax - was replaced by - Taxes ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "The Shell Petroleum Development Company of Nigeria Limited",
"paymentType": "Royalties",
"projectPayment": 316418651,
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "The Shell Petroleum Development Company of Nigeria Limited",
"paymentType": "Fees",
"projectPayment": 976593706,
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 209)",
"paymentType": "Taxes",
"projectPayment": 294789470,
"notes": "Payment in kind for 4,104KBOE valued at market price ; 4104 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - Tax - was replaced by - Taxes ; Project - PSC 1993 (OPL209) - was replaced by - PSC 1993 (OPL 209) ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 212/OML 118, OPL 219/OML 135)",
"paymentType": "Production entitlements",
"projectPayment": 759199810,
"notes": "Payment in kind for 10,419 KBOE valued at market price ; 10419 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; Project - PSC 1993 (OPL212/OML118, OPL219/OML135) - was replaced by - PSC 1993 (OPL 212/OML 118, OPL 219/OML 135) ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 212/OML 118, OPL 219/OML 135)",
"paymentType": "Taxes",
"projectPayment": 416091020,
"notes": "Payment in kind for 5,862 KBOE valued at market price ; 5862 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - Tax - was replaced by - Taxes ; Project - PSC 1993 (OPL212/OML118, OPL219/OML135) - was replaced by - PSC 1993 (OPL 212/OML 118, OPL 219/OML 135) ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 212/OML 118, OPL 219/OML 135)",
"paymentType": "Royalties",
"projectPayment": 41742440,
"notes": "Payment in kind for 581 KBOE valued at market price ; 581 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Project - PSC 1993 (OPL212/OML118, OPL219/OML135) - was replaced by - PSC 1993 (OPL 212/OML 118, OPL 219/OML 135) ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "SPDC East",
"paymentType": "Production entitlements",
"projectPayment": 1809700722,
"notes": "Payment in kind for 76,662 KBOE valued at market price ; 76662 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "SPDC Shallow Water",
"paymentType": "Production entitlements",
"projectPayment": 368559074,
"notes": "Payment in kind for 5,260 KBOE valued at market price ; 5260 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "281d9ac6a9b76aaa375c00ae853fe038-1fbde0ff92e16f84890037b2ca80bc65-299009a1000cde2dfb4cd4b60db8aaa2-7e9ab382b40868edf3959c7d01f71116",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "SPDC West",
"paymentType": "Production entitlements",
"projectPayment": 838959252,
"notes": "Payment in kind for 11,673 KBOE valued at market price ; 11673 KBOE ; Market",
"nrgiNotes": "Payments were reported in USD; Country - NGA - was replaced by - Nigeria ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "28e96e269bc5b99c840ecf006beb2348",
"reportingCompany": "Seplat Petroleum Development Company PLC",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 4, OML 38, OML 41",
"paymentType": "Fees",
"projectPayment": 5950000,
"nrgiNotes": "Payments were reported in USD; Company - Seplat Petroleum Development Company Public Limited Company - was replaced by - Seplat Petroleum Development Company PLC ; Project - Oml 4 38 and 41 - was replaced by - OML 4, OML 38, OML 41 ; "
},
{
"sourceID": "28e96e269bc5b99c840ecf006beb2348",
"reportingCompany": "Seplat Petroleum Development Company PLC",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 4, OML 38, OML 41",
"paymentType": "Production entitlements",
"projectPayment": 574000000,
"nrgiNotes": "Payments were reported in USD; Company - Seplat Petroleum Development Company Public Limited Company - was replaced by - Seplat Petroleum Development Company PLC ; Project - Oml 4 38 and 41 - was replaced by - OML 4, OML 38, OML 41 ; "
},
{
"sourceID": "28e96e269bc5b99c840ecf006beb2348",
"reportingCompany": "Seplat Petroleum Development Company PLC",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 4, OML 38, OML 41",
"paymentType": "Royalties",
"projectPayment": 106000000,
"nrgiNotes": "Payments were reported in USD; Company - Seplat Petroleum Development Company Public Limited Company - was replaced by - Seplat Petroleum Development Company PLC ; Project - Oml 4 38 and 41 - was replaced by - OML 4, OML 38, OML 41 ; "
},
{
"sourceID": "28e96e269bc5b99c840ecf006beb2348",
"reportingCompany": "Seplat Petroleum Development Company PLC",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 56",
"paymentType": "Royalties",
"projectPayment": 527000,
"nrgiNotes": "Payments were reported in USD; Company - Seplat Petroleum Development Company Public Limited Company - was replaced by - Seplat Petroleum Development Company PLC ; "
},
{
"sourceID": "2b92f8e9073d757d7fc9c9cbea61dce5",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Equinor Nigeria Energy Company Limited",
"paymentType": "Taxes",
"projectPayment": 339907359,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "2b92f8e9073d757d7fc9c9cbea61dce5",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Equinor Nigeria AS",
"paymentType": "Taxes",
"projectPayment": 8827985,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "2b92f8e9073d757d7fc9c9cbea61dce5",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Agbami",
"paymentType": "Fees",
"projectPayment": 37756149,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "2b92f8e9073d757d7fc9c9cbea61dce5",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Agbami",
"paymentType": "Production entitlements",
"projectPayment": 172440958,
"nrgiNotes": "Payments were reported in USD; Payment Type - Host government entitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "NAOC JV (Land Swamp Areas)",
"paymentType": "Fees",
"projectPayment": 16592276.115,
"notes": "includes 46,959 KBOE paid in kind, includes 5,713 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Naoc JV Landswamp Areas - was replaced by - NAOC JV (Land Swamp Areas) ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "NAOC JV (Land Swamp Areas)",
"paymentType": "Production entitlements",
"projectPayment": 788686191.333,
"notes": "includes 46,959 KBOE paid in kind, includes 5,713 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Payment Type - Production entitlement - was replaced by - Production entitlements ; Project - Naoc JV Landswamp Areas - was replaced by - NAOC JV (Land Swamp Areas) ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "NAOC JV (Land Swamp Areas)",
"paymentType": "Royalties",
"projectPayment": 52984668.3939,
"notes": "includes 46,959 KBOE paid in kind, includes 5,713 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Naoc JV Landswamp Areas - was replaced by - NAOC JV (Land Swamp Areas) ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML125/OPL245",
"paymentType": "Fees",
"projectPayment": 4933436.7649,
"notes": "includes 1 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Nigeria Deep Offshore (OML125/OPL245) - was replaced by - OML125/OPL245 ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML125/OPL245",
"paymentType": "Production entitlements",
"projectPayment": 5088298.0086,
"notes": "includes 41,779 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Payment Type - Production entitlement - was replaced by - Production entitlements ; Project - Nigeria Deep Offshore (OML125/OPL245) - was replaced by - OML125/OPL245 ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML125/OPL245",
"paymentType": "Royalties",
"projectPayment": 24777798.9984,
"notes": "[E] includes 558 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Nigeria Deep Offshore (OML125/OPL245) - was replaced by - OML125/OPL245 ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 116",
"paymentType": "Fees",
"projectPayment": 942441.2833,
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Nigeria Offshore (OML 116) - was replaced by - OML 116 ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 116",
"paymentType": "Royalties",
"projectPayment": 17477197.5078,
"notes": "[D] includes 394 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Nigeria Offshore (OML 116) - was replaced by - OML 116 ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 116",
"paymentType": "Taxes",
"projectPayment": 28096254.2214,
"notes": "includes 634 KBOE paid in kind",
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Nigeria Offshore (OML 116) - was replaced by - OML 116 ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Non-attributable",
"paymentType": "Taxes",
"projectPayment": 131632057.179,
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; Project - Payments not Attributable to Projects - was replaced by - Non-attributable ; "
},
{
"sourceID": "2ba84fee7d2c089c512c87736aea7843",
"reportingCompany": "Eni S.p.A.",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "SPDC JV",
"paymentType": "Royalties",
"projectPayment": 21459343.7754,
"nrgiNotes": "Converted to USD from EUR at the rate : 1.106151741; "
},
{
"sourceID": "385d5139d94192ea99605515d0aa0e43",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Agbami",
"paymentType": "Fees",
"projectPayment": 48400000,
"nrgiNotes": "Payments were reported in USD; Company - Statoil ASA - was replaced by - Equinor ASA (formerly Statoil ASA) ; "
},
{
"sourceID": "385d5139d94192ea99605515d0aa0e43",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Agbami",
"paymentType": "Production entitlements",
"projectPayment": 104000000,
"notes": "2.483672 mmboe",
"nrgiNotes": "Payments were reported in USD; Company - Statoil ASA - was replaced by - Equinor ASA (formerly Statoil ASA) ; Payment Type - Productionentitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "385d5139d94192ea99605515d0aa0e43",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "Statoil Nigeria Limited",
"paymentType": "Taxes",
"projectPayment": 194000000,
"nrgiNotes": "Payments were reported in USD; Company - Statoil ASA - was replaced by - Equinor ASA (formerly Statoil ASA) ; Project - Statoil Nigeria Ltd - was replaced by - Statoil Nigeria Limited ; "
},
{
"sourceID": "3e8e120e8174186ae58815af632ec414-53e588e7d9960ad1154c65d4a8569c81-c3934ecb9f0bd708c4b096418b756d33-56dea99460f4eb76249dafd51f5e513a",
"reportingCompany": "CNOOC Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Fees",
"projectPayment": 44698772.052,
"nrgiNotes": "Converted to USD from CNY at the rate : 0.150500916; Country - Nga - was replaced by - Nigeria ; Company - Nexen Petroleum U.K. Limited - was replaced by - CNOOC Limited ; "
},
{
"sourceID": "3e8e120e8174186ae58815af632ec414-53e588e7d9960ad1154c65d4a8569c81-c3934ecb9f0bd708c4b096418b756d33-56dea99460f4eb76249dafd51f5e513a",
"reportingCompany": "CNOOC Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Royalties",
"projectPayment": 293.4768,
"nrgiNotes": "Converted to USD from CNY at the rate : 0.150500916; Country - Nga - was replaced by - Nigeria ; Company - Nexen Petroleum U.K. Limited - was replaced by - CNOOC Limited ; "
},
{
"sourceID": "3e8e120e8174186ae58815af632ec414-53e588e7d9960ad1154c65d4a8569c81-c3934ecb9f0bd708c4b096418b756d33-56dea99460f4eb76249dafd51f5e513a",
"reportingCompany": "CNOOC Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Taxes",
"projectPayment": 5252481.9684,
"nrgiNotes": "Converted to USD from CNY at the rate : 0.150500916; Country - Nga - was replaced by - Nigeria ; Company - Nexen Petroleum U.K. Limited - was replaced by - CNOOC Limited ; Payment Type - Tax - was replaced by - Taxes ; "
},
{
"sourceID": "3e8e120e8174186ae58815af632ec414-53e588e7d9960ad1154c65d4a8569c81-c3934ecb9f0bd708c4b096418b756d33-56dea99460f4eb76249dafd51f5e513a",
"reportingCompany": "CNOOC Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Fees",
"projectPayment": 5433083.0676,
"nrgiNotes": "Converted to USD from CNY at the rate : 0.150500916; Country - Nga - was replaced by - Nigeria ; Company - Nexen Petroleum U.K. Limited - was replaced by - CNOOC Limited ; "
},
{
"sourceID": "3e8e120e8174186ae58815af632ec414-53e588e7d9960ad1154c65d4a8569c81-c3934ecb9f0bd708c4b096418b756d33-56dea99460f4eb76249dafd51f5e513a",
"reportingCompany": "CNOOC Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Royalties",
"projectPayment": 23628643.812,
"nrgiNotes": "Converted to USD from CNY at the rate : 0.150500916; Country - Nga - was replaced by - Nigeria ; Company - Nexen Petroleum U.K. Limited - was replaced by - CNOOC Limited ; "
},
{
"sourceID": "3e8e120e8174186ae58815af632ec414-53e588e7d9960ad1154c65d4a8569c81-c3934ecb9f0bd708c4b096418b756d33-56dea99460f4eb76249dafd51f5e513a",
"reportingCompany": "CNOOC Limited",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Taxes",
"projectPayment": 2182263.282,
"nrgiNotes": "Converted to USD from CNY at the rate : 0.150500916; Country - Nga - was replaced by - Nigeria ; Company - Nexen Petroleum U.K. Limited - was replaced by - CNOOC Limited ; Payment Type - Tax - was replaced by - Taxes ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, non-operated, non-attributable",
"paymentType": "Fees",
"projectPayment": 182000,
"notes": "License Fees",
"nrgiNotes": "Payments were reported in USD; Project - Joint ventures with NNPC, non operated - Non-attributable - was replaced by - Joint Ventures with NNPC, non-operated, non-attributable ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, non-operated, non-attributable",
"paymentType": "Taxes",
"projectPayment": 133000000,
"nrgiNotes": "Payments were reported in USD; Project - Joint ventures with NNPC, non operated - Non-attributable - was replaced by - Joint Ventures with NNPC, non-operated, non-attributable ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, operated, non-attributable",
"paymentType": "Fees",
"projectPayment": 3750000,
"notes": "License Fees",
"nrgiNotes": "Payments were reported in USD; Project - Joint ventures with NNPC, operated - Non-attributable - was replaced by - Joint Ventures with NNPC, operated, non-attributable ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, operated, non-attributable",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 46100000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure - was replaced by - Payments for infrastructure improvements ; Project - Joint ventures with NNPC, operated - Non-attributable - was replaced by - Joint Ventures with NNPC, operated, non-attributable ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, operated, non-attributable",
"paymentType": "Taxes",
"projectPayment": 16200000,
"nrgiNotes": "Payments were reported in USD; Project - Joint ventures with NNPC, operated - Non-attributable - was replaced by - Joint Ventures with NNPC, operated, non-attributable ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "Non-attributable",
"paymentType": "Taxes",
"projectPayment": 331000000,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 100 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 23800000,
"nrgiNotes": "Payments were reported in USD; Project - OML100 (joint venture with NNPC, operated) - was replaced by - OML 100 (joint venture with NNPC, operated) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 102 Ekanga (joint venture with NNPC, non-operated)",
"paymentType": "Taxes",
"projectPayment": 15400000,
"nrgiNotes": "Payments were reported in USD; Project - OML102 Ekanga (joint venture with NNPC, non operated) - was replaced by - OML 102 Ekanga (joint venture with NNPC, non-operated) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 102 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 29400000,
"nrgiNotes": "Payments were reported in USD; Project - OML102 (joint venture with NNPC, operated) - was replaced by - OML 102 (joint venture with NNPC, operated) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 118 (Bonga)",
"paymentType": "Production entitlements",
"projectPayment": 59000000,
"nrgiNotes": "Payments were reported in USD; Project - OML118 (Bonga) - was replaced by - OML 118 (Bonga) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 118 (Bonga)",
"paymentType": "Taxes",
"projectPayment": 92400000,
"nrgiNotes": "Payments were reported in USD; Project - OML118 (Bonga) - was replaced by - OML 118 (Bonga) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Fees",
"projectPayment": 1520000,
"notes": "License Fees",
"nrgiNotes": "Payments were reported in USD; Project - OML130 - was replaced by - OML 130 ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 53400000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure - was replaced by - Payments for infrastructure improvements ; Project - OML130 PSA (Akpo & Egina) - was replaced by - OML 130 ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Taxes",
"projectPayment": 109000000,
"nrgiNotes": "Payments were reported in USD; Project - OML130 PSA (Akpo & Egina) - was replaced by - OML 130 ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Taxes",
"projectPayment": 32000000,
"nrgiNotes": "Payments were reported in USD; Project - OML138 (Usan) - was replaced by - OML 138 ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 58 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 30800000,
"nrgiNotes": "Payments were reported in USD; Project - OML58 (joint venture with NNPC, operated) - was replaced by - OML 58 (joint venture with NNPC, operated) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OML 99 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 41400000,
"nrgiNotes": "Payments were reported in USD; Project - OML99 (joint venture with NNPC, operated) - was replaced by - OML 99 (joint venture with NNPC, operated) ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OPL 223",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 390000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure - was replaced by - Payments for infrastructure improvements ; "
},
{
"sourceID": "42dc83829b43976edc5740aa05647ef4",
"reportingCompany": "Total S.A.",
"reportYear": 2015,
"projectCountry": "Nigeria",
"projectName": "OPL 285",
"paymentType": "Fees",
"projectPayment": 173000,
"notes": "License Fees",
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 209)",
"paymentType": "Taxes",
"projectPayment": 19700000,
"notes": "360 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - Tax - was replaced by - Taxes ; Project - PSC 1993 (OPL209) - was replaced by - PSC 1993 (OPL 209) ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 212/OML 118, OPL 219/OML 135)",
"paymentType": "Production entitlements",
"projectPayment": 735106520,
"notes": "16299 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; Project - PSC 1993 (OPL212/OML118, OPL219/OML135) - was replaced by - PSC 1993 (OPL 212/OML 118, OPL 219/OML 135) ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 212/OML 118, OPL 219/OML 135)",
"paymentType": "Royalties",
"projectPayment": 32501960,
"notes": "735 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Project - PSC 1993 (OPL212/OML118, OPL219/OML135) - was replaced by - PSC 1993 (OPL 212/OML 118, OPL 219/OML 135) ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "PSC 1993 (OPL 212/OML 118, OPL 219/OML 135)",
"paymentType": "Taxes",
"projectPayment": 347306670,
"notes": "7512 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - Tax - was replaced by - Taxes ; Project - PSC 1993 (OPL212/OML118, OPL219/OML135) - was replaced by - PSC 1993 (OPL 212/OML 118, OPL 219/OML 135) ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "SPDC East",
"paymentType": "Production entitlements",
"projectPayment": 1060000000,
"notes": "67300 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "SPDC Shallow Water",
"paymentType": "Production entitlements",
"projectPayment": 271000000,
"notes": "6267 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "SPDC West",
"paymentType": "Production entitlements",
"projectPayment": 111000000,
"notes": "2977 KBOE at Market",
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - ProductionEntitlements - was replaced by - Production entitlements ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "The Shell Petroleum Development Company of Nigeria Limited",
"paymentType": "Fees",
"projectPayment": 125386960,
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "The Shell Petroleum Development Company of Nigeria Limited",
"paymentType": "Royalties",
"projectPayment": 128211660,
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; "
},
{
"sourceID": "46d75eb8d97fa91b2dcc5dfa02bee446-be869daa255ea5fcf384cb2938457660-61afde35fd362510f53fd408931deb10-dad90651187697dfcbb9b146bd45f8c1",
"reportingCompany": "Royal Dutch Shell PLC",
"reportYear": 2016,
"projectCountry": "Nigeria",
"projectName": "The Shell Petroleum Development Company of Nigeria Limited",
"paymentType": "Taxes",
"projectPayment": 813000000,
"nrgiNotes": "Payments were reported in USD; Company - Royal Dutch Shell Public Limited Company - was replaced by - Royal Dutch Shell PLC ; Payment Type - Tax - was replaced by - Taxes ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, operated, non-attributable",
"paymentType": "Fees",
"projectPayment": 2834000,
"nrgiNotes": "Payments were reported in USD; Payment Type - License fees - was replaced by - Fees ; Project - Joint ventures with NNPC, operated - Non- attributable - was replaced by - Joint Ventures with NNPC, operated, non-attributable ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, operated, non-attributable",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 13947000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure improvements - was replaced by - Payments for infrastructure improvements ; Project - Joint ventures with NNPC, operated - Non- attributable - was replaced by - Joint Ventures with NNPC, operated, non-attributable ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, non-operated, non-attributable",
"paymentType": "Taxes",
"projectPayment": 106468000,
"nrgiNotes": "Payments were reported in USD; Project - Joint ventures with NNPC, non operated - Non- attributable - was replaced by - Joint Ventures with NNPC, non-operated, non-attributable ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, non-operated, non-attributable",
"paymentType": "Fees",
"projectPayment": 326000,
"nrgiNotes": "Payments were reported in USD; Payment Type - License fees - was replaced by - Fees ; Project - Joint ventures with NNPC, non operated - Non- attributable - was replaced by - Joint Ventures with NNPC, non-operated, non-attributable ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Joint Ventures with NNPC, non-operated, non-attributable",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 8940000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure improvements - was replaced by - Payments for infrastructure improvements ; Project - Joint ventures with NNPC, non operated - Non- attributable - was replaced by - Joint Ventures with NNPC, non-operated, non-attributable ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 58 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 45705000,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 99 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 48288000,
"nrgiNotes": "Payments were reported in USD; Project - OML 99 Amenam- Kpono (joint venture with NNPC, operated) - was replaced by - OML 99 (joint venture with NNPC, operated) ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 100 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 33368000,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 102 (joint venture with NNPC, operated)",
"paymentType": "Taxes",
"projectPayment": 308416000,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 102 Ekanga (joint venture with NNPC, non-operated)",
"paymentType": "Taxes",
"projectPayment": -726000,
"notes": "a) Refund resulting from adjustment in final prices applicable to the year 2013.",
"nrgiNotes": "Payments were reported in USD; Project - OML 102 Ekanga (joint venture with NNPC, non operated) - was replaced by - OML 102 Ekanga (joint venture with NNPC, non-operated) ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Taxes",
"projectPayment": 723000,
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Fees",
"projectPayment": 360000,
"nrgiNotes": "Payments were reported in USD; Payment Type - License fees - was replaced by - Fees ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Taxes",
"projectPayment": 4627000,
"nrgiNotes": "Payments were reported in USD; Project - OML 130 PSA (Akpo & Egina) - was replaced by - OML 130 ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 130",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 16129000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure improvements - was replaced by - Payments for infrastructure improvements ; Project - OML 130 PSA (Akpo & Egina) - was replaced by - OML 130 ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 118 (Bonga)",
"paymentType": "Taxes",
"projectPayment": 103666000,
"notes": "(b) Includes the valuation for 99,784 k$ of 1,405 kboe at average entitlement price and applying the fiscal terms of the profit sharing agreements.",
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 118 (Bonga)",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 4370000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure improvements - was replaced by - Payments for infrastructure improvements ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 118 (Bonga)",
"paymentType": "Production entitlements",
"projectPayment": 94900000,
"notes": "(c) Corresponds to the valuation for 1,302 kboe at average entitlement price and applying the terms of the profit sharing agreements",
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Taxes",
"projectPayment": 35423000,
"notes": "(d) Includes the valuation for 31,233 k$ of 443 kboe at average entitlement price and applying the fiscal terms of the profit sharing agreements.",
"nrgiNotes": "Payments were reported in USD; Project - OML 138 (Usan) - was replaced by - OML 138 ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Fees",
"projectPayment": 3000,
"nrgiNotes": "Payments were reported in USD; Payment Type - License fees - was replaced by - Fees ; Project - OML 138 (Usan) - was replaced by - OML 138 ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Payments for infrastructure improvements",
"projectPayment": 760000,
"nrgiNotes": "Payments were reported in USD; Payment Type - Infrastructure improvements - was replaced by - Payments for infrastructure improvements ; Project - OML 138 (Usan) - was replaced by - OML 138 ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "OML 138",
"paymentType": "Production entitlements",
"projectPayment": 16232000,
"notes": "e) Corresponds to the valuation for 226 kboe at average entitlement price and applying the terms of the profit sharing agreements.",
"nrgiNotes": "Payments were reported in USD; Project - OML 138 (Usan) - was replaced by - OML 138 ; "
},
{
"sourceID": "503ba8408a500410be756b1438c1342a",
"reportingCompany": "Total S.A.",
"reportYear": 2018,
"projectCountry": "Nigeria",
"projectName": "Non-attributable",
"paymentType": "Taxes",
"projectPayment": 686930000,
"notes": "(f) This amount includes the tax implications of the provisions of the Modified Carry Agreement (MCA). Under the MCA, Total E&P Nigeria is entitled to recover 85% of the Carry Capital Costthrough claims of capital allowance, described in the MCA as “Carry Tax Relief”. The balance of 15% is to be recovered from NNPC’s share of crude oil produced.",
"nrgiNotes": "Payments were reported in USD; "
},
{
"sourceID": "675e2d0f40a6ba5d14e4ad90acb993b9",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2017,
"projectCountry": "Nigeria",
"projectName": "Agbami",
"paymentType": "Fees",
"projectPayment": 36300000,
"nrgiNotes": "Payments were reported in USD; Company - Statoil ASA - was replaced by - Equinor ASA (formerly Statoil ASA) ; "
},
{
"sourceID": "675e2d0f40a6ba5d14e4ad90acb993b9",
"reportingCompany": "Equinor ASA (formerly Statoil ASA)",
"reportYear": 2017,
"projectCountry": "Nigeria",
"projectName": "Agbami",
"paymentType": "Production entitlements",
"projectPayment": 150000000,
"nrgiNotes": "Payments were reported in USD; Company - Statoil ASA - was replaced by - Equinor ASA (formerly Statoil ASA) ; Payment Type - Government Entitlements - was replaced by - Production entitlements ; "
},
{