eba-xbridge 1.5.0rc4__tar.gz → 1.5.0rc6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (390) hide show
  1. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/PKG-INFO +50 -1
  2. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/README.rst +49 -0
  3. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/pyproject.toml +1 -1
  4. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/__init__.py +1 -1
  5. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/converter.py +54 -30
  6. eba_xbridge-1.5.0rc6/src/xbridge/exceptions.py +33 -0
  7. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/instance.py +114 -25
  8. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/LICENSE +0 -0
  9. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/__main__.py +0 -0
  10. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/api.py +0 -0
  11. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ae_4.2.json +0 -0
  12. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_cir-680-2014_2017-04-04.json +0 -0
  13. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_cir-680-2014_2018-03-31.json +0 -0
  14. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-005-2020_2021-02-28.json +0 -0
  15. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2014-03-31.json +0 -0
  16. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2014-07-31.json +0 -0
  17. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2016-02-01.json +0 -0
  18. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2016-11-15.json +0 -0
  19. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_cir-680-2014_2017-04-04.json +0 -0
  20. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_cir-680-2014_2018-03-31.json +0 -0
  21. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-005-2020_2021-02-28.json +0 -0
  22. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2014-03-31.json +0 -0
  23. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2014-07-31.json +0 -0
  24. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2016-02-01.json +0 -0
  25. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2016-11-15.json +0 -0
  26. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_its-005-2020_2022-03-01.json +0 -0
  27. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/codis_pillar3_4.1.json +0 -0
  28. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/codis_pillar3_4.2.json +0 -0
  29. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/condis_its-2021-637_2023-05-30.json +0 -0
  30. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_cir-680-2014_2017-04-04.json +0 -0
  31. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_cir-680-2014_2018-07-31.json +0 -0
  32. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_cir-680-2014_2019-11-15.json +0 -0
  33. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_its-005-2020_2020-11-15.json +0 -0
  34. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_its-2014-05_2015-02-16.json +0 -0
  35. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_its-2015-04_2016-01-31.json +0 -0
  36. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_its-2016-03_2016-11-15.json +0 -0
  37. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_con_its-2016-repxx_2016-02-01.json +0 -0
  38. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_corep_4.2.json +0 -0
  39. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_cir-680-2014_2017-04-04.json +0 -0
  40. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_cir-680-2014_2018-07-31.json +0 -0
  41. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_cir-680-2014_2019-11-15.json +0 -0
  42. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_its-005-2020_2020-11-15.json +0 -0
  43. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_its-2014-05_2015-02-16.json +0 -0
  44. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_its-2015-04_2016-01-31.json +0 -0
  45. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_its-2016-03_2016-11-15.json +0 -0
  46. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_ind_its-2016-repxx_2016-02-01.json +0 -0
  47. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_its-005-2020_2022-03-01.json +0 -0
  48. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_cir-680-2014_2017-04-04.json +0 -0
  49. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2013-02_2013-12-01.json +0 -0
  50. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2013-02_2014-03-31.json +0 -0
  51. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2013-02_2014-07-31.json +0 -0
  52. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2014-05_2015-02-16.json +0 -0
  53. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2015-04_2016-01-31.json +0 -0
  54. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2016-03_2016-11-15.json +0 -0
  55. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2016-repxx_2016-02-01.json +0 -0
  56. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_con_its-005-2020_2020-11-15.json +0 -0
  57. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_corep_4.2.json +0 -0
  58. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_ind_its-005-2020_2020-11-15.json +0 -0
  59. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_its-005-2020_2022-03-01.json +0 -0
  60. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_its-005-2020_2024-07-11.json +0 -0
  61. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_cir-680-2014_2017-04-04.json +0 -0
  62. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2013-02_2013-12-01.json +0 -0
  63. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2013-02_2014-03-31.json +0 -0
  64. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2013-02_2014-07-31.json +0 -0
  65. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2014-05_2015-02-16.json +0 -0
  66. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2015-04_2016-01-31.json +0 -0
  67. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2016-03_2016-11-15.json +0 -0
  68. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2016-repxx_2016-02-01.json +0 -0
  69. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_cir-680-2014_2017-04-04.json +0 -0
  70. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_cir-680-2014_2018-07-31.json +0 -0
  71. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_cir-680-2014_2019-11-15.json +0 -0
  72. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2013-02_2013-12-01.json +0 -0
  73. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2013-02_2014-03-31.json +0 -0
  74. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2013-02_2014-07-31.json +0 -0
  75. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2014-05_2015-02-16.json +0 -0
  76. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2015-04_2016-01-31.json +0 -0
  77. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2016-03_2016-11-15.json +0 -0
  78. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_con_its-2016-repxx_2016-02-01.json +0 -0
  79. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_cir-680-2014_2017-04-04.json +0 -0
  80. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_cir-680-2014_2018-07-31.json +0 -0
  81. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_cir-680-2014_2019-11-15.json +0 -0
  82. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_its-005-2020_2020-11-15.json +0 -0
  83. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_its-2015-04_2016-01-31.json +0 -0
  84. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_its-2016-03_2016-11-15.json +0 -0
  85. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_con_its-2016-repxx_2016-02-01.json +0 -0
  86. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_corep_4.2.json +0 -0
  87. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_cir-680-2014_2017-04-04.json +0 -0
  88. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_cir-680-2014_2018-07-31.json +0 -0
  89. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_cir-680-2014_2019-11-15.json +0 -0
  90. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_its-005-2020_2020-11-15.json +0 -0
  91. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_its-2015-04_2016-01-31.json +0 -0
  92. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_its-2016-03_2016-11-15.json +0 -0
  93. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_ind_its-2016-repxx_2016-02-01.json +0 -0
  94. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_its-005-2020_2022-03-01.json +0 -0
  95. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_cir-680-2014_2017-04-04.json +0 -0
  96. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_cir-680-2014_2018-07-31.json +0 -0
  97. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_cir-680-2014_2019-11-15.json +0 -0
  98. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2013-02_2013-12-01.json +0 -0
  99. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2013-02_2014-03-31.json +0 -0
  100. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2013-02_2014-07-31.json +0 -0
  101. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2014-05_2015-02-16.json +0 -0
  102. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2015-04_2016-01-31.json +0 -0
  103. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2016-03_2016-11-15.json +0 -0
  104. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_ind_its-2016-repxx_2016-02-01.json +0 -0
  105. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_cir-680-2014_2017-04-04.json +0 -0
  106. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_cir-680-2014_2018-07-31.json +0 -0
  107. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_cir-680-2014_2019-11-15.json +0 -0
  108. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-005-2020_2020-11-15.json +0 -0
  109. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2013-02_2013-12-01.json +0 -0
  110. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2013-02_2014-03-31.json +0 -0
  111. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2013-02_2014-07-31.json +0 -0
  112. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2014-05_2015-02-16.json +0 -0
  113. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2015-04_2016-01-31.json +0 -0
  114. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2016-03_2016-11-15.json +0 -0
  115. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_con_its-2016-repxx_2016-02-01.json +0 -0
  116. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_corep_4.2.json +0 -0
  117. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_cir-680-2014_2017-04-04.json +0 -0
  118. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_cir-680-2014_2018-07-31.json +0 -0
  119. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_cir-680-2014_2019-11-15.json +0 -0
  120. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-005-2020_2020-11-15.json +0 -0
  121. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2013-02_2013-12-01.json +0 -0
  122. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2013-02_2014-03-31.json +0 -0
  123. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2013-02_2014-07-31.json +0 -0
  124. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2014-05_2015-02-16.json +0 -0
  125. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2015-04_2016-01-31.json +0 -0
  126. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2016-03_2016-11-15.json +0 -0
  127. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_ind_its-2016-repxx_2016-02-01.json +0 -0
  128. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_its-005-2020_2022-03-01.json +0 -0
  129. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_con_cir-680-2014_2018-07-31.json +0 -0
  130. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_con_cir-680-2014_2019-11-15.json +0 -0
  131. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_con_its-005-2020_2020-11-15.json +0 -0
  132. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_corep_4.0.json +0 -0
  133. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_corep_4.2.json +0 -0
  134. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_ind_cir-680-2014_2018-07-31.json +0 -0
  135. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_ind_cir-680-2014_2019-11-15.json +0 -0
  136. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_ind_its-005-2020_2020-11-15.json +0 -0
  137. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_its-005-2020_2022-03-01.json +0 -0
  138. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_cir-680-2014_2017-04-04.json +0 -0
  139. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_cir-680-2014_2018-07-31.json +0 -0
  140. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_cir-680-2014_2019-11-15.json +0 -0
  141. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-005-2020_2020-11-15.json +0 -0
  142. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2013-02_2013-12-01.json +0 -0
  143. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2013-02_2014-03-31.json +0 -0
  144. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2013-02_2014-07-31.json +0 -0
  145. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2014-05_2015-02-16.json +0 -0
  146. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2015-04_2016-01-31.json +0 -0
  147. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2016-03_2016-11-15.json +0 -0
  148. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_con_its-2016-repxx_2016-02-01.json +0 -0
  149. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_corep_4.2.json +0 -0
  150. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_cir-680-2014_2017-04-04.json +0 -0
  151. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_cir-680-2014_2018-07-31.json +0 -0
  152. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_cir-680-2014_2019-11-15.json +0 -0
  153. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-005-2020_2020-11-15.json +0 -0
  154. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2013-02_2013-12-01.json +0 -0
  155. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2013-02_2014-03-31.json +0 -0
  156. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2013-02_2014-07-31.json +0 -0
  157. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2014-05_2015-02-16.json +0 -0
  158. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2015-04_2016-01-31.json +0 -0
  159. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2016-03_2016-11-15.json +0 -0
  160. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_ind_its-2016-repxx_2016-02-01.json +0 -0
  161. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_its-005-2020_2022-03-01.json +0 -0
  162. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_con_cir-680-2014_2018-07-31.json +0 -0
  163. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_con_cir-680-2014_2019-11-15.json +0 -0
  164. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_con_its-005-2020_2020-11-15.json +0 -0
  165. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_corep_4.0.json +0 -0
  166. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_corep_4.2.json +0 -0
  167. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_ind_cir-680-2014_2018-07-31.json +0 -0
  168. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_ind_cir-680-2014_2019-11-15.json +0 -0
  169. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_ind_its-005-2020_2020-11-15.json +0 -0
  170. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_its-005-2020_2022-03-01.json +0 -0
  171. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/covid19_con_gaap_gl-2020-07_2020-06-30.json +0 -0
  172. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/covid19_con_ifrs_gl-2020-07_2020-06-30.json +0 -0
  173. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/covid19_gl-2020-07_2022-06-01.json +0 -0
  174. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/covid19_ind_gaap_gl-2020-07_2020-06-30.json +0 -0
  175. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/covid19_ind_ifrs_gl-2020-07_2020-06-30.json +0 -0
  176. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping.json +0 -0
  177. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_3.4.json +0 -0
  178. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_3.5.json +0 -0
  179. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_4.0.json +0 -0
  180. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_4.1.json +0 -0
  181. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_4.2.json +0 -0
  182. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dora_dora_4.0.json +0 -0
  183. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dora_dora_4.2.json +0 -0
  184. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dora_jc-2023-86_2024-07-11.json +0 -0
  185. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esg_esg_4.1.json +0 -0
  186. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esg_esg_4.2.json +0 -0
  187. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esg_its-2021-637_2023-05-30.json +0 -0
  188. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esgdis_its-2021-637_2023-05-30.json +0 -0
  189. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esgdis_pillar3_4.1.json +0 -0
  190. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esgdis_pillar3_4.2.json +0 -0
  191. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fc_fc_4.2.json +0 -0
  192. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fc_jc-2020-84_2024-07-11.json +0 -0
  193. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/findis_its-2021-637_2023-05-30.json +0 -0
  194. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/findis_pillar3_4.1.json +0 -0
  195. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/findis_pillar3_4.2.json +0 -0
  196. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_gaap_cir-680-2014_2017-04-04.json +0 -0
  197. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_gaap_cir-680-2014_2018-03-31.json +0 -0
  198. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_gaap_cir-680-2014_2019-11-15.json +0 -0
  199. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_gaap_its-005-2020_2020-11-15.json +0 -0
  200. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_ifrs_cir-680-2014_2017-04-04.json +0 -0
  201. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_ifrs_cir-680-2014_2018-03-31.json +0 -0
  202. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_ifrs_cir-680-2014_2019-11-15.json +0 -0
  203. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_con_ifrs_its-005-2020_2020-11-15.json +0 -0
  204. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_finrep_4.2.json +0 -0
  205. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_gaap_cir-680-2014-ind_2017-04-04.json +0 -0
  206. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_gaap_cir-680-2014-ind_2018-03-31.json +0 -0
  207. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_gaap_cir-680-2014-ind_2019-11-15.json +0 -0
  208. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_gaap_its-005-2020-ind_2020-11-15.json +0 -0
  209. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_ifrs_cir-680-2014-ind_2017-04-04.json +0 -0
  210. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_ifrs_cir-680-2014-ind_2018-03-31.json +0 -0
  211. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_ifrs_cir-680-2014-ind_2019-11-15.json +0 -0
  212. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_ind_ifrs_its-005-2020-ind_2020-11-15.json +0 -0
  213. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_its-005-2020_2022-06-01.json +0 -0
  214. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9dp_finrep_4.2.json +0 -0
  215. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2013-02_2013-12-01.json +0 -0
  216. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2013-03_2014-03-31.json +0 -0
  217. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2013-03_2014-07-31.json +0 -0
  218. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2014-05_2015-02-16.json +0 -0
  219. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2015-02_2015-08-31.json +0 -0
  220. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2016-03_2016-11-15.json +0 -0
  221. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_gaap_its-2016-repxx_2016-02-01.json +0 -0
  222. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2013-02_2013-12-01.json +0 -0
  223. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2013-03_2014-03-31.json +0 -0
  224. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2013-03_2014-07-31.json +0 -0
  225. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2014-05_2015-02-16.json +0 -0
  226. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2015-02_2015-08-31.json +0 -0
  227. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2016-03_2016-11-15.json +0 -0
  228. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_con_ifrs_its-2016-repxx_2016-02-01.json +0 -0
  229. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_gaap_its-2014-05_2015-07-03.json +0 -0
  230. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_gaap_its-2015-02-ind_2015-08-31.json +0 -0
  231. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_gaap_its-2016-03-ind_2016-11-15.json +0 -0
  232. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_gaap_its-2016-repxx-ind_2016-02-01.json +0 -0
  233. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_ifrs_its-2014-05_2015-07-03.json +0 -0
  234. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_ifrs_its-2015-02-ind_2015-08-31.json +0 -0
  235. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_ifrs_its-2016-03-ind_2016-11-15.json +0 -0
  236. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep_ind_ifrs_its-2016-repxx-ind_2016-02-01.json +0 -0
  237. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2015-05-29.json +0 -0
  238. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2016-02-01.json +0 -0
  239. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2016-11-15.json +0 -0
  240. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2017-04-04.json +0 -0
  241. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2018-03-31.json +0 -0
  242. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2019-05_2020-06-30.json +0 -0
  243. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_fp_4.2.json +0 -0
  244. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_gl-2019-05_2022-06-01.json +0 -0
  245. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2015-05-29.json +0 -0
  246. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2016-02-01.json +0 -0
  247. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2016-11-15.json +0 -0
  248. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2017-04-04.json +0 -0
  249. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2018-03-31.json +0 -0
  250. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2019-05_2020-06-30.json +0 -0
  251. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsii_con_its-005-2020_2021-02-28.json +0 -0
  252. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsii_gsii_4.2.json +0 -0
  253. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsii_its-005-2020_2022-03-01.json +0 -0
  254. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsiidis_pillar3_4.1.json +0 -0
  255. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsiidis_pillar3_4.2.json +0 -0
  256. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_con_its-002-2021_2021-05-08.json +0 -0
  257. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_if_4.0.json +0 -0
  258. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_if_4.2.json +0 -0
  259. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_ind_its-002-2021_2021-05-08.json +0 -0
  260. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_its-002-2021_2022-03-01.json +0 -0
  261. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class3_con_its-002-2021_2021-05-08.json +0 -0
  262. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class3_if_4.2.json +0 -0
  263. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class3_ind_its-002-2021_2021-05-08.json +0 -0
  264. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class3_its-002-2021_2022-03-01.json +0 -0
  265. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_grouptest_if_4.2.json +0 -0
  266. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_grouptest_its-002-2021_2021-05-08.json +0 -0
  267. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_grouptest_its-002-2021_2022-03-01.json +0 -0
  268. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_tm_if_4.2.json +0 -0
  269. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_tm_its-002-2021_2022-03-01.json +0 -0
  270. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/index.json +0 -0
  271. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ipu_dc-2022-441_2023-05-30.json +0 -0
  272. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ipu_ipu_4.2.json +0 -0
  273. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbb_irrbb_4.2.json +0 -0
  274. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbb_its-2023-03_2023-10-15.json +0 -0
  275. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbb_its-2023-03_2024-02-29.json +0 -0
  276. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbbdis_pillar3_4.1.json +0 -0
  277. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbbdis_pillar3_4.2.json +0 -0
  278. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_its_mica_4.0.json +0 -0
  279. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_mica_4.1.json +0 -0
  280. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_mica_4.2.json +0 -0
  281. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_of_mica_4.1.json +0 -0
  282. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_of_mica_4.2.json +0 -0
  283. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_decisions_its-008-2020_2021-02-28.json +0 -0
  284. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_decisions_its-008-2020_2022-06-01.json +0 -0
  285. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_decisions_mrel_4.2.json +0 -0
  286. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_con_its-006-2020_2021-02-28.json +0 -0
  287. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_ind_its-006-2020_2021-02-28.json +0 -0
  288. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_its-006-2020_2022-06-01.json +0 -0
  289. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_its-006-2020_2024-02-29.json +0 -0
  290. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_its-006-2020_2024-07-11.json +0 -0
  291. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_mrel_4.2.json +0 -0
  292. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mreltlacdis_pillar3_4.1.json +0 -0
  293. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mreltlacdis_pillar3_4.2.json +0 -0
  294. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/notif_impracticability_imprac_4.2.json +0 -0
  295. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/notif_impracticability_its-009-2020_2021-02-28.json +0 -0
  296. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/notif_impracticability_its-009-2020_2022-06-01.json +0 -0
  297. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/p3dh_pillar3_4.1.json +0 -0
  298. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/p3dh_pillar3_4.2.json +0 -0
  299. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/psd_frp_gl-2020-01_2020-02-29.json +0 -0
  300. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/psd_frp_gl-2020-01_2022-06-01.json +0 -0
  301. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/psd_frp_pay_4.2.json +0 -0
  302. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_bm_ci_rem_4.2.json +0 -0
  303. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_bm_gl-2022-06_2022-09-30.json +0 -0
  304. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_bm_if_rem_4.2.json +0 -0
  305. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_dbm_gl-2022-06_2024-07-11.json +0 -0
  306. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_dbm_rem_4.2.json +0 -0
  307. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gap_ci_rem_4.2.json +0 -0
  308. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gap_gl-2022-06_2022-09-30.json +0 -0
  309. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gap_if_rem_4.2.json +0 -0
  310. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gl-2014-07_2020-02-29.json +0 -0
  311. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gl-2014-07_2021-02-28.json +0 -0
  312. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_ci_rem_4.2.json +0 -0
  313. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_gl-2014-07_2020-02-29.json +0 -0
  314. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_gl-2014-07_2021-02-28.json +0 -0
  315. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_gl-2022-06_2022-09-30.json +0 -0
  316. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_if_rem_4.2.json +0 -0
  317. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_hr_country_gl-2022-06_2022-09-30.json +0 -0
  318. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_hr_country_rem_4.2.json +0 -0
  319. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_hr_institution_gl-2022-06_2022-09-30.json +0 -0
  320. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_hr_institution_rem_4.2.json +0 -0
  321. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/remdis_its-2021-637_2023-05-30.json +0 -0
  322. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/remdis_pillar3_4.1.json +0 -0
  323. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/remdis_pillar3_4.2.json +0 -0
  324. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol1_res_4.2.json +0 -0
  325. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol2_res_4.2.json +0 -0
  326. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_cir-2018-1624_2022-06-01.json +0 -0
  327. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_con_cir-2018-1624_2019-04-30.json +0 -0
  328. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_con_cir-2018-1624_2020-06-30.json +0 -0
  329. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_con_cir-2018-1624_2021-07-15.json +0 -0
  330. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_cp-2017-15_2018-07-31.json +0 -0
  331. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_ind_cir-2018-1624_2019-04-30.json +0 -0
  332. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_ind_cir-2018-1624_2020-06-30.json +0 -0
  333. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_ind_cir-2018-1624_2021-07-15.json +0 -0
  334. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_cir-2070-2016_2018-03-31.json +0 -0
  335. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_cp-2014-07_2015-05-29.json +0 -0
  336. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_cp-2014-07_2015-08-31.json +0 -0
  337. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_its-2015-01+2018exercise_2016-11-15.json +0 -0
  338. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_its-2016-svbxx_2016-02-01.json +0 -0
  339. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_cir-2070-2016_2022-06-01.json +0 -0
  340. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_cir-2070-2016_2023-07-31.json +0 -0
  341. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_con_cir-2070-2016_2019-08-31.json +0 -0
  342. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_con_cir-2070-2016_2020-06-30.json +0 -0
  343. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_con_cir-2070-2016_2021-07-15.json +0 -0
  344. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_ind_cir-2070-2016_2019-08-31.json +0 -0
  345. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_ind_cir-2070-2016_2020-06-30.json +0 -0
  346. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_ind_cir-2070-2016_2021-07-15.json +0 -0
  347. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_sbp_4.2.json +0 -0
  348. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ifrs9_cir-2070-2016_2022-06-01.json +0 -0
  349. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ifrs9_cir-2070-2016_2023-07-31.json +0 -0
  350. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ifrs9_sbp_4.2.json +0 -0
  351. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_cir-2070-2016_2018-03-31.json +0 -0
  352. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_cp-2014-07_2015-05-29.json +0 -0
  353. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_cp-2014-07_2015-08-31.json +0 -0
  354. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_its-2015-01+2018exercise_2016-11-15.json +0 -0
  355. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_its-2016-svbxx_2016-02-01.json +0 -0
  356. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_cir-2070-2016_2022-06-01.json +0 -0
  357. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_cir-2070-2016_2023-07-31.json +0 -0
  358. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_con_cir-2070-2016_2019-08-31.json +0 -0
  359. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_con_cir-2070-2016_2020-06-30.json +0 -0
  360. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_con_cir-2070-2016_2021-07-15.json +0 -0
  361. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_ind_cir-2070-2016_2019-08-31.json +0 -0
  362. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_ind_cir-2070-2016_2020-06-30.json +0 -0
  363. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_ind_cir-2070-2016_2021-07-15.json +0 -0
  364. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_sbp_4.2.json +0 -0
  365. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_cir-2070-2016_2022-06-01.json +0 -0
  366. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_cir-2070-2016_2023-07-31.json +0 -0
  367. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2018-03-31.json +0 -0
  368. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2019-08-31.json +0 -0
  369. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2020-06-30.json +0 -0
  370. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2021-07-15.json +0 -0
  371. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2022-06-01.json +0 -0
  372. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cp-2014-07_2015-05-29.json +0 -0
  373. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cp-2014-07_2015-08-31.json +0 -0
  374. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_its-2015-01+2018exercise_2016-11-15.json +0 -0
  375. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_its-2016-svbxx_2016-02-01.json +0 -0
  376. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2018-03-31.json +0 -0
  377. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2019-08-31.json +0 -0
  378. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2020-06-30.json +0 -0
  379. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2021-07-15.json +0 -0
  380. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2022-06-01.json +0 -0
  381. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cp-2014-07_2015-05-29.json +0 -0
  382. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cp-2014-07_2015-08-31.json +0 -0
  383. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_its-2015-01+2018exercise_2016-11-15.json +0 -0
  384. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_its-2016-svbxx_2016-02-01.json +0 -0
  385. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_sbp_4.2.json +0 -0
  386. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sepa_ipr_pay_4.1.json +0 -0
  387. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sepa_ipr_pay_4.2.json +0 -0
  388. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules.py +0 -0
  389. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/py.typed +0 -0
  390. {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/taxonomy_loader.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eba-xbridge
3
- Version: 1.5.0rc4
3
+ Version: 1.5.0rc6
4
4
  Summary: XBRL-XML to XBRL-CSV converter for EBA Taxonomy (version 4.1)
5
5
  License: Apache 2.0
6
6
  License-File: LICENSE
@@ -154,6 +154,55 @@ Customize the conversion with additional parameters:
154
154
  strict_validation=False, # Emit warnings instead of errors for orphaned facts
155
155
  )
