Asset Management System for Asset Management Companies
A comprehensive asset management system designed to help asset management companies efficiently manage their assets. Includes designing and building a scalable relational database, a web-based user interface, enabling efficient tracking and management of various asset funds, maintaining detailed client profiles along with their investments, ensuring data integrity, and implementing features of user access control.
✔️Access Control:user authentication with role-based access control, enabling differentiated user creations and permissions for customers, AMCs, and fund managers
✔️Flow management: comprehensive fund management, client information management, and transaction tracking
✔️Certification management:automatically extract certifacte_id, isuue_date, expiry_date from fund manager certifications and stores the data in database using triggers
- Run queries.sql file to create all necessary db and relations.
- Install required libraries following the tech-stack
- Install the dependency :
pip install mysql-connector-python
- Run
.py
file