openedgar
openedgar copied to clipboard
Why creating FilingDocument records with `is_error == True`?
Hi,
I noticed that when a FileDocument object is created, its is_error field is set to True if the document has content. Pls see line below.
https://github.com/LexPredict/openedgar/blob/1d1b8bc8faa3c59e05d9883e53039b6328b7d831/lexpredict_openedgar/openedgar/tasks.py#L89
Would someone be able to share some thoughts on why is_error is marked as True in this case? Presumably when a document has content, it is not an error?
Thanks.