LexPredict / openedgar

OpenEDGAR (openedgar.io)
MIT License
294 stars 94 forks source link

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

Open esvhd opened 3 years ago

esvhd commented 3 years ago

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.