https://github.com/phillipsk/dirty-priced-securities
Reconcile Dirty-priced securities from a client list against an internal list. Adding any dirty-priced securities not found on the internal EXCEL spreadsheet but on the external client excel spreadsheet, to the internal spreadsheet via the Python programming language and the Python-Excel reader library openpyxl. No Microsoft Excel Macro Visual Basic code needed.
https://github.com/phillipsk/dirty-priced-securities
Last synced: 5 months ago
JSON representation
Reconcile Dirty-priced securities from a client list against an internal list. Adding any dirty-priced securities not found on the internal EXCEL spreadsheet but on the external client excel spreadsheet, to the internal spreadsheet via the Python programming language and the Python-Excel reader library openpyxl. No Microsoft Excel Macro Visual Basic code needed.
- Host: GitHub
- URL: https://github.com/phillipsk/dirty-priced-securities
- Owner: phillipsk
- Created: 2015-05-03T21:10:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T16:32:55.000Z (about 11 years ago)
- Last Synced: 2024-03-15T05:01:57.220Z (over 2 years ago)
- Language: Python
- Size: 7.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dirty-Priced-Securities
Reconcile Dirty-priced securities from a client list against an internal list. Adding any dirty-priced securities not found on the internal EXCEL spreadsheet but on the external client excel spreadsheet, to the internal spreadsheet via the Python programming language and the Python-Excel reader library openpyxl. No Microsoft Excel Macro Visual Basic code needed.
## Installation
After cloning the repository first time, create a virtual environment with the virtualenv command:
``virtualenv env``
Then install the needed packages:
``pip install -r requirements.txt``
This latter step needs to be done each time you update the repository (just in case new requirements have been added
to the project).
## Run
To run the application type
``python merge.py name_of_reconciled_xlsx name_of_daily_data_xlsx``
That's it.