forked from at621/risk_data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecb_dwh_data_catalogue.csv
We can't make this file beautiful and searchable because it's too large.
1785 lines (1785 loc) · 611 KB
/
ecb_dwh_data_catalogue.csv
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
Label Key From To Last Updated Frequency Country Item Country.1 Data type Balance sheet suffix Long description
0 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.AT.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E0000 ALL LE E Austria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
1 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.AT.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E1000 ALL LE E Austria, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
2 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.AT.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E1100 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
3 Securitisation positions SUP.Q.AT.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q AT E1300 ALL LE E Austria, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
4 Exposures to credit risk - Standardised approach (SA) SUP.Q.AT.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E2000 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
5 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.AT.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E2130 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
6 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.AT.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E2135 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
7 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.AT.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E2140 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
8 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.AT.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E2145 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
9 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.AT.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E3000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
10 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.AT.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E324C ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
11 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.AT.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E324E ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
12 Exposures to credit risk - IRB approach - institutions SUP.Q.AT.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E324I ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
13 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.AT.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E324Q ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
14 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.AT.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E4000 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
15 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.AT.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E5000 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
16 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.AT._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT D5130 _Z _Z Z Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
17 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.AT._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT D5170 _Z _Z Z Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
18 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.AT._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT D5180 _Z _Z Z Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
19 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.AT._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q AT D7110 _Z _Z Z Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
20 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.AT._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q AT D7120 _Z _Z Z Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
21 Number of institutions - Leverage ratio (%) > 6 SUP.Q.AT._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q AT D7130 _Z _Z Z Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
22 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.B01.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E0000 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
23 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.B01.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E1000 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
24 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.B01.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E1100 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
25 Securitisation positions SUP.Q.B01.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2019Q1 2022Q3 2023-01-11 10:00:00 Q B01 E1300 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
26 Exposures to credit risk - Standardised approach (SA) SUP.Q.B01.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E2000 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
27 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.B01.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E2130 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
28 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.B01.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E2135 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
29 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.B01.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E2140 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
30 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.B01.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E2145 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
31 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.B01.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E3000 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
32 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.B01.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E324C ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
33 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.B01.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E324E ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
34 Exposures to credit risk - IRB approach - institutions SUP.Q.B01.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E324I ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
35 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.B01.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E324Q ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
36 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.B01.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E4000 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
37 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.B01.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E5000 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
38 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.B01._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 D5130 _Z _Z Z EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Number of institutions - Core equity tier 1 ratio (%) <= 10
39 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.B01._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 D5170 _Z _Z Z EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
40 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.B01._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 D5180 _Z _Z Z EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Number of institutions - Core equity tier 1 ratio (%) > 20
41 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.B01._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q B01 D7110 _Z _Z Z EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Number of institutions - Leverage ratio (%) <= 3
42 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.B01._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q B01 D7120 _Z _Z Z EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Number of institutions - Leverage ratio (%) between 3 - 6
43 Number of institutions - Leverage ratio (%) > 6 SUP.Q.B01._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q B01 D7130 _Z _Z Z EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Number of institutions - Leverage ratio (%) > 6
44 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.BE.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E0000 ALL LE E Belgium, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
45 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.BE.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E1000 ALL LE E Belgium, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
46 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.BE.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E1100 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
47 Securitisation positions SUP.Q.BE.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q BE E1300 ALL LE E Belgium, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
48 Exposures to credit risk - Standardised approach (SA) SUP.Q.BE.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E2000 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
49 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.BE.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E2130 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
50 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.BE.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E2135 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
51 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.BE.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E2140 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
52 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.BE.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E2145 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
53 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.BE.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E3000 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
54 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.BE.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E324C ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
55 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.BE.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E324E ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
56 Exposures to credit risk - IRB approach - institutions SUP.Q.BE.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E324I ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
57 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.BE.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E324Q ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
58 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.BE.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E4000 ALL LE E Belgium, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
59 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.BE.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E5000 ALL LE E Belgium, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
60 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.BE._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE D5130 _Z _Z Z Belgium, Number of institutions - Core equity tier 1 ratio (%) <= 10
61 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.BE._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE D5170 _Z _Z Z Belgium, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
62 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.BE._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE D5180 _Z _Z Z Belgium, Number of institutions - Core equity tier 1 ratio (%) > 20
63 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.BE._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q BE D7110 _Z _Z Z Belgium, Number of institutions - Leverage ratio (%) <= 3
64 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.BE._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q BE D7120 _Z _Z Z Belgium, Number of institutions - Leverage ratio (%) between 3 - 6
65 Number of institutions - Leverage ratio (%) > 6 SUP.Q.BE._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q BE D7130 _Z _Z Z Belgium, Number of institutions - Leverage ratio (%) > 6
66 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.BG.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E0000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
67 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.BG.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E1000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
68 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.BG.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E1100 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
69 Securitisation positions SUP.Q.BG.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E1300 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
70 Exposures to credit risk - Standardised approach (SA) SUP.Q.BG.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E2000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
71 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.BG.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E2130 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
72 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.BG.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E2135 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
73 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.BG.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E2140 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
74 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.BG.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E2145 ALL LE E
75 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.BG.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E3000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
76 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.BG.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E324C ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
77 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.BG.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E324E ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
78 Exposures to credit risk - IRB approach - institutions SUP.Q.BG.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E324I ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
79 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.BG.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E324Q ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
80 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.BG.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E4000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
81 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.BG.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E5000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
82 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.BG._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG D5130 _Z _Z Z Bulgaria, Number of institutions - Core equity tier 1 ratio (%) <= 10
83 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.BG._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG D5170 _Z _Z Z Bulgaria, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
84 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.BG._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG D5180 _Z _Z Z Bulgaria, Number of institutions - Core equity tier 1 ratio (%) > 20
85 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.BG._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG D7110 _Z _Z Z Bulgaria, Number of institutions - Leverage ratio (%) <= 3
86 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.BG._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG D7120 _Z _Z Z Bulgaria, Number of institutions - Leverage ratio (%) between 3 - 6
87 Number of institutions - Leverage ratio (%) > 6 SUP.Q.BG._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG D7130 _Z _Z Z Bulgaria, Number of institutions - Leverage ratio (%) > 6
88 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.CY.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E0000 ALL LE E Cyprus, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
89 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.CY.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E1000 ALL LE E Cyprus, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
90 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.CY.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E1100 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
91 Securitisation positions SUP.Q.CY.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q CY E1300 ALL LE E Cyprus, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
92 Exposures to credit risk - Standardised approach (SA) SUP.Q.CY.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E2000 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
93 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.CY.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E2130 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
94 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.CY.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E2135 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
95 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.CY.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E2140 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
96 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.CY.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E2145 ALL LE E
97 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.CY.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E3000 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
98 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.CY.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E324C ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
99 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.CY.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E324E ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
100 Exposures to credit risk - IRB approach - institutions SUP.Q.CY.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E324I ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
101 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.CY.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E324Q ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
102 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.CY.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E4000 ALL LE E Cyprus, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
103 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.CY.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E5000 ALL LE E Cyprus, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
104 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.CY._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY D5130 _Z _Z Z Cyprus, Number of institutions - Core equity tier 1 ratio (%) <= 10
105 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.CY._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY D5170 _Z _Z Z Cyprus, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
106 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.CY._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY D5180 _Z _Z Z Cyprus, Number of institutions - Core equity tier 1 ratio (%) > 20
107 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.CY._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q CY D7110 _Z _Z Z Cyprus, Number of institutions - Leverage ratio (%) <= 3
108 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.CY._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q CY D7120 _Z _Z Z Cyprus, Number of institutions - Leverage ratio (%) between 3 - 6
109 Number of institutions - Leverage ratio (%) > 6 SUP.Q.CY._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q CY D7130 _Z _Z Z Cyprus, Number of institutions - Leverage ratio (%) > 6
110 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.DE.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E0000 ALL LE E Germany, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
111 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.DE.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E1000 ALL LE E Germany, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
112 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.DE.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E1100 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
113 Securitisation positions SUP.Q.DE.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q DE E1300 ALL LE E Germany, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
114 Exposures to credit risk - Standardised approach (SA) SUP.Q.DE.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E2000 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
115 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.DE.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E2130 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
116 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.DE.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E2135 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
117 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.DE.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E2140 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
118 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.DE.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E2145 ALL LE E
119 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.DE.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E3000 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
120 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.DE.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E324C ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
121 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.DE.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E324E ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
122 Exposures to credit risk - IRB approach - institutions SUP.Q.DE.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E324I ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
123 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.DE.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E324Q ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
124 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.DE.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E4000 ALL LE E Germany, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
125 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.DE.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E5000 ALL LE E Germany, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
126 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.DE._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE D5130 _Z _Z Z Germany, Number of institutions - Core equity tier 1 ratio (%) <= 10
127 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.DE._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE D5170 _Z _Z Z Germany, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
128 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.DE._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE D5180 _Z _Z Z Germany, Number of institutions - Core equity tier 1 ratio (%) > 20
129 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.DE._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q DE D7110 _Z _Z Z Germany, Number of institutions - Leverage ratio (%) <= 3
130 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.DE._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q DE D7120 _Z _Z Z Germany, Number of institutions - Leverage ratio (%) between 3 - 6
131 Number of institutions - Leverage ratio (%) > 6 SUP.Q.DE._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q DE D7130 _Z _Z Z Germany, Number of institutions - Leverage ratio (%) > 6
132 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.EE.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E0000 ALL LE E Estonia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
133 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.EE.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E1000 ALL LE E Estonia, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
134 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.EE.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E1100 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
135 Securitisation positions SUP.Q.EE.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q EE E1300 ALL LE E Estonia, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
136 Exposures to credit risk - Standardised approach (SA) SUP.Q.EE.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E2000 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
137 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.EE.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E2130 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
138 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.EE.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E2135 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
139 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.EE.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E2140 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
140 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.EE.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E2145 ALL LE E
141 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.EE.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E3000 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
142 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.EE.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E324C ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
143 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.EE.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E324E ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
144 Exposures to credit risk - IRB approach - institutions SUP.Q.EE.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E324I ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
145 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.EE.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E324Q ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
146 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.EE.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E4000 ALL LE E Estonia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
147 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.EE.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E5000 ALL LE E Estonia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
148 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.EE._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE D5130 _Z _Z Z Estonia, Number of institutions - Core equity tier 1 ratio (%) <= 10
149 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.EE._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE D5170 _Z _Z Z Estonia, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
150 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.EE._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE D5180 _Z _Z Z Estonia, Number of institutions - Core equity tier 1 ratio (%) > 20
151 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.EE._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q EE D7110 _Z _Z Z Estonia, Number of institutions - Leverage ratio (%) <= 3
152 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.EE._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q EE D7120 _Z _Z Z Estonia, Number of institutions - Leverage ratio (%) between 3 - 6
153 Number of institutions - Leverage ratio (%) > 6 SUP.Q.EE._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q EE D7130 _Z _Z Z Estonia, Number of institutions - Leverage ratio (%) > 6
154 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.ES.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E0000 ALL LE E Spain, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
155 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.ES.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E1000 ALL LE E Spain, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
156 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.ES.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E1100 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
157 Securitisation positions SUP.Q.ES.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q ES E1300 ALL LE E Spain, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
158 Exposures to credit risk - Standardised approach (SA) SUP.Q.ES.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E2000 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
159 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.ES.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E2130 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
160 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.ES.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E2135 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
161 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.ES.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E2140 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
162 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.ES.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E2145 ALL LE E
163 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.ES.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E3000 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
164 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.ES.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E324C ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
165 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.ES.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E324E ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
166 Exposures to credit risk - IRB approach - institutions SUP.Q.ES.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E324I ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
167 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.ES.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E324Q ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
168 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.ES.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E4000 ALL LE E Spain, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
169 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.ES.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E5000 ALL LE E Spain, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
170 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.ES._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES D5130 _Z _Z Z Spain, Number of institutions - Core equity tier 1 ratio (%) <= 10
171 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.ES._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES D5170 _Z _Z Z Spain, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
172 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.ES._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES D5180 _Z _Z Z Spain, Number of institutions - Core equity tier 1 ratio (%) > 20
173 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.ES._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q ES D7110 _Z _Z Z Spain, Number of institutions - Leverage ratio (%) <= 3
174 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.ES._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q ES D7120 _Z _Z Z Spain, Number of institutions - Leverage ratio (%) between 3 - 6
175 Number of institutions - Leverage ratio (%) > 6 SUP.Q.ES._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q ES D7130 _Z _Z Z Spain, Number of institutions - Leverage ratio (%) > 6
176 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.FI.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E0000 ALL LE E Finland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
177 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.FI.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E1000 ALL LE E Finland, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
178 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.FI.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E1100 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
179 Securitisation positions SUP.Q.FI.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q FI E1300 ALL LE E Finland, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
180 Exposures to credit risk - Standardised approach (SA) SUP.Q.FI.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E2000 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
181 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.FI.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E2130 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
182 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.FI.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E2135 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
183 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.FI.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E2140 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
184 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.FI.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E2145 ALL LE E
185 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.FI.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E3000 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
186 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.FI.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E324C ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
187 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.FI.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E324E ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
188 Exposures to credit risk - IRB approach - institutions SUP.Q.FI.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E324I ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
189 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.FI.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E324Q ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
190 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.FI.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E4000 ALL LE E Finland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
191 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.FI.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E5000 ALL LE E Finland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
192 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.FI._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI D5130 _Z _Z Z Finland, Number of institutions - Core equity tier 1 ratio (%) <= 10
193 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.FI._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI D5170 _Z _Z Z Finland, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
194 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.FI._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI D5180 _Z _Z Z Finland, Number of institutions - Core equity tier 1 ratio (%) > 20
195 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.FI._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q FI D7110 _Z _Z Z Finland, Number of institutions - Leverage ratio (%) <= 3
196 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.FI._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q FI D7120 _Z _Z Z Finland, Number of institutions - Leverage ratio (%) between 3 - 6
197 Number of institutions - Leverage ratio (%) > 6 SUP.Q.FI._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q FI D7130 _Z _Z Z Finland, Number of institutions - Leverage ratio (%) > 6
198 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.FR.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E0000 ALL LE E France, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
199 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.FR.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E1000 ALL LE E France, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
200 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.FR.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E1100 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
201 Securitisation positions SUP.Q.FR.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q FR E1300 ALL LE E France, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
202 Exposures to credit risk - Standardised approach (SA) SUP.Q.FR.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E2000 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
203 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.FR.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E2130 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
204 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.FR.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E2135 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
205 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.FR.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E2140 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
206 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.FR.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E2145 ALL LE E
207 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.FR.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E3000 ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
208 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.FR.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E324C ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
209 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.FR.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E324E ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
210 Exposures to credit risk - IRB approach - institutions SUP.Q.FR.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E324I ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
211 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.FR.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E324Q ALL LE E France, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
212 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.FR.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E4000 ALL LE E France, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
213 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.FR.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E5000 ALL LE E France, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
214 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.FR._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR D5130 _Z _Z Z France, Number of institutions - Core equity tier 1 ratio (%) <= 10
215 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.FR._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR D5170 _Z _Z Z France, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
216 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.FR._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR D5180 _Z _Z Z France, Number of institutions - Core equity tier 1 ratio (%) > 20
217 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.FR._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q FR D7110 _Z _Z Z France, Number of institutions - Leverage ratio (%) <= 3
218 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.FR._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q FR D7120 _Z _Z Z France, Number of institutions - Leverage ratio (%) between 3 - 6
219 Number of institutions - Leverage ratio (%) > 6 SUP.Q.FR._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q FR D7130 _Z _Z Z France, Number of institutions - Leverage ratio (%) > 6
220 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.GR.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E0000 ALL LE E Greece, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
221 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.GR.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E1000 ALL LE E Greece, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
222 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.GR.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E1100 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
223 Securitisation positions SUP.Q.GR.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q GR E1300 ALL LE E Greece, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
224 Exposures to credit risk - Standardised approach (SA) SUP.Q.GR.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E2000 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
225 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.GR.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E2130 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
226 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.GR.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E2135 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
227 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.GR.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E2140 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
228 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.GR.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E2145 ALL LE E
229 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.GR.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E3000 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
230 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.GR.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E324C ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
231 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.GR.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E324E ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
232 Exposures to credit risk - IRB approach - institutions SUP.Q.GR.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E324I ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
233 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.GR.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E324Q ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
234 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.GR.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E4000 ALL LE E Greece, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
235 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.GR.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E5000 ALL LE E Greece, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
236 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.GR._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR D5130 _Z _Z Z Greece, Number of institutions - Core equity tier 1 ratio (%) <= 10
237 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.GR._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR D5170 _Z _Z Z Greece, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
238 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.GR._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR D5180 _Z _Z Z Greece, Number of institutions - Core equity tier 1 ratio (%) > 20
239 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.GR._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q GR D7110 _Z _Z Z Greece, Number of institutions - Leverage ratio (%) <= 3
240 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.GR._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q GR D7120 _Z _Z Z Greece, Number of institutions - Leverage ratio (%) between 3 - 6
241 Number of institutions - Leverage ratio (%) > 6 SUP.Q.GR._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q GR D7130 _Z _Z Z Greece, Number of institutions - Leverage ratio (%) > 6
242 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.HR.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E0000 ALL LE E Croatia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
243 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.HR.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E1000 ALL LE E Croatia, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
244 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.HR.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E1100 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
245 Securitisation positions SUP.Q.HR.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E1300 ALL LE E Croatia, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
246 Exposures to credit risk - Standardised approach (SA) SUP.Q.HR.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E2000 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
247 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.HR.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E2130 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
248 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.HR.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E2135 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
249 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.HR.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E2140 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
250 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.HR.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E2145 ALL LE E
251 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.HR.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E3000 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
252 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.HR.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E324C ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
253 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.HR.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E324E ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
254 Exposures to credit risk - IRB approach - institutions SUP.Q.HR.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E324I ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
255 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.HR.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E324Q ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
256 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.HR.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E4000 ALL LE E Croatia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
257 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.HR.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E5000 ALL LE E Croatia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
258 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.HR._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR D5130 _Z _Z Z Croatia, Number of institutions - Core equity tier 1 ratio (%) <= 10
259 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.HR._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR D5170 _Z _Z Z Croatia, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
260 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.HR._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR D5180 _Z _Z Z Croatia, Number of institutions - Core equity tier 1 ratio (%) > 20
261 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.HR._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR D7110 _Z _Z Z Croatia, Number of institutions - Leverage ratio (%) <= 3
262 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.HR._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR D7120 _Z _Z Z Croatia, Number of institutions - Leverage ratio (%) between 3 - 6
263 Number of institutions - Leverage ratio (%) > 6 SUP.Q.HR._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR D7130 _Z _Z Z Croatia, Number of institutions - Leverage ratio (%) > 6
264 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.IE.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E0000 ALL LE E Ireland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
265 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.IE.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E1000 ALL LE E Ireland, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
266 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.IE.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E1100 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
267 Securitisation positions SUP.Q.IE.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q IE E1300 ALL LE E Ireland, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
268 Exposures to credit risk - Standardised approach (SA) SUP.Q.IE.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E2000 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
269 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.IE.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E2130 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
270 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.IE.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E2135 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
271 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.IE.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E2140 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
272 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.IE.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E2145 ALL LE E
273 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.IE.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E3000 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
274 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.IE.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E324C ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
275 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.IE.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E324E ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
276 Exposures to credit risk - IRB approach - institutions SUP.Q.IE.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E324I ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
277 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.IE.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E324Q ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
278 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.IE.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E4000 ALL LE E Ireland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
279 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.IE.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E5000 ALL LE E Ireland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
280 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.IE._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE D5130 _Z _Z Z Ireland, Number of institutions - Core equity tier 1 ratio (%) <= 10
281 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.IE._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE D5170 _Z _Z Z Ireland, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
282 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.IE._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE D5180 _Z _Z Z Ireland, Number of institutions - Core equity tier 1 ratio (%) > 20
283 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.IE._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q IE D7110 _Z _Z Z Ireland, Number of institutions - Leverage ratio (%) <= 3
284 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.IE._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q IE D7120 _Z _Z Z Ireland, Number of institutions - Leverage ratio (%) between 3 - 6
285 Number of institutions - Leverage ratio (%) > 6 SUP.Q.IE._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q IE D7130 _Z _Z Z Ireland, Number of institutions - Leverage ratio (%) > 6
286 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.IT.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E0000 ALL LE E Italy, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
287 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.IT.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E1000 ALL LE E Italy, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
288 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.IT.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E1100 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
289 Securitisation positions SUP.Q.IT.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q IT E1300 ALL LE E Italy, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
290 Exposures to credit risk - Standardised approach (SA) SUP.Q.IT.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E2000 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
291 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.IT.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E2130 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
292 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.IT.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E2135 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
293 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.IT.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E2140 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
294 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.IT.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E2145 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
295 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.IT.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E3000 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
296 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.IT.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E324C ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
297 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.IT.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E324E ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
298 Exposures to credit risk - IRB approach - institutions SUP.Q.IT.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E324I ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
299 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.IT.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E324Q ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
300 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.IT.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E4000 ALL LE E Italy, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
301 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.IT.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E5000 ALL LE E Italy, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
302 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.IT._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT D5130 _Z _Z Z Italy, Number of institutions - Core equity tier 1 ratio (%) <= 10
303 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.IT._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT D5170 _Z _Z Z Italy, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
304 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.IT._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT D5180 _Z _Z Z Italy, Number of institutions - Core equity tier 1 ratio (%) > 20
305 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.IT._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q IT D7110 _Z _Z Z Italy, Number of institutions - Leverage ratio (%) <= 3
306 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.IT._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q IT D7120 _Z _Z Z Italy, Number of institutions - Leverage ratio (%) between 3 - 6
307 Number of institutions - Leverage ratio (%) > 6 SUP.Q.IT._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q IT D7130 _Z _Z Z Italy, Number of institutions - Leverage ratio (%) > 6
308 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.LT.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E0000 ALL LE E Lithuania, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
309 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.LT.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E1000 ALL LE E Lithuania, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
310 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.LT.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E1100 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
311 Securitisation positions SUP.Q.LT.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q LT E1300 ALL LE E Lithuania, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
312 Exposures to credit risk - Standardised approach (SA) SUP.Q.LT.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E2000 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
313 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.LT.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E2130 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
314 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.LT.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E2135 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
315 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.LT.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E2140 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
316 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.LT.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E2145 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
317 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.LT.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E3000 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
318 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.LT.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E324C ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
319 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.LT.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E324E ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
320 Exposures to credit risk - IRB approach - institutions SUP.Q.LT.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E324I ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
321 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.LT.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E324Q ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
322 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.LT.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E4000 ALL LE E Lithuania, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
323 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.LT.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E5000 ALL LE E Lithuania, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
324 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.LT._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT D5130 _Z _Z Z Lithuania, Number of institutions - Core equity tier 1 ratio (%) <= 10
325 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.LT._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT D5170 _Z _Z Z Lithuania, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
326 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.LT._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT D5180 _Z _Z Z Lithuania, Number of institutions - Core equity tier 1 ratio (%) > 20
327 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.LT._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LT D7110 _Z _Z Z Lithuania, Number of institutions - Leverage ratio (%) <= 3
328 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.LT._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LT D7120 _Z _Z Z Lithuania, Number of institutions - Leverage ratio (%) between 3 - 6
329 Number of institutions - Leverage ratio (%) > 6 SUP.Q.LT._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LT D7130 _Z _Z Z Lithuania, Number of institutions - Leverage ratio (%) > 6
330 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.LU.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E0000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
331 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.LU.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E1000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
332 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.LU.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E1100 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
333 Securitisation positions SUP.Q.LU.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q LU E1300 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
334 Exposures to credit risk - Standardised approach (SA) SUP.Q.LU.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E2000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
335 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.LU.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E2130 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
336 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.LU.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E2135 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
337 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.LU.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E2140 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
338 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.LU.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E2145 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
339 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.LU.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E3000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
340 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.LU.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E324C ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
341 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.LU.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E324E ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
342 Exposures to credit risk - IRB approach - institutions SUP.Q.LU.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E324I ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
343 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.LU.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E324Q ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
344 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.LU.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E4000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
345 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.LU.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E5000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
346 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.LU._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU D5130 _Z _Z Z Luxembourg, Number of institutions - Core equity tier 1 ratio (%) <= 10
347 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.LU._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU D5170 _Z _Z Z Luxembourg, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
348 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.LU._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU D5180 _Z _Z Z Luxembourg, Number of institutions - Core equity tier 1 ratio (%) > 20
349 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.LU._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LU D7110 _Z _Z Z Luxembourg, Number of institutions - Leverage ratio (%) <= 3
350 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.LU._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LU D7120 _Z _Z Z Luxembourg, Number of institutions - Leverage ratio (%) between 3 - 6
351 Number of institutions - Leverage ratio (%) > 6 SUP.Q.LU._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LU D7130 _Z _Z Z Luxembourg, Number of institutions - Leverage ratio (%) > 6
352 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.LV.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E0000 ALL LE E Latvia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
353 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.LV.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E1000 ALL LE E Latvia, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
354 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.LV.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E1100 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
355 Securitisation positions SUP.Q.LV.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q LV E1300 ALL LE E Latvia, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
356 Exposures to credit risk - Standardised approach (SA) SUP.Q.LV.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E2000 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
357 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.LV.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E2130 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
358 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.LV.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E2135 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
359 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.LV.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E2140 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
360 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.LV.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E2145 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
361 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.LV.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E3000 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
362 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.LV.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E324C ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
363 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.LV.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E324E ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
364 Exposures to credit risk - IRB approach - institutions SUP.Q.LV.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E324I ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
365 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.LV.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E324Q ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
366 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.LV.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E4000 ALL LE E Latvia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
367 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.LV.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E5000 ALL LE E Latvia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
368 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.LV._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV D5130 _Z _Z Z Latvia, Number of institutions - Core equity tier 1 ratio (%) <= 10
369 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.LV._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV D5170 _Z _Z Z Latvia, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
370 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.LV._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV D5180 _Z _Z Z Latvia, Number of institutions - Core equity tier 1 ratio (%) > 20
371 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.LV._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LV D7110 _Z _Z Z Latvia, Number of institutions - Leverage ratio (%) <= 3
372 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.LV._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LV D7120 _Z _Z Z Latvia, Number of institutions - Leverage ratio (%) between 3 - 6
373 Number of institutions - Leverage ratio (%) > 6 SUP.Q.LV._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q LV D7130 _Z _Z Z Latvia, Number of institutions - Leverage ratio (%) > 6
374 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.MT.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E0000 ALL LE E Malta, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
375 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.MT.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E1000 ALL LE E Malta, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
376 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.MT.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E1100 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
377 Securitisation positions SUP.Q.MT.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q MT E1300 ALL LE E Malta, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
378 Exposures to credit risk - Standardised approach (SA) SUP.Q.MT.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E2000 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
379 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.MT.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E2130 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
380 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.MT.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E2135 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
381 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.MT.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E2140 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
382 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.MT.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E2145 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
383 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.MT.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E3000 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
384 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.MT.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E324C ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
385 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.MT.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E324E ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
386 Exposures to credit risk - IRB approach - institutions SUP.Q.MT.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E324I ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
387 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.MT.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E324Q ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
388 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.MT.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E4000 ALL LE E Malta, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
389 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.MT.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E5000 ALL LE E Malta, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
390 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.MT._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT D5130 _Z _Z Z Malta, Number of institutions - Core equity tier 1 ratio (%) <= 10
391 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.MT._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT D5170 _Z _Z Z Malta, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
392 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.MT._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT D5180 _Z _Z Z Malta, Number of institutions - Core equity tier 1 ratio (%) > 20
393 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.MT._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q MT D7110 _Z _Z Z Malta, Number of institutions - Leverage ratio (%) <= 3
394 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.MT._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q MT D7120 _Z _Z Z Malta, Number of institutions - Leverage ratio (%) between 3 - 6
395 Number of institutions - Leverage ratio (%) > 6 SUP.Q.MT._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q MT D7130 _Z _Z Z Malta, Number of institutions - Leverage ratio (%) > 6
396 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.NL.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E0000 ALL LE E Netherlands, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
397 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.NL.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E1000 ALL LE E Netherlands, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
398 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.NL.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E1100 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
399 Securitisation positions SUP.Q.NL.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q NL E1300 ALL LE E Netherlands, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
400 Exposures to credit risk - Standardised approach (SA) SUP.Q.NL.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E2000 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
401 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.NL.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E2130 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
402 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.NL.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E2135 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
403 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.NL.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E2140 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail, All exposures, Closing balance sheet/Positions/Stocks, Euro
404 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.NL.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E2145 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
405 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.NL.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E3000 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
406 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.NL.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E324C ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
407 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.NL.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E324E ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
408 Exposures to credit risk - IRB approach - institutions SUP.Q.NL.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E324I ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
409 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.NL.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E324Q ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
410 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.NL.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E4000 ALL LE E Netherlands, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
411 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.NL.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E5000 ALL LE E Netherlands, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
412 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.NL._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL D5130 _Z _Z Z Netherlands, Number of institutions - Core equity tier 1 ratio (%) <= 10
413 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.NL._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL D5170 _Z _Z Z Netherlands, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
414 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.NL._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL D5180 _Z _Z Z Netherlands, Number of institutions - Core equity tier 1 ratio (%) > 20
415 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.NL._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q NL D7110 _Z _Z Z Netherlands, Number of institutions - Leverage ratio (%) <= 3
416 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.NL._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q NL D7120 _Z _Z Z Netherlands, Number of institutions - Leverage ratio (%) between 3 - 6
417 Number of institutions - Leverage ratio (%) > 6 SUP.Q.NL._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q NL D7130 _Z _Z Z Netherlands, Number of institutions - Leverage ratio (%) > 6
418 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.PT.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E0000 ALL LE E Portugal, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
419 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.PT.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E1000 ALL LE E Portugal, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
420 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.PT.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E1100 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
421 Securitisation positions SUP.Q.PT.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q PT E1300 ALL LE E Portugal, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
422 Exposures to credit risk - Standardised approach (SA) SUP.Q.PT.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E2000 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
423 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.PT.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E2130 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
424 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.PT.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E2135 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
425 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.PT.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E2140 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
426 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.PT.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E2145 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
427 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.PT.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E3000 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
428 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.PT.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E324C ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
429 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.PT.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E324E ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
430 Exposures to credit risk - IRB approach - institutions SUP.Q.PT.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E324I ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
431 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.PT.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E324Q ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
432 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.PT.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E4000 ALL LE E Portugal, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
433 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.PT.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E5000 ALL LE E Portugal, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
434 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.PT._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT D5130 _Z _Z Z Portugal, Number of institutions - Core equity tier 1 ratio (%) <= 10
435 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.PT._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT D5170 _Z _Z Z Portugal, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
436 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.PT._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT D5180 _Z _Z Z Portugal, Number of institutions - Core equity tier 1 ratio (%) > 20
437 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.PT._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q PT D7110 _Z _Z Z Portugal, Number of institutions - Leverage ratio (%) <= 3
438 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.PT._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q PT D7120 _Z _Z Z Portugal, Number of institutions - Leverage ratio (%) between 3 - 6
439 Number of institutions - Leverage ratio (%) > 6 SUP.Q.PT._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q PT D7130 _Z _Z Z Portugal, Number of institutions - Leverage ratio (%) > 6
440 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.SI.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E0000 ALL LE E Slovenia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
441 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.SI.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E1000 ALL LE E Slovenia, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
442 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.SI.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E1100 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
443 Securitisation positions SUP.Q.SI.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q SI E1300 ALL LE E Slovenia, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
444 Exposures to credit risk - Standardised approach (SA) SUP.Q.SI.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E2000 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
445 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.SI.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E2130 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
446 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.SI.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E2135 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
447 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.SI.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E2140 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
448 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.SI.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E2145 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
449 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.SI.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E3000 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
450 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.SI.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E324C ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
451 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.SI.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E324E ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
452 Exposures to credit risk - IRB approach - institutions SUP.Q.SI.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E324I ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
453 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.SI.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E324Q ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
454 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.SI.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E4000 ALL LE E Slovenia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
455 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.SI.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E5000 ALL LE E Slovenia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
456 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.SI._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI D5130 _Z _Z Z Slovenia, Number of institutions - Core equity tier 1 ratio (%) <= 10
457 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.SI._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI D5170 _Z _Z Z Slovenia, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
458 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.SI._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI D5180 _Z _Z Z Slovenia, Number of institutions - Core equity tier 1 ratio (%) > 20
459 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.SI._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q SI D7110 _Z _Z Z Slovenia, Number of institutions - Leverage ratio (%) <= 3
460 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.SI._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q SI D7120 _Z _Z Z Slovenia, Number of institutions - Leverage ratio (%) between 3 - 6
461 Number of institutions - Leverage ratio (%) > 6 SUP.Q.SI._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q SI D7130 _Z _Z Z Slovenia, Number of institutions - Leverage ratio (%) > 6
462 TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES SUP.Q.SK.W0._Z.E0000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E0000 ALL LE E Slovakia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT / TOTAL EXPOSURES, All exposures, Closing balance sheet/Positions/Stocks, Euro
463 TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES SUP.Q.SK.W0._Z.E1000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E1000 ALL LE E Slovakia, World (all entities, including reference area, including IO), TOTAL EXPOSURES FOR CREDIT, COUNTERPARTY CREDIT AND DILUTION RISKS AND FREE DELIVERIES, All exposures, Closing balance sheet/Positions/Stocks, Euro
464 Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP SUP.Q.SK.W0._Z.E1100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E1100 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Risk exposure amount for contributions to the default fund of a CCP, All exposures, Closing balance sheet/Positions/Stocks, Euro
465 Securitisation positions SUP.Q.SK.W0._Z.E1300._T._Z._Z.ALL.LE.E.C 2020Q1 2022Q3 2023-01-11 10:00:00 Q SK E1300 ALL LE E Slovakia, World (all entities, including reference area, including IO), Securitisation positions, All exposures, Closing balance sheet/Positions/Stocks, Euro
466 Exposures to credit risk - Standardised approach (SA) SUP.Q.SK.W0._Z.E2000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E2000 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
467 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions SUP.Q.SK.W0._Z.E2130._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E2130 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
468 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates SUP.Q.SK.W0._Z.E2135._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E2135 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Corporates, All exposures, Closing balance sheet/Positions/Stocks, Euro
469 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Retail SUP.Q.SK.W0._Z.E2140._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E2140 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
470 Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property SUP.Q.SK.W0._Z.E2145._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E2145 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Standardised approach (SA) - SA exposure classes excluding securitisation positions - Secured by mortgages on immovable property, All exposures, Closing balance sheet/Positions/Stocks, Euro
471 Exposures to credit risk - Internal ratings based Approach (IRB) SUP.Q.SK.W0._Z.E3000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E3000 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - Internal ratings based Approach (IRB), All exposures, Closing balance sheet/Positions/Stocks, Euro
472 Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other) SUP.Q.SK.W0._Z.E324C._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E324C ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - corporates (SME, specialised lending and other), All exposures, Closing balance sheet/Positions/Stocks, Euro
473 Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME) SUP.Q.SK.W0._Z.E324E._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E324E ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (secured by real estate property SME and non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
474 Exposures to credit risk - IRB approach - institutions SUP.Q.SK.W0._Z.E324I._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E324I ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - institutions, All exposures, Closing balance sheet/Positions/Stocks, Euro
475 Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME) SUP.Q.SK.W0._Z.E324Q._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E324Q ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to credit risk - IRB approach - retail (qualifying revolving, other SME and other non-SME), All exposures, Closing balance sheet/Positions/Stocks, Euro
476 TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY SUP.Q.SK.W0._Z.E4000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E4000 ALL LE E Slovakia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR SETTLEMENT/DELIVERY, All exposures, Closing balance sheet/Positions/Stocks, Euro
477 TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS SUP.Q.SK.W0._Z.E5000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E5000 ALL LE E Slovakia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR POSITION, FOREIGN EXCHANGE AND COMMODITIES RISKS, All exposures, Closing balance sheet/Positions/Stocks, Euro
478 Number of institutions - Core equity tier 1 ratio (%) <= 10 SUP.Q.SK._Z._Z.D5130._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK D5130 _Z _Z Z Slovakia, Number of institutions - Core equity tier 1 ratio (%) <= 10
479 Number of institutions - Core equity tier 1 ratio (%) between 10 - 20 SUP.Q.SK._Z._Z.D5170._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK D5170 _Z _Z Z Slovakia, Number of institutions - Core equity tier 1 ratio (%) between 10 - 20
480 Number of institutions - Core equity tier 1 ratio (%) > 20 SUP.Q.SK._Z._Z.D5180._T._Z._Z._Z._Z.Z.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK D5180 _Z _Z Z Slovakia, Number of institutions - Core equity tier 1 ratio (%) > 20
481 Number of institutions - Leverage ratio (%) <= 3 SUP.Q.SK._Z._Z.D7110._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q SK D7110 _Z _Z Z Slovakia, Number of institutions - Leverage ratio (%) <= 3
482 Number of institutions - Leverage ratio (%) between 3 - 6 SUP.Q.SK._Z._Z.D7120._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q SK D7120 _Z _Z Z Slovakia, Number of institutions - Leverage ratio (%) between 3 - 6
483 Number of institutions - Leverage ratio (%) > 6 SUP.Q.SK._Z._Z.D7130._T._Z._Z._Z._Z.Z.C 2016Q3 2022Q3 2023-01-11 10:00:00 Q SK D7130 _Z _Z Z Slovakia, Number of institutions - Leverage ratio (%) > 6
484 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.AT.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E5100 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
485 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.AT.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E5200 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
486 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.AT.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E6000 ALL LE E Austria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
487 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.AT.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E6100 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
488 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.AT.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E6200 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
489 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.AT.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E6300 ALL LE E Austria, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
490 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.AT.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E7000 ALL LE E Austria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
491 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.AT.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT E9300 ALL LE E Austria, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
492 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.AT._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
493 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.AT._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
494 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.AT._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
495 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.AT._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
496 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.AT._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
497 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.AT._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
498 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.AT._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
499 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.AT._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
500 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.AT._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
501 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.AT._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
502 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.AT._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
503 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.AT._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
504 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.AT._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
505 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.AT._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
506 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.BE._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
507 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.BE._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
508 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.BE._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
509 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.BE._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
510 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.BE._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
511 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.BE._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
512 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.BE._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
513 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.BE._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
514 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.BE._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
515 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.BE._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
516 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.BE._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
517 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.BE._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
518 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.BE._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
519 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.BE._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
520 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.CH._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
521 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.CH._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
522 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.CH._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
523 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.CH._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
524 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CH._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
525 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.CH._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
526 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.CH._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
527 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.CH._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
528 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.CH._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
529 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.CH._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
530 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.CH._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
531 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CH._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
532 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.CH._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
533 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.CH._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
534 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.CZ._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
535 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.CZ._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
536 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.CZ._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
537 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.CZ._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
538 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CZ._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
539 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.CZ._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
540 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.CZ._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
541 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.CZ._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
542 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.CZ._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
543 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.CZ._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
544 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.CZ._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
545 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CZ._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
546 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.CZ._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
547 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.CZ._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
548 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.DE._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
549 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.DE._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
550 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.DE._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
551 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.DE._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
552 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.DE._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
553 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.DE._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
554 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.DE._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
555 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.DE._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
556 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.DE._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
557 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.DE._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
558 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.DE._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
559 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.DE._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
560 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.DE._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
561 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.DE._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
562 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.ES._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
563 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.ES._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
564 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.ES._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
565 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.ES._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
566 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.ES._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
567 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.ES._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
568 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.ES._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
569 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.ES._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
570 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.ES._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
571 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.ES._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
572 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.ES._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
573 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.ES._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
574 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.ES._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
575 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.ES._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
576 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.FI._Z.EL001._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
577 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.FI._Z.EL002._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
578 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.FI._Z.EL003._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
579 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.FI._Z.EL004._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
580 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FI._Z.EL005._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
581 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.FI._Z.EL006._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
582 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.FI._Z.EL007._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
583 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.FI._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
584 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.FI._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
585 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.FI._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
586 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.FI._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
587 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FI._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
588 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.FI._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
589 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.FI._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
590 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.FR._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
591 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.FR._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
592 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.FR._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
593 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.FR._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
594 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FR._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
595 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.FR._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
596 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.FR._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
597 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.FR._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
598 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.FR._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
599 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.FR._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
600 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.FR._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
601 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FR._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
602 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.FR._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
603 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.FR._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
604 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.GB._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
605 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.GB._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
606 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.GB._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
607 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.GB._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
608 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.GB._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
609 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.GB._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
610 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.GB._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
611 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.GB._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
612 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.GB._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
613 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.GB._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
614 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.GB._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
615 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.GB._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
616 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.GB._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
617 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.GB._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
618 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.IE._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
619 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.IE._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
620 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.IE._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
621 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.IE._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
622 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.IE._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
623 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.IE._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
624 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.IE._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
625 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.IE._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
626 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.IE._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
627 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.IE._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
628 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.IE._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
629 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.IE._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
630 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.IE._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
631 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.IE._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Ireland, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
632 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.IT._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
633 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.IT._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
634 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.IT._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
635 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.IT._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
636 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.IT._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
637 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.IT._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
638 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.IT._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
639 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.IT._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
640 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.IT._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
641 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.IT._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
642 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.IT._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
643 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.IT._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
644 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.IT._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
645 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.IT._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Italy, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
646 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.JP._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
647 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.JP._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
648 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.JP._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
649 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.JP._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
650 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.JP._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
651 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.JP._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
652 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.JP._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2023-02-02 15:37:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
653 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.JP._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
654 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.JP._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
655 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.JP._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
656 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.JP._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
657 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.JP._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
658 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.JP._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2021-04-08 09:54:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
659 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.JP._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2019Q2 2023-02-02 15:37:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Japan, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
660 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.LU._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
661 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.LU._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
662 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.LU._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
663 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.LU._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
664 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.LU._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
665 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.LU._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
666 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.LU._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
667 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.LU._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
668 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.LU._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
669 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.LU._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
670 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.LU._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
671 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.LU._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
672 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.LU._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
673 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.LU._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Luxembourg, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
674 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.NL._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
675 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.NL._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
676 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.NL._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
677 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.NL._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
678 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.NL._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
679 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.NL._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
680 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.NL._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
681 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.NL._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
682 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.NL._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
683 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.NL._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
684 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.NL._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
685 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.NL._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
686 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.NL._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
687 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.NL._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Netherlands, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
688 Exposure weighted average lgd (%) - institutions (IRB approach) SUP.Q.B01.US._Z.EL001._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL001 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - institutions (IRB approach), Percentage
689 Exposure weighted average lgd (%) - corporates (IRB approach) SUP.Q.B01.US._Z.EL002._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL002 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - corporates (IRB approach), Percentage
690 Exposure weighted average lgd (%) - corporates - SME (IRB approach) SUP.Q.B01.US._Z.EL003._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL003 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - corporates - SME (IRB approach), Percentage
691 Exposure weighted average lgd (%) - retail (IRB approach) SUP.Q.B01.US._Z.EL004._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL004 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - retail (IRB approach), Percentage
692 Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.US._Z.EL005._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL005 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
693 Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.US._Z.EL006._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EL006 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - retail - qualifying revolving (IRB approach), Percentage
694 Exposure weighted average lgd (%) - retail - other (IRB approach) SUP.Q.B01.US._Z.EL007._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EL007 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, Exposure weighted average lgd (%) - retail - other (IRB approach), Percentage
695 PD assigned to the obligor grade or pool (%) - institutions (IRB approach) SUP.Q.B01.US._Z.EPD01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - institutions (IRB approach), Percentage
696 PD assigned to the obligor grade or pool (%) - corporates (IRB approach) SUP.Q.B01.US._Z.EPD02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - corporates (IRB approach), Percentage
697 PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach) SUP.Q.B01.US._Z.EPD03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - corporates - SME (IRB approach), Percentage
698 PD assigned to the obligor grade or pool (%) - retail (IRB approach) SUP.Q.B01.US._Z.EPD04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - retail (IRB approach), Percentage
699 PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.US._Z.EPD05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
700 PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.US._Z.EPD06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EPD06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - retail - qualifying revolving (IRB approach), Percentage
701 PD assigned to the obligor grade or pool (%) - retail - other (IRB approach) SUP.Q.B01.US._Z.EPD07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EPD07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United States, PD assigned to the obligor grade or pool (%) - retail - other (IRB approach), Percentage
702 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.B01.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E5100 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
703 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.B01.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E5200 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
704 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.B01.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E6000 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
705 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.B01.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E6100 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
706 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.B01.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E6200 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
707 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.B01.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E6300 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
708 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.B01.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E7000 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
709 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.B01.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q B01 E9300 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
710 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.BE.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E5100 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
711 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.BE.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E5200 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
712 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.BE.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E6000 ALL LE E Belgium, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
713 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.BE.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E6100 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
714 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.BE.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E6200 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
715 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.BE.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E6300 ALL LE E Belgium, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
716 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.BE.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E7000 ALL LE E Belgium, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
717 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.BE.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q BE E9300 ALL LE E Belgium, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
718 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.BG.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E5100 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
719 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.BG.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E5200 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
720 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.BG.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E6000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
721 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.BG.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E6100 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
722 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.BG.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E6200 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
723 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.BG.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E6300 ALL LE E Bulgaria, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
724 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.BG.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E7000 ALL LE E Bulgaria, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
725 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.BG.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q BG E9300 ALL LE E Bulgaria, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
726 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.CY.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E5100 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
727 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.CY.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E5200 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
728 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.CY.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E6000 ALL LE E Cyprus, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
729 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.CY.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E6100 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
730 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.CY.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E6200 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
731 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.CY.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E6300 ALL LE E Cyprus, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
732 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.CY.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E7000 ALL LE E Cyprus, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
733 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.CY.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q CY E9300 ALL LE E Cyprus, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
734 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.DE.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E5100 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
735 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.DE.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E5200 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
736 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.DE.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E6000 ALL LE E Germany, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
737 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.DE.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E6100 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
738 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.DE.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E6200 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
739 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.DE.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E6300 ALL LE E Germany, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
740 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.DE.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E7000 ALL LE E Germany, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
741 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.DE.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q DE E9300 ALL LE E Germany, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
742 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.EE.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E5100 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
743 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.EE.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E5200 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
744 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.EE.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E6000 ALL LE E Estonia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
745 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.EE.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E6100 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
746 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.EE.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E6200 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
747 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.EE.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E6300 ALL LE E Estonia, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
748 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.EE.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E7000 ALL LE E Estonia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
749 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.EE.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q EE E9300 ALL LE E Estonia, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
750 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.ES.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E5100 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
751 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.ES.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E5200 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
752 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.ES.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E6000 ALL LE E Spain, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
753 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.ES.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E6100 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
754 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.ES.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E6200 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
755 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.ES.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E6300 ALL LE E Spain, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
756 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.ES.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E7000 ALL LE E Spain, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
757 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.ES.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q ES E9300 ALL LE E Spain, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
758 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.FI.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E5100 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
759 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.FI.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E5200 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
760 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.FI.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E6000 ALL LE E Finland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
761 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.FI.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E6100 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
762 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.FI.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E6200 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
763 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.FI.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E6300 ALL LE E Finland, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
764 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.FI.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E7000 ALL LE E Finland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
765 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.FI.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FI E9300 ALL LE E Finland, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
766 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.FR.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E5100 ALL LE E France, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
767 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.FR.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E5200 ALL LE E France, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
768 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.FR.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E6000 ALL LE E France, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
769 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.FR.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E6100 ALL LE E France, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
770 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.FR.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E6200 ALL LE E France, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
771 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.FR.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E6300 ALL LE E France, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
772 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.FR.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E7000 ALL LE E France, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
773 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.FR.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q FR E9300 ALL LE E France, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
774 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.GR.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E5100 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
775 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.GR.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E5200 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
776 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.GR.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E6000 ALL LE E Greece, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
777 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.GR.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E6100 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
778 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.GR.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E6200 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
779 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.GR.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E6300 ALL LE E Greece, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
780 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.GR.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E7000 ALL LE E Greece, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
781 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.GR.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q GR E9300 ALL LE E Greece, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
782 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.HR.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E5100 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
783 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.HR.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E5200 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
784 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.HR.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E6000 ALL LE E Croatia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
785 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.HR.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E6100 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
786 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.HR.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E6200 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
787 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.HR.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E6300 ALL LE E Croatia, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
788 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.HR.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E7000 ALL LE E Croatia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
789 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.HR.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2020Q4 2022Q3 2023-01-11 10:00:00 Q HR E9300 ALL LE E Croatia, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
790 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.IE.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E5100 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
791 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.IE.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E5200 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
792 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.IE.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E6000 ALL LE E Ireland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
793 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.IE.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E6100 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
794 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.IE.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E6200 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
795 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.IE.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E6300 ALL LE E Ireland, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
796 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.IE.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E7000 ALL LE E Ireland, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
797 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.IE.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IE E9300 ALL LE E Ireland, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
798 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.IT.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E5100 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
799 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.IT.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E5200 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
800 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.IT.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E6000 ALL LE E Italy, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
801 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.IT.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E6100 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
802 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.IT.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E6200 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
803 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.IT.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E6300 ALL LE E Italy, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
804 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.IT.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E7000 ALL LE E Italy, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
805 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.IT.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q IT E9300 ALL LE E Italy, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
806 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.LT.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E5100 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
807 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.LT.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E5200 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
808 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.LT.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E6000 ALL LE E Lithuania, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
809 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.LT.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E6100 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
810 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.LT.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E6200 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
811 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.LT.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E6300 ALL LE E Lithuania, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
812 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.LT.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E7000 ALL LE E Lithuania, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
813 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.LT.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LT E9300 ALL LE E Lithuania, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
814 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.LU.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E5100 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
815 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.LU.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E5200 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
816 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.LU.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E6000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
817 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.LU.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E6100 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
818 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.LU.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E6200 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
819 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.LU.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E6300 ALL LE E Luxembourg, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
820 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.LU.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E7000 ALL LE E Luxembourg, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
821 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.LU.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LU E9300 ALL LE E Luxembourg, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
822 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.LV.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E5100 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
823 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.LV.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E5200 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
824 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.LV.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E6000 ALL LE E Latvia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
825 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.LV.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E6100 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
826 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.LV.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E6200 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
827 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.LV.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E6300 ALL LE E Latvia, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
828 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.LV.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E7000 ALL LE E Latvia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
829 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.LV.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q LV E9300 ALL LE E Latvia, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
830 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.MT.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E5100 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
831 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.MT.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E5200 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
832 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.MT.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E6000 ALL LE E Malta, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
833 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.MT.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E6100 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
834 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.MT.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E6200 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
835 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.MT.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E6300 ALL LE E Malta, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
836 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.MT.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E7000 ALL LE E Malta, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
837 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.MT.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q MT E9300 ALL LE E Malta, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
838 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.NL.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E5100 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
839 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.NL.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E5200 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
840 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.NL.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E6000 ALL LE E Netherlands, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
841 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.NL.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E6100 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
842 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.NL.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E6200 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
843 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.NL.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E6300 ALL LE E Netherlands, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
844 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.NL.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E7000 ALL LE E Netherlands, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
845 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.NL.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q NL E9300 ALL LE E Netherlands, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
846 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.PT.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E5100 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
847 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.PT.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E5200 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
848 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.PT.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E6000 ALL LE E Portugal, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
849 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.PT.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E6100 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
850 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.PT.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E6200 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
851 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.PT.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E6300 ALL LE E Portugal, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
852 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.PT.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E7000 ALL LE E Portugal, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
853 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.PT.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q PT E9300 ALL LE E Portugal, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
854 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.SI.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E5100 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
855 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.SI.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E5200 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
856 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.SI.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E6000 ALL LE E Slovenia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
857 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.SI.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E6100 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
858 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.SI.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E6200 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
859 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.SI.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E6300 ALL LE E Slovenia, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
860 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.SI.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E7000 ALL LE E Slovenia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
861 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.SI.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SI E9300 ALL LE E Slovenia, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
862 Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA) SUP.Q.SK.W0._Z.E5100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E5100 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for position, foreign exchange and commodities risks under standardised approaches (SA), All exposures, Closing balance sheet/Positions/Stocks, Euro
863 Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM) SUP.Q.SK.W0._Z.E5200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E5200 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to market risk - Risk exposure amount for Position, foreign exchange and commodities risks under internal models (IM), All exposures, Closing balance sheet/Positions/Stocks, Euro
864 TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ) SUP.Q.SK.W0._Z.E6000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E6000 ALL LE E Slovakia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR OPERATIONAL RISK (OpR ), All exposures, Closing balance sheet/Positions/Stocks, Euro
865 Exposures to operational risk - Basic indicator approach (BIA) SUP.Q.SK.W0._Z.E6100._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E6100 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to operational risk - Basic indicator approach (BIA), All exposures, Closing balance sheet/Positions/Stocks, Euro
866 Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches SUP.Q.SK.W0._Z.E6200._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E6200 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to operational risk - Standardised (STA) / Alternative Standardised (ASA) approaches, All exposures, Closing balance sheet/Positions/Stocks, Euro
867 Exposures to operational risk - Advanced measurement approaches (AMA) SUP.Q.SK.W0._Z.E6300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E6300 ALL LE E Slovakia, World (all entities, including reference area, including IO), Exposures to operational risk - Advanced measurement approaches (AMA), All exposures, Closing balance sheet/Positions/Stocks, Euro
868 TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT SUP.Q.SK.W0._Z.E7000._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E7000 ALL LE E Slovakia, World (all entities, including reference area, including IO), TOTAL RISK EXPOSURE AMOUNT FOR CREDIT VALUATION ADJUSTMENT, All exposures, Closing balance sheet/Positions/Stocks, Euro
869 OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book) SUP.Q.SK.W0._Z.E9300._T._Z._Z.ALL.LE.E.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q SK E9300 ALL LE E Slovakia, World (all entities, including reference area, including IO), OTHER RISK EXPOSURE AMOUNTS (other, due to fixed overheads and related to large exposures in the trading book), All exposures, Closing balance sheet/Positions/Stocks, Euro
870 Risk-weighted exposure amount to the total exposure amount - institutions (standardised approach) SUP.Q.AT.W0._Z.EW130._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW130 _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - institutions (standardised approach), Percentage
871 Risk-weighted exposure amount to the total exposure amount - corporates (standardised approach) SUP.Q.AT.W0._Z.EW135._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW135 _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - corporates (standardised approach), Percentage
872 Risk-weighted exposure amount to the total exposure amount - retail (standardised approach) SUP.Q.AT.W0._Z.EW140._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW140 _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - retail (standardised approach), Percentage
873 Risk-weighted exposure amount to the total exposure amount - secured by mortgages on immovable property (standardised approach) SUP.Q.AT.W0._Z.EW145._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW145 _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - secured by mortgages on immovable property (standardised approach), Percentage
874 Risk-weighted exposure amount to the total exposure amount - corporates (IRB approach) SUP.Q.AT.W0._Z.EW24C._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW24C _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - corporates (IRB approach), Percentage
875 Risk-weighted exposure amount to the total exposure amount - institutions (IRB approach) SUP.Q.AT.W0._Z.EW24I._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW24I _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - institutions (IRB approach), Percentage
876 Risk-weighted exposure amount to the total exposure amount - retail (IRB approach) SUP.Q.AT.W0._Z.EW24Q._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW24Q _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - retail (IRB approach), Percentage
877 Risk-weighted exposure amount to the total exposure amount - retail - secured by real estate (IRB approach) SUP.Q.AT.W0._Z.EW24R._T._Z._Z._Z._Z.PCT.C 2015Q2 2022Q3 2023-01-11 10:00:00 Q AT EW24R _Z _Z PCT Austria, World (all entities, including reference area, including IO), Risk-weighted exposure amount to the total exposure amount - retail - secured by real estate (IRB approach), Percentage
878 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.AT._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - institutions (IRB approach), Percentage
879 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.AT._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - corporates (IRB approach), Percentage
880 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.AT._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - corporates - SME (IRB approach), Percentage
881 Risk weight (%) - retail (IRB approach) SUP.Q.B01.AT._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - retail (IRB approach), Percentage
882 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.AT._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
883 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.AT._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
884 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.AT._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Risk weight (%) - retail - other (IRB approach), Percentage
885 Exposure value - institutions (IRB approach) SUP.Q.B01.AT._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
886 Exposure value - corporates (IRB approach) SUP.Q.B01.AT._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
887 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.AT._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
888 Exposure value - retail (IRB approach) SUP.Q.B01.AT._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
889 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.AT._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
890 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.AT._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-02-02 15:37:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
891 Exposure value - retail - Other (IRB approach) SUP.Q.B01.AT._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Austria, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
892 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.BE._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - institutions (IRB approach), Percentage
893 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.BE._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - corporates (IRB approach), Percentage
894 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.BE._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - corporates - SME (IRB approach), Percentage
895 Risk weight (%) - retail (IRB approach) SUP.Q.B01.BE._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - retail (IRB approach), Percentage
896 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.BE._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
897 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.BE._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
898 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.BE._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Risk weight (%) - retail - other (IRB approach), Percentage
899 Exposure value - institutions (IRB approach) SUP.Q.B01.BE._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
900 Exposure value - corporates (IRB approach) SUP.Q.B01.BE._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
901 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.BE._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
902 Exposure value - retail (IRB approach) SUP.Q.B01.BE._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
903 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.BE._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
904 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.BE._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
905 Exposure value - retail - Other (IRB approach) SUP.Q.B01.BE._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Belgium, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
906 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.CH._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - institutions (IRB approach), Percentage
907 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.CH._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - corporates (IRB approach), Percentage
908 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.CH._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - corporates - SME (IRB approach), Percentage
909 Risk weight (%) - retail (IRB approach) SUP.Q.B01.CH._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - retail (IRB approach), Percentage
910 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CH._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
911 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.CH._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
912 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.CH._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Risk weight (%) - retail - other (IRB approach), Percentage
913 Exposure value - institutions (IRB approach) SUP.Q.B01.CH._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
914 Exposure value - corporates (IRB approach) SUP.Q.B01.CH._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
915 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.CH._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
916 Exposure value - retail (IRB approach) SUP.Q.B01.CH._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
917 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CH._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
918 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.CH._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
919 Exposure value - retail - Other (IRB approach) SUP.Q.B01.CH._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Switzerland, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
920 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.CZ._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - institutions (IRB approach), Percentage
921 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.CZ._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - corporates (IRB approach), Percentage
922 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.CZ._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - corporates - SME (IRB approach), Percentage
923 Risk weight (%) - retail (IRB approach) SUP.Q.B01.CZ._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - retail (IRB approach), Percentage
924 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CZ._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
925 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.CZ._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
926 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.CZ._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Risk weight (%) - retail - other (IRB approach), Percentage
927 Exposure value - institutions (IRB approach) SUP.Q.B01.CZ._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
928 Exposure value - corporates (IRB approach) SUP.Q.B01.CZ._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
929 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.CZ._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
930 Exposure value - retail (IRB approach) SUP.Q.B01.CZ._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
931 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.CZ._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
932 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.CZ._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
933 Exposure value - retail - Other (IRB approach) SUP.Q.B01.CZ._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Czech Republic, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
934 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.DE._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - institutions (IRB approach), Percentage
935 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.DE._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - corporates (IRB approach), Percentage
936 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.DE._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - corporates - SME (IRB approach), Percentage
937 Risk weight (%) - retail (IRB approach) SUP.Q.B01.DE._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - retail (IRB approach), Percentage
938 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.DE._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
939 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.DE._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
940 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.DE._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Risk weight (%) - retail - other (IRB approach), Percentage
941 Exposure value - institutions (IRB approach) SUP.Q.B01.DE._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
942 Exposure value - corporates (IRB approach) SUP.Q.B01.DE._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
943 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.DE._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
944 Exposure value - retail (IRB approach) SUP.Q.B01.DE._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
945 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.DE._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
946 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.DE._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
947 Exposure value - retail - Other (IRB approach) SUP.Q.B01.DE._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Germany, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
948 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.ES._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - institutions (IRB approach), Percentage
949 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.ES._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - corporates (IRB approach), Percentage
950 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.ES._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - corporates - SME (IRB approach), Percentage
951 Risk weight (%) - retail (IRB approach) SUP.Q.B01.ES._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - retail (IRB approach), Percentage
952 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.ES._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
953 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.ES._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
954 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.ES._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Risk weight (%) - retail - other (IRB approach), Percentage
955 Exposure value - institutions (IRB approach) SUP.Q.B01.ES._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
956 Exposure value - corporates (IRB approach) SUP.Q.B01.ES._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
957 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.ES._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
958 Exposure value - retail (IRB approach) SUP.Q.B01.ES._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
959 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.ES._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
960 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.ES._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
961 Exposure value - retail - Other (IRB approach) SUP.Q.B01.ES._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Spain, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
962 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.FI._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - institutions (IRB approach), Percentage
963 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.FI._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - corporates (IRB approach), Percentage
964 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.FI._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - corporates - SME (IRB approach), Percentage
965 Risk weight (%) - retail (IRB approach) SUP.Q.B01.FI._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - retail (IRB approach), Percentage
966 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FI._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
967 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.FI._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
968 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.FI._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Risk weight (%) - retail - other (IRB approach), Percentage
969 Exposure value - institutions (IRB approach) SUP.Q.B01.FI._Z.EV001._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
970 Exposure value - corporates (IRB approach) SUP.Q.B01.FI._Z.EV002._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
971 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.FI._Z.EV003._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
972 Exposure value - retail (IRB approach) SUP.Q.B01.FI._Z.EV004._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
973 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FI._Z.EV005._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
974 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.FI._Z.EV006._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
975 Exposure value - retail - Other (IRB approach) SUP.Q.B01.FI._Z.EV007._T._Z._Z.ALL.LE.E.C 2019Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), Finland, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
976 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.FR._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - institutions (IRB approach), Percentage
977 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.FR._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - corporates (IRB approach), Percentage
978 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.FR._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - corporates - SME (IRB approach), Percentage
979 Risk weight (%) - retail (IRB approach) SUP.Q.B01.FR._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - retail (IRB approach), Percentage
980 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FR._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
981 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.FR._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
982 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.FR._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Risk weight (%) - retail - other (IRB approach), Percentage
983 Exposure value - institutions (IRB approach) SUP.Q.B01.FR._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
984 Exposure value - corporates (IRB approach) SUP.Q.B01.FR._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
985 Exposure value - corporates - SME (IRB approach) SUP.Q.B01.FR._Z.EV003._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV003 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - corporates - SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
986 Exposure value - retail (IRB approach) SUP.Q.B01.FR._Z.EV004._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV004 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - retail (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
987 Exposure value - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.FR._Z.EV005._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV005 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - retail - secured by immovable property - non-SME (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
988 Exposure value - retail - qualifying revolving (IRB approach) SUP.Q.B01.FR._Z.EV006._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV006 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - retail - qualifying revolving (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
989 Exposure value - retail - Other (IRB approach) SUP.Q.B01.FR._Z.EV007._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV007 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), France, Exposure value - retail - Other (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
990 Risk weight (%) - institutions (IRB approach) SUP.Q.B01.GB._Z.ERW01._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW01 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - institutions (IRB approach), Percentage
991 Risk weight (%) - corporates (IRB approach) SUP.Q.B01.GB._Z.ERW02._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW02 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - corporates (IRB approach), Percentage
992 Risk weight (%) - corporates - SME (IRB approach) SUP.Q.B01.GB._Z.ERW03._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW03 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - corporates - SME (IRB approach), Percentage
993 Risk weight (%) - retail (IRB approach) SUP.Q.B01.GB._Z.ERW04._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW04 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - retail (IRB approach), Percentage
994 Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach) SUP.Q.B01.GB._Z.ERW05._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW05 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - retail - secured by immovable property - non-SME (IRB approach), Percentage
995 Risk weight (%) - retail - qualifying revolving (IRB approach) SUP.Q.B01.GB._Z.ERW06._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW06 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - retail - qualifying revolving (IRB approach), Percentage
996 Risk weight (%) - retail - other (IRB approach) SUP.Q.B01.GB._Z.ERW07._T._Z._Z._Z._Z.PCT.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 ERW07 _Z _Z PCT EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Risk weight (%) - retail - other (IRB approach), Percentage
997 Exposure value - institutions (IRB approach) SUP.Q.B01.GB._Z.EV001._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV001 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure value - institutions (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro
998 Exposure value - corporates (IRB approach) SUP.Q.B01.GB._Z.EV002._T._Z._Z.ALL.LE.E.C 2018Q3 2022Q3 2023-01-11 10:00:00 Q B01 EV002 ALL LE E EU countries participating in the Single Supervisory Mechanism (SSM) (changing composition), United Kingdom, Exposure value - corporates (IRB approach), All exposures, Closing balance sheet/Positions/Stocks, Euro