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

Support a New Taxonomy? #114

Open joffemd opened 11 months ago

joffemd commented 11 months ago

Could you add support for https://xbrl.us/xbrl-taxonomy/2022-grip/ ?

manusimidt commented 11 months ago

Hey, normally all taxonomies that are following the XBRL Specification without errors should be parsable with py-xbrl by default.

However, when parsing the taxonomy you mentioned, I encountered a KeyError due to a missing label arc on the concept AnnualLocalUnitFiscalReportFormF65MichiganAbstract. I will look into this in the next days.