156
156
 
157
+ Python API - Handling Warnings
158
+ ------------------------------
159
+
160
+ XBridge emits structured warnings that can be filtered or turned into errors from your code.
161
+ The most common ones are:
162
+
163
+ * ``IdentifierPrefixWarning``: Unknown entity identifier prefix; XBridge falls back to ``rs``.
164
+ * ``FilingIndicatorWarning``: Filing indicator inconsistencies; some facts are excluded.
165
+
166
+ To capture these warnings when using ``convert_instance``:
167
+
168
+ .. code-block:: python
169
+
170
+ import warnings
171
+ from xbridge.api import convert_instance
172
+ from xbridge.exceptions import XbridgeWarning, FilingIndicatorWarning
173
+
174
+ input_path = "path/to/instance.xbrl"
175
+ output_path = "path/to/output"
176
+
177
+ with warnings.catch_warnings(record=True) as caught:
178
+ # Ensure all xbridge warnings are captured
179
+ warnings.simplefilter("always", XbridgeWarning)
180
+
181
+ zip_path = convert_instance(
182
+ instance_path=input_path,
183
+ output_path=output_path,
184
+ validate_filing_indicators=True,
185
+ strict_validation=False, # Warnings instead of errors for orphaned facts
186
+ )
187
+
188
+ filing_warnings = [
189
+ w for w in caught if issubclass(w.category, FilingIndicatorWarning)
190
+ ]
191
+ for w in filing_warnings:
192
+ print(f"Filing indicator warning: {w.message}")
193
+
194
+ To treat all XBridge warnings as errors:
195
+
196
+ .. code-block:: python
197
+
198
+ import warnings
199
+ from xbridge.api import convert_instance
200
+ from xbridge.exceptions import XbridgeWarning
201
+
202
+ with warnings.catch_warnings():
203
+ warnings.simplefilter("error", XbridgeWarning)
204
+ convert_instance("path/to/instance.xbrl", "path/to/output")
205
+
157
206
  Loading an Instance
