openedgar icon indicating copy to clipboard operation
openedgar copied to clipboard

Why creating FilingDocument records with `is_error == True`?

Open esvhd opened this issue 4 years ago • 0 comments

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.

esvhd avatar Mar 08 '21 21:03 esvhd