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.
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/PKG-INFO +50 -1
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/README.rst +49 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/pyproject.toml +1 -1
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/__init__.py +1 -1
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/converter.py +54 -30
- eba_xbridge-1.5.0rc6/src/xbridge/exceptions.py +33 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/instance.py +114 -25
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/LICENSE +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/__main__.py +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/api.py +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ae_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_cir-680-2014_2017-04-04.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_cir-680-2014_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-005-2020_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2014-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2014-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2016-11-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_cir-680-2014_2017-04-04.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_cir-680-2014_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-005-2020_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2014-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2014-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2016-11-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_its-005-2020_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/codis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/codis_pillar3_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/condis_its-2021-637_2023-05-30.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_corep_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_alm_its-005-2020_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_cir-680-2014_2017-04-04.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2013-02_2013-12-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2013-02_2014-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2013-02_2014-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2014-05_2015-02-16.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2015-04_2016-01-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2016-03_2016-11-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_con_its-2016-repxx_2016-02-01.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_corep_4.2.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_its-005-2020_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_frtb_its-005-2020_2024-07-11.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_cir-680-2014_2017-04-04.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2013-02_2013-12-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2013-02_2014-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2013-02_2014-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2014-05_2015-02-16.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2015-04_2016-01-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2016-03_2016-11-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_ind_its-2016-repxx_2016-02-01.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lcr_da_corep_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_corep_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_le_its-005-2020_2022-03-01.json +0 -0
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_corep_4.0.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_corep_4.2.json +0 -0
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_lr_its-005-2020_2022-03-01.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_corep_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_nsfr_its-005-2020_2022-03-01.json +0 -0
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_corep_4.0.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_corep_4.2.json +0 -0
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/corep_of_its-005-2020_2022-03-01.json +0 -0
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/covid19_gl-2020-07_2022-06-01.json +0 -0
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_3.4.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_3.5.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_4.0.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dim_dom_mapping_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dora_dora_4.0.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dora_dora_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/dora_jc-2023-86_2024-07-11.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esg_esg_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esg_esg_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esg_its-2021-637_2023-05-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esgdis_its-2021-637_2023-05-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esgdis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/esgdis_pillar3_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fc_fc_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fc_jc-2020-84_2024-07-11.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/findis_its-2021-637_2023-05-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/findis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/findis_pillar3_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_finrep_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9_its-005-2020_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/finrep9dp_finrep_4.2.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2015-05-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2016-11-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2017-04-04.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2014-04_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_con_gl-2019-05_2020-06-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_fp_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_gl-2019-05_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2015-05-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2016-11-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2017-04-04.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2014-04_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/fp_ind_gl-2019-05_2020-06-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsii_con_its-005-2020_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsii_gsii_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsii_its-005-2020_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsiidis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/gsiidis_pillar3_4.2.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_if_4.0.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_if_4.2.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class2_its-002-2021_2022-03-01.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class3_if_4.2.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_class3_its-002-2021_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_grouptest_if_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_grouptest_its-002-2021_2021-05-08.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_grouptest_its-002-2021_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_tm_if_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/if_tm_its-002-2021_2022-03-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/index.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ipu_dc-2022-441_2023-05-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ipu_ipu_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbb_irrbb_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbb_its-2023-03_2023-10-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbb_its-2023-03_2024-02-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbbdis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/irrbbdis_pillar3_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_its_mica_4.0.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_mica_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_mica_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_of_mica_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mica_of_mica_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_decisions_its-008-2020_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_decisions_its-008-2020_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_decisions_mrel_4.2.json +0 -0
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_its-006-2020_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_its-006-2020_2024-02-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_its-006-2020_2024-07-11.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mrel_tlac_mrel_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mreltlacdis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/mreltlacdis_pillar3_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/notif_impracticability_imprac_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/notif_impracticability_its-009-2020_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/notif_impracticability_its-009-2020_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/p3dh_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/p3dh_pillar3_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/psd_frp_gl-2020-01_2020-02-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/psd_frp_gl-2020-01_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/psd_frp_pay_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_bm_ci_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_bm_gl-2022-06_2022-09-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_bm_if_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_dbm_gl-2022-06_2024-07-11.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_dbm_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gap_ci_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gap_gl-2022-06_2022-09-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gap_if_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gl-2014-07_2020-02-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_gl-2014-07_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_ci_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_gl-2014-07_2020-02-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_gl-2014-07_2021-02-28.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_gl-2022-06_2022-09-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_he_if_rem_4.2.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_hr_country_rem_4.2.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/rem_hr_institution_rem_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/remdis_its-2021-637_2023-05-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/remdis_pillar3_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/remdis_pillar3_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol1_res_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol2_res_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_cir-2018-1624_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_con_cir-2018-1624_2019-04-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_con_cir-2018-1624_2020-06-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_con_cir-2018-1624_2021-07-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_cp-2017-15_2018-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_ind_cir-2018-1624_2019-04-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_ind_cir-2018-1624_2020-06-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/resol_ind_cir-2018-1624_2021-07-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_cir-2070-2016_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_cp-2014-07_2015-05-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_cp-2014-07_2015-08-31.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_con_its-2016-svbxx_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_cir-2070-2016_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_cir-2070-2016_2023-07-31.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_cr_sbp_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ifrs9_cir-2070-2016_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ifrs9_cir-2070-2016_2023-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ifrs9_sbp_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_cir-2070-2016_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_cp-2014-07_2015-05-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_cp-2014-07_2015-08-31.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_ind_its-2016-svbxx_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_cir-2070-2016_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_cir-2070-2016_2023-07-31.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbp_rm_sbp_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_cir-2070-2016_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_cir-2070-2016_2023-07-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2019-08-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2020-06-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2021-07-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cir-2070-2016_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cp-2014-07_2015-05-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_cp-2014-07_2015-08-31.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_con_its-2016-svbxx_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2018-03-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2019-08-31.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2020-06-30.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2021-07-15.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cir-2070-2016_2022-06-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cp-2014-07_2015-05-29.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_cp-2014-07_2015-08-31.json +0 -0
- {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
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_ind_its-2016-svbxx_2016-02-01.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sbpimv_sbp_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sepa_ipr_pay_4.1.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/sepa_ipr_pay_4.2.json +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules.py +0 -0
- {eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/py.typed +0 -0
- {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.
|
|
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
|
|
|
@@ -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
|
-
#
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
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
|
-
#
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
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(
|
|
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
|
|
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
|
-
|
|
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",
|
|
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
|
-
|
|
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
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
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
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
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
|
|
368
|
-
|
|
369
|
-
|
|
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
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
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
|
-
|
|
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"]
|
|
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
|
|
732
|
-
metric_clean =
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2014-03-31.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2014-07-31.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2016-02-01.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_con_its-2013-04_2016-11-15.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2014-03-31.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2014-07-31.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2016-02-01.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_ind_its-2013-04_2016-11-15.json
RENAMED
|
File without changes
|
{eba_xbridge-1.5.0rc4 → eba_xbridge-1.5.0rc6}/src/xbridge/modules/ae_its-005-2020_2022-03-01.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|