158
207
  -------------------
159
208
 
@@ -126,6 +126,55 @@ Customize the conversion with additional parameters:
126
126
  strict_validation=False, # Emit warnings instead of errors for orphaned facts
127
127
  )
128
128
 
129
+ Python API - Handling Warnings
130
+ ------------------------------
131
+
132
+ XBridge emits structured warnings that can be filtered or turned into errors from your code.
133
+ The most common ones are:
134
+
135
+ * ``IdentifierPrefixWarning``: Unknown entity identifier prefix; XBridge falls back to ``rs``.
136
+ * ``FilingIndicatorWarning``: Filing indicator inconsistencies; some facts are excluded.
137
+
138
+ To capture these warnings when using ``convert_instance``:
139
+
140
+ .. code-block:: python
141
+
142
+ import warnings
143
+ from xbridge.api import convert_instance
144
+ from xbridge.exceptions import XbridgeWarning, FilingIndicatorWarning
145
+
146
+ input_path = "path/to/instance.xbrl"
147
+ output_path = "path/to/output"
148
+
149
+ with warnings.catch_warnings(record=True) as caught:
150
+ # Ensure all xbridge warnings are captured
151
+ warnings.simplefilter("always", XbridgeWarning)
152
+
153
+ zip_path = convert_instance(
154
+ instance_path=input_path,
155
+ output_path=output_path,
156
+ validate_filing_indicators=True,
157
+ strict_validation=False, # Warnings instead of errors for orphaned facts
158
+ )
159
+
160
+ filing_warnings = [
161
+ w for w in caught if issubclass(w.category, FilingIndicatorWarning)
162
+ ]
163
+ for w in filing_warnings:
164
+ print(f"Filing indicator warning: {w.message}")
165
+
166
+ To treat all XBridge warnings as errors:
167
+
168
+ .. code-block:: python
169
+
170
+ import warnings
171
+ from xbridge.api import convert_instance
172
+ from xbridge.exceptions import XbridgeWarning
173
+
174
+ with warnings.catch_warnings():
175
+ warnings.simplefilter("error", XbridgeWarning)
176
+ convert_instance("path/to/instance.xbrl", "path/to/output")
177
+
129
178
  Loading an Instance
