Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brookswoolf/CA-Portfolio-Reconciliation
This repository showcases a model I developed while working in asset management. This was a process improvement to mitigate risk and ensure accuracy with our largest custodian .
https://github.com/brookswoolf/CA-Portfolio-Reconciliation
excel test-automation vba vba-excel vba-forms vba-library vba-macros vba-modules visual-basic work
Last synced: about 1 month ago
JSON representation
This repository showcases a model I developed while working in asset management. This was a process improvement to mitigate risk and ensure accuracy with our largest custodian .
- Host: GitHub
- URL: https://github.com/brookswoolf/CA-Portfolio-Reconciliation
- Owner: brookswoolf
- Created: 2019-03-30T16:19:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T04:01:02.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:18:13.603Z (5 months ago)
- Topics: excel, test-automation, vba, vba-excel, vba-forms, vba-library, vba-macros, vba-modules, visual-basic, work
- Language: VBA
- Homepage:
- Size: 315 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - brookswoolf/CA-Portfolio-Reconciliation - This repository showcases a model I developed while working in asset management. This was a process improvement to mitigate risk and ensure accuracy with our largest custodian . (VBA)
README
# CA Portfolio Reconciliation Model
This repository showcases a model I developed working in asset management. The master workbook (NT VLOOKUP) reconciles election data from all internal portfolio managers with our custodian input data in order to save time, mitigate risk and exposure, and to ensure accuracy with our largest custodian.In order to mitigate risk, I created this model workbook for all corporate actions partners to use. The custodian that we work for happens to hold the large majority of our accounts. Therefore using the available technology, I developed this model workbook to not only save time, but also to implement automation where the risk of user error is high. You first import the saved election data from the portfolio managers (COMPANY _ AGTI INSTX), then you import the corresponding custodian elected input data (COMPANY _ CDR WEB). Once both files are loaded, the program will finish by cleaning and formatting the data, followed by an implementation of multiple VLOOKUP functions to cross reference both sheets. You will be notified when both sheets are loaded and complete.
Note: For confidentiality purposes, I have completely changed the data in both: the election data from the portfolio managers, and the corresponding custodian elected input data. In a real-world application at work, we are using actual inputs with sensitive client information.
Enjoy! ^_^