-
-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hi,
I got an error while trying to parse local xbrl package (structure is as recommended in your docs):
xbrl.TaxonomyNotFound: The taxonomy with namespace http://xbrl.ifrs.org/taxonomy/2021-03-24/ifrs-full could not be found. Please check if it is imported in the schema file
But: py-xbrl already downloaded this taxonomy into the "cache" folder. Why can't it find it?
Update: I found the answer: Because your "taxonomy.py" file does not contain the updated ifrs-taxonomy. I manually inserted it by adding: "http://xbrl.ifrs.org/taxonomy/2021-03-24/ifrs-full": "http://xbrl.ifrs.org/taxonomy/2021-03-24/full_ifrs/full_ifrs-cor_2021-03-24.xsd",
.
It works now. But how can I update taxonomies without going deep into your code? Is there a function for it or do you plan to add it?
Thanks.