Manuel Schmidt

Results 54 comments of Manuel Schmidt

After cfd59c358d1415ef43f0f7cd1fe11fee57820487 this is now working quite good for remote submissions. But I still run into some errors when parsing locally saved submissions.

Hey @rAndrewNichol, thank you for your pull request! I will review and merge it this weekend at the latest :) Greetings, Manu

There are some issues with this pull request: ### 1. is_xbrl flag I tried your code with the same submission `aapl-20180929.xml`. In line [698 of instance.py](https://github.com/rAndrewNichol/py-xbrl/blob/9ebe77869dbb354c9fcdf0b5bd542f26d1abbc6c/xbrl/instance.py#L698) you set the flag...

It would be possible to query the XML Version of the Edgar Taxonomies list instead of hardcoding it into the libary. Keep in mind, however, that this only applies to...

Yes that's a good resource. The xml file also contains the namespace-schema mapping. It is probably the best to create an abstraction layer above the core parsing modules and implement...

Thank you! I will check and merge it in the following days.

@ajmed I think the suggestion of @mrx23dot is quite good and i am planning to implement a similar function that queries the [common taxonomy file](https://www.sec.gov/info/edgar/edgartaxonomies.xml) for SEC submissions. Normally, if...

Labels are stored in the label linkbase the taxonomy schema imports. `py-xbrl` automatically connects the labels to the concepts, so you can just access it from the concept object. An...

No you are not missing something. I intentionally left the fact IDs out back then, since they are created by the filer and only serve for linking in the XBRL...

Currently the libary does not combine the information from the presentation linkbase and the instance document. It just parses the different Locators and Arcs and stores them into the object...