This application provides a User Interface (UI) for the SecAdvScraper module by facilitating a simple interface for SEC ADV Form data extraction. The application will parse a SEC ADV Form for the below indicated datasets and generate an Excel with on sheet per dataset:
- Item 5D
- Direct Owners
- Indirect Owners
To use the underlying SecAdvScraper module from within Python refer to SecAdvScraperModule.md
- Python
- Execute SecAdvScraperUI.bat (command prompt and pop-up will open)
- Paste the SEC ADV Form URL in the corresponding field
- Select Output Path
- Click on Extract Data
- Excel Workbook (.xlsx) will be generated
- To exit simply exit the pop-up (command prompt will close automatically)
Important: The application uses a Virtual Enviroment for execution. On first execution the enviroment will be automatically generated and all required dependencies (as defined in src/main/requirements.txt) will be installed.