130
179
  -------------------
131
180
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "eba-xbridge"
3
- version = "1.5.0rc4"
3
+ version = "1.5.0rc6"
4
4
  description = "XBRL-XML to XBRL-CSV converter for EBA Taxonomy (version 4.1)"
5
5
  license = 'Apache 2.0'
6
6
  readme = "README.rst"
@@ -2,4 +2,4 @@
2
2
  Init file for eba-xbridge library
3
3
  """
4
4
 
5
- __version__ = "1.5.0rc4"
5
+ __version__ = "1.5.0rc6"
@@ -15,6 +15,7 @@ from zipfile import ZipFile
15
15
 
16
16
  import pandas as pd
17
17
 
18
+ from xbridge.exceptions import DecimalValueError, FilingIndicatorWarning
18
19
  from xbridge.instance import CsvInstance, Instance, XmlInstance
19
20
  from xbridge.modules import Module, Table
20
21
 
@@ -300,17 +301,27 @@ class Converter:
300
301
  if instance_df.empty or table.variable_df is None:
301
302
  return set()
302
303
 
304
+ variable_columns = set(table.variable_columns or [])
303
305
  open_keys = set(table.open_keys)
304
306
 
307
+ # self.instance.instance_df is guaranteed to not be None due to check at line 296
308
+ instance_columns = set(self.instance.instance_df.columns)
309
+
305
310
  datapoint_df = table.variable_df.copy()
306
311
 
307
- # For validation we match minimally on metric (concept) and any open keys present
308
- merge_cols: list[str] = []
309
- if "metric" in datapoint_df.columns and "metric" in instance_df.columns:
310
- merge_cols.append("metric")
311
- merge_cols.extend(
312
- [key for key in open_keys if key in datapoint_df.columns and key in instance_df.columns]
313
- )
312
+ # Handle missing columns by filtering datapoint_df (same as _variable_generator)
313
+ # This prevents requiring dimensions that don't exist in the instance
314
+ missing_cols = list(variable_columns - instance_columns)
315
+ if "data_type" in missing_cols:
316
+ missing_cols.remove("data_type")
317
+ if missing_cols:
318
+ mask = datapoint_df[missing_cols].isnull().all(axis=1)
319
+ datapoint_df = datapoint_df.loc[mask]
320
+ datapoint_df = datapoint_df.drop(columns=missing_cols)
321
+
322
+ # Match on all variable columns (dimensions) to avoid Cartesian product
323
+ # explosion. Consistent with _variable_generator() to prevent OOM.
324
+ merge_cols = list(variable_columns & instance_columns)
314
325
 
315
326
  instance_df = instance_df.copy()
316
327
  instance_df["_idx"] = instance_df.index
@@ -366,31 +377,23 @@ class Converter:
366
377
 
367
378
  data_type = row["data_type"][1:]
368
379
  decimals = row["decimals"]
380
+ normalized_decimals = self._normalize_decimals_value(decimals)
369
381
 
370
382
  if data_type not in self._decimals_parameters:
371
- self._decimals_parameters[data_type] = (
372
- int(decimals) if decimals not in {"INF", "#none"} else decimals
373
- )
383
+ self._decimals_parameters[data_type] = normalized_decimals
374
384
  else:
375
- # If new value is a special value, skip it (prefer numeric values)
376
- if decimals in {"INF", "#none"}:
377
- pass
378
- # If new value is numeric
379
- else:
380
- try:
381
- decimals = int(decimals)
382
- except ValueError:
383
- raise ValueError(
384
- f"Invalid decimals value: {decimals}, "
385
- "should be integer, 'INF' or '#none'"
386
- )
387
-
388
- # If existing value is special, replace with numeric
389
- if (
390
- self._decimals_parameters[data_type] in {"INF", "#none"}
391
- or decimals < self._decimals_parameters[data_type]
392
- ):
393
- self._decimals_parameters[data_type] = decimals
385
+ # Skip special values when we already have an entry,
386
+ # as numeric values take precedence.
387
+ if normalized_decimals in {"INF", "#none"}:
388
+ continue
389
+
390
+ existing_value = self._decimals_parameters[data_type]
391
+ if existing_value in {"INF", "#none"} or (
392
+ isinstance(existing_value, int)
393
+ and isinstance(normalized_decimals, int)
394
+ and normalized_decimals < existing_value
395
+ ):
396
+ self._decimals_parameters[data_type] = normalized_decimals
394
397
 
395
398
  drop_columns = merge_cols + ["data_type", "decimals"]
396
399
  else:
@@ -412,6 +415,23 @@ class Converter:
412
415
 
413
416
  return table_df
414
417
 
418
+ def _normalize_decimals_value(self, decimals: Any) -> Union[int, str]:
419
+ """Return a validated decimals value or raise a DecimalValueError."""
420
+ candidate = decimals
421
+ if isinstance(candidate, str):
422
+ candidate = candidate.strip()
423
+
424
+ if candidate in {"INF", "#none"}:
425
+ return candidate
426
+
427
+ try:
428
+ return int(candidate)
429
+ except (TypeError, ValueError) as exc:
430
+ raise DecimalValueError(
431
+ f"Invalid decimals value: {decimals}, should be integer, 'INF' or '#none'",
432
+ offending_value=decimals,
433
+ ) from exc
434
+
415
435
  def _convert_tables(
416
436
  self,
417
437
  temp_dir_path: Path,
@@ -547,7 +567,11 @@ class Converter:
547
567
  "Consider setting filed=true for the relevant tables "
548
568
  "or removing these facts from the XML."
549
569
  )
550
- warnings.warn(error_msg)
570
+ warnings.warn(
571
+ error_msg,
572
+ category=FilingIndicatorWarning,
573
+ stacklevel=2,
574
+ )
551
575
 
552
576
  def _convert_parameters(self, temp_dir_path: Path) -> None:
553
577
  # Workaround;
@@ -0,0 +1,33 @@
1
+ """Custom exception types for the xbridge package."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import Any, Optional
6
+
7
+
8
+ class SchemaRefValueError(ValueError):
9
+ """Raised when schemaRef validation fails in an XBRL instance."""
10
+
11
+ def __init__(self, error_message: str, offending_value: Optional[Any] = None) -> None:
12
+ super().__init__(error_message)
13
+ self.offending_value = offending_value
14
+
15
+
16
+ class DecimalValueError(ValueError):
17
+ """Raised when decimals metadata contains unsupported values."""
18
+
19
+ def __init__(self, error_message: str, offending_value: Optional[Any] = None) -> None:
20
+ super().__init__(error_message)
21
+ self.offending_value = offending_value
22
+
23
+
24
+ class XbridgeWarning(Warning):
25
+ """Base warning for the xbridge library."""
26
+
27
+
28
+ class IdentifierPrefixWarning(XbridgeWarning):
29
+ """Unknown identifier prefix; defaulting to 'rs'."""
30
+
31
+
32
+ class FilingIndicatorWarning(XbridgeWarning):
33
+ """Facts orphaned by filing indicators; some are excluded."""
@@ -13,6 +13,8 @@ from zipfile import ZipFile
13
13
  import pandas as pd
