From f90885e2f92a1ada1ace9e289f95c40af56ba733 Mon Sep 17 00:00:00 2001 From: Xinyao Qian Date: Thu, 14 Nov 2024 21:17:52 -0600 Subject: [PATCH] Update module.py --- module.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/module.py b/module.py index 8b13789..3041e68 100644 --- a/module.py +++ b/module.py @@ -1 +1,17 @@ +""" + +Goal: Read in raw Edgar files, downloadable from the +... + +module.py is an auxiliary file that defines the following classes +(1) EdgarAnalyzer + +See Example.py for implementation of the EdgarAnalyzer functions +""" + +class EdgarAnalyzer(object): + """ + Object class to read in Edgar 10k Data + + """