Dependencies (i.e., modules you must download that are accessed by the program):
MOD_EDGAR_Forms.py - module that can be imported to provide convenient lists of form variants.
MOD_Download_Utilities.py - module used to download files from websites. The files can be written to a file, downloaded as a string, or downloaded as a list of lines.
Generic_Parser.py Program to generate sentiment counts for all files contained within a specified folder. Sentiment counts are based on the Loughran-McDonald dictionary.
Python Dependencies (i.e., modules you must download that are accessed by the program):
MOD_Load_MasterDictionary_v2024.py - module to load Loughran-McDonald master dictionary. (Note this does not work with older versions of our dictionary.)
Create_10X_WordCounts.py This program provides an example of using the MOD_Read_DoctDIct.py module to read through the Document Dictionary file and create word counts for 10-X filings.
Python Dependencies (i.e., modules you must download that are accessed by the program):