14
14
  from lxml import etree
15
15
 
16
+ from xbridge.exceptions import IdentifierPrefixWarning, SchemaRefValueError
17
+
16
18
  # Cache namespace → CSV prefix derivations to avoid repeated string work during parse
17
19
  _namespace_prefix_cache: Dict[str, str] = {}
18
20
 
@@ -40,6 +42,49 @@ def _derive_csv_prefix(namespace_uri: str) -> Optional[str]:
40
42
  return prefix
41
43
 
42
44
 
45
+ def _derive_metric_prefix(namespace_uri: str) -> Optional[str]:
46
+ """
47
+ Derive the CSV prefix for metrics from a namespace URI.
48
+
49
+ For metrics, we preserve version suffixes in the prefix:
50
+ - http://www.eba.europa.eu/xbrl/crr/dict/met -> eba_met
51
+ - http://www.eba.europa.eu/xbrl/crr/dict/met/3.5 -> eba_met_3.5
52
+ - http://www.eba.europa.eu/xbrl/crr/dict/met/4.0 -> eba_met_4.0
53
+ """
54
+ if not namespace_uri:
55
+ return None
56
+
57
+ cached = _namespace_prefix_cache.get(f"metric:{namespace_uri}")
58
+ if cached is not None:
59
+ return cached
60
+
61
+ cleaned = namespace_uri.rstrip("#/")
62
+
63
+ # Split the URI into path segments
64
+ segments = cleaned.split("/")
65
+
66
+ # Find the 'met' (metrics) segment and check if there's a version after it
67
+ prefix = None
68
+ for i, segment in enumerate(segments):
69
+ if segment == "met":
70
+ # Check if there's a version suffix (e.g., "3.5", "4.0")
71
+ if i + 1 < len(segments):
72
+ version = segments[i + 1]
73
+ prefix = f"eba_met_{version}"
74
+ else:
75
+ prefix = "eba_met"
76
+ break
77
+
78
+ # If we didn't find 'met', fall back to the standard logic
79
+ if prefix is None:
80
+ prefix = _derive_csv_prefix(namespace_uri)
81
+
82
+ if prefix:
83
+ _namespace_prefix_cache[f"metric:{namespace_uri}"] = prefix
84
+
85
+ return prefix
86
+
87
+
43
88
  def _normalize_namespaced_value(
44
89
  value: Optional[str], nsmap: Dict[Optional[str], str]
45
90
  ) -> Optional[str]:
