Manuel Schmidt
Manuel Schmidt
Hey, no worries. Yes, it's true that these errors still occur often on UK submissions because many companies do not properly define their schema_urls. I searched the internet specifically for...
The issue I still have with UK submissions is that many of them do not properly import their underlying taxonomies. Additionally, the taxonomy endpoints are extremely hard to find and...
https://uk-taxonomies-tdp.corefiling.com/yeti/resources/yeti-gwt/Yeti.jsp Is a great way to visualize the taxonomy structure. They also have the FRC 2022 - 2024 Taxonomies, however just visualized for the user and not machine readable. https://www.frc.org.uk/accountants/frc-taxonomies#current-taxonomies-downloads...
@Cave-Johnson thanks for researching and providing the links. They indeed look promising! I am not aware of any PR which addressed this problem. Keep in mind that most of the...
Another option would be that the parser just throws a warning and just ignores all facts that were tagged with the taxonomy which could not be imported. However, this could...
Probably the last option (to just ignore facts tagged with not locatable taxonomies) would be the best one. In the last two years 90% of my time I invested in...
I just ran a test with new UK submissions and noticed that the schema URL for the following namespace was often missing: ``` The taxonomy with namespace **http://www.hmrc.gov.uk/schemas/ct/dpl/2021-01-01** could not...
I have tried it with the taxonomies provided by @Cave-Johnson, however, unfortunately, they did not work for all of the failed submissions I tested on. The instance documents were using...
I think the only viable option is to build in some "fail gracefully" mode into py-xbrl in which the parser returns a partially parsed xbrl instance document and just omits...