manusimidt / py-xbrl

Python-based parser for parsing XBRL and iXBRL files
https://py-xbrl.readthedocs.io/en/latest/
GNU General Public License v3.0
100 stars 37 forks source link

Added legacy and UK iXBRL transforms #96

Closed ahoward-ch closed 1 year ago

ahoward-ch commented 1 year ago

Legacy V1.0 iXBRL transformations and iXBRL 2 ixt2 transformations, which are heavily used in the UK. A few ixt2 transformations have not been implemented due to a poor understanding of how Japanese eras work, and why Chinese, Korean and non-Traditional Japanese dates require special treatment.

manusimidt commented 1 year ago

Hey, thank you for the work you put into this pull request! Appreciate it! The code looks really good :)