@@ -67,6 +112,32 @@ def _normalize_namespaced_value(
67
112
  return value
68
113
 
69
114
 
115
+ def _normalize_metric_value(value: Optional[str], nsmap: Dict[Optional[str], str]) -> Optional[str]:
116
+ """
117
+ Normalize a metric namespaced value to the CSV prefix convention.
118
+ For metrics, we preserve version suffixes (e.g., eba_met_3.5, eba_met_4.0).
119
+ Returns the original value if no namespace can be resolved.
120
+ """
121
+ if value is None:
122
+ return None
123
+
124
+ # Clark notation: {uri}local
125
+ if value.startswith("{") and "}" in value:
126
+ uri, local = value[1:].split("}", 1)
127
+ derived = _derive_metric_prefix(uri)
128
+ return f"{derived}:{local}" if derived else value
129
+
130
+ # Prefixed notation: prefix:local
131
+ if ":" in value:
132
+ potential_prefix, local = value.split(":", 1)
133
+ namespace_uri = nsmap.get(potential_prefix)
134
+ if namespace_uri:
135
+ derived = _derive_metric_prefix(namespace_uri)
136
+ return f"{derived}:{local}" if derived else value
137
+
138
+ return value
139
+
140
+
70
141
  class Instance:
71
142
  """
72
143
  Abstract class representing an XBRL instance file.
@@ -110,6 +181,7 @@ class Instance:
110
181
  self._contexts: Optional[Dict[str, Context]] = None
111
182
  self._facts: Optional[List[Fact]] = None
112
183
  self._facts_list_dict: Optional[List[Dict[str, Any]]] = None
184
+ self._df: Optional[pd.DataFrame] = None
113
185
  self._table_files: Optional[set[Path]] = None
114
186
  self._root_folder: Optional[str] = None
115
187
  self._report_file: Optional[Path] = None
@@ -199,7 +271,7 @@ class Instance:
199
271
  """
200
272
  if self.facts_list_dict is None:
201
273
  return
202
- df = pd.DataFrame.from_dict(self.facts_list_dict) # type: ignore[call-overload]
274
+ df = pd.DataFrame(self.facts_list_dict)
203
275
  df_columns = list(df.columns)
204
276
  ##Workaround
205
277
  # Dropping period an entity columns because in current EBA architecture,
@@ -225,7 +297,9 @@ class Instance:
225
297
  (
226
298
  f"{self._identifier_prefix} is not a known identifier prefix. "
227
299
  "Default 'rs' will be used."
228
- )
300
+ ),
301
+ category=IdentifierPrefixWarning,
302
+ stacklevel=2,
229
303
  )
