-
I am using Arelle app to open xml files and double check the output from the code below
``` python
from xbrl import XBRLParser, GAAP, GAAPSerializer
xbrl_parser = XBRLParser()
xbrl = xbrl_parser.par…
-
-
Python 3.6.0 (default, Feb 11 2017, 14:54:45)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from xbrl import XBRLParser, GAAP, GAAPSerializer
>>>…
-
If you look at this tag:
```xml
377284000
```
I would like to access the `id` attribute in order to link together elements with `footnoteArc`. I don't see anything exposed in `AbstractFact` or…
-
From a user email:
> I still can't seem to get the correct value for some facts.
>
> For example: (the interactive report is here: https://www.sec.gov/cgi-bin/viewer?action=view&cik=845877&acces…
-
With the introduction of GaaP GDS moved away from calling GOV.UK the business-unit-slash-programme (aka, www.gov.uk, aka GOV.UK Publishing), to avoid confusion with GOV.UK the 'brand', which includes …
-
I'm unsure if this is a bug or just me who is to stupid to get this lib working.
I have tried to work with danish xbrl files from the danish site: virk.dk
Look at this f.ex:
https://datacvr.virk.dk/da…
-
### Summary
Magento currently automatically creates Invoices associated with Sales Orders when a payment for a sales order is received. This is incorrect and this is currently the case for Braintree…
-
Is there any way to retrieve the textual label corresponding to a fact when it is in a table as follows?
![image](https://user-images.githubusercontent.com/40470813/130330628-462aa201-7bb8-4a31-9a3…
-
### Repro Steps
// Load Campbell Soup 2019 10-K
new XbrlDocument()
.Load("https://www.sec.gov/Archives/edgar/data/16732/000001673219000070/cpb-20190728.xml");
### Symptoms
`Sy…