230
304
  return "rs"
231
305
 
@@ -283,16 +357,17 @@ class Instance:
283
357
  raise AttributeError("XML root not loaded.")
284
358
 
285
359
  contexts: Dict[str, Context] = {}
360
+ namespaces: Dict[str, str] = {key or "": value for key, value in self.namespaces.items()}
286
361
  for context in self.root.findall(
287
362
  "{http://www.xbrl.org/2003/instance}context",
288
- self.namespaces, # type: ignore[arg-type]
363
+ namespaces,
289
364
  ):
290
365
  context_object = Context(context)
291
366
  contexts[context_object.id] = context_object
292
367
 
293
368
  self._contexts = contexts
294
369
 
295
- first_ctx = self.root.find("{http://www.xbrl.org/2003/instance}context", self.namespaces) # type: ignore[arg-type]
370
+ first_ctx = self.root.find("{http://www.xbrl.org/2003/instance}context", namespaces)
296
371
  if first_ctx is not None:
297
372
  entity_elem = first_ctx.find("{http://www.xbrl.org/2003/instance}entity")
298
373
  if entity_elem is not None:
@@ -335,7 +410,8 @@ class Instance:
335
410
  href_attr = "{http://www.w3.org/1999/xlink}href"
336
411
  if href_attr not in child.attrib:
337
412
  continue
338
- value: str = child.attrib[href_attr] # type: ignore[assignment]
413
+ raw_value = child.attrib[href_attr]
414
+ value = str(raw_value)
339
415
  schema_refs.append(value)
340
416
 
341
417
  # Validate that only one schemaRef exists
@@ -343,11 +419,14 @@ class Instance:
343
419
  return # No schema reference found, module_ref will remain None
344
420
 
345
421
  if len(schema_refs) > 1:
346
- raise ValueError(
347
- f"Multiple schemaRef elements found in the XBRL instance. "
348
- f"Only one schemaRef is expected, but {len(schema_refs)} "
349
- f"were found: {schema_refs}. "
350
- f"This may indicate an invalid XBRL-XML file."
422
+ raise SchemaRefValueError(
423
+ (
424
+ "Multiple schemaRef elements found in the XBRL instance. "
425
+ f"Only one schemaRef is expected, but {len(schema_refs)} "
426
+ f"were found: {schema_refs}. "
427
+ "This may indicate an invalid XBRL-XML file."
428
+ ),
429
+ offending_value=schema_refs,
351
430
  )
352
431
 
353
432
  # Process the single schema reference
@@ -356,25 +435,34 @@ class Instance:
356
435
 
357
436
  # Validate href format and extract module code
358
437
  if "/mod/" not in value:
359
- raise ValueError(
360
- f"Invalid href format in schemaRef. Expected href to contain '/mod/' "
361
- f"but got: '{value}'. Please verify the XBRL-XML file contains a "
362
- f"valid schema reference."
438
+ raise SchemaRefValueError(
439
+ (
440
+ "Invalid href format in schemaRef. Expected href to contain '/mod/' "
441
+ f"but got: '{value}'. Please verify the XBRL-XML file contains a "
442
+ "valid schema reference."
443
+ ),
444
+ offending_value=value,
363
445
  )
364
446
 
365
447
  split_parts = value.split("/mod/")
366
448
  if len(split_parts) < 2:
367
- raise ValueError(
368
- f"Invalid href format in schemaRef. Could not extract module name from: '{value}'. "
369
- f"Expected format: 'http://.../mod/[module_name].xsd'"
449
+ raise SchemaRefValueError(
450
+ (
451
+ "Invalid href format in schemaRef. Could not extract module name "
452
+ f"from: '{value}'. Expected format: 'http://.../mod/[module_name].xsd'"
453
+ ),
454
+ offending_value=value,
370
455
  )
371
456
 
372
457
  module_part = split_parts[1]
373
458
  if ".xsd" not in module_part:
374
- raise ValueError(
375
- f"Invalid href format in schemaRef. Expected href to end with '.xsd' "
376
- f"but got: '{value}'. Please verify the XBRL-XML file contains a valid "
377
- f"schema reference."
459
+ raise SchemaRefValueError(
460
+ (
461
+ "Invalid href format in schemaRef. Expected href to end with '.xsd' "
462
+ f"but got: '{value}'. Please verify the XBRL-XML file contains a valid "
463
+ "schema reference."
464
+ ),
465
+ offending_value=value,
378
466
  )
379
467
 
380
468
  xsd_split = module_part.split(".xsd")
@@ -414,7 +502,8 @@ class Instance:
414
502
 
415
503
  units: Dict[str, str] = {}
416
504
  for unit in self.root.findall("{http://www.xbrl.org/2003/instance}unit"):
417
- unit_name: str = unit.attrib["id"] # type: ignore[assignment]
505
+ unit_id = unit.attrib["id"]
506
+ unit_name = str(unit_id)
418
507
  measure = unit.find("{http://www.xbrl.org/2003/instance}measure")
419
508
  if measure is None or measure.text is None:
420
509
  continue
@@ -668,7 +757,7 @@ class Context:
668
757
 
669
758
  def parse(self) -> None:
670
759
  """Parses the XML node with the :obj:`Context <xbridge.xml_instance.Context>`."""
671
- self._id = self.context_xml.attrib["id"] # type: ignore[assignment]
760
+ self._id = str(self.context_xml.attrib["id"])
672
761
 
673
762
  entity_elem = self.context_xml.find("{http://www.xbrl.org/2003/instance}entity")
674
763
  if entity_elem is not None:
@@ -728,8 +817,8 @@ class Fact:
728
817
  def __dict__(self) -> Dict[str, Any]: # type: ignore[override]
729
818
  metric_clean = ""
730
819
  if self.metric:
731
- # Normalize metric to use consistent eba_* prefix like other dimensions
732
- metric_clean = _normalize_namespaced_value(self.metric, self.fact_xml.nsmap) or ""
820
+ # Normalize metric using metric-specific logic that preserves version suffixes
821
+ metric_clean = _normalize_metric_value(self.metric, self.fact_xml.nsmap) or ""
733
822
  # If still in Clark notation, extract the local name
734
823
  if metric_clean.startswith("{") and "}" in metric_clean:
735
824
  metric_clean = metric_clean.split("}", 1)[1]
File without changes