Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 2.09 KB

README.md

File metadata and controls

29 lines (29 loc) · 2.09 KB
If you want to use the application to maintain your investments then use the following URL, where I have hosted the application https://portfolioanalytics.ddns.net Given the cost involved I shutdown the Azure VM from 10pm (IST) to 10am (IST). But happey to keep it running if you message me
How to build & run the application.(I have also given below description for each project)
  • For Web Application - Get everything from 'Analytics' repository
  • For dependency on database - Get everything from 'DataAccessLayer' repository
  • In DataAccesslayer, under SQL_statement, use file dbschema.pdf
  • This file has the dbschema using which you will need to create SQLite db
  • Name the dbfile as mfdata.db and store it under root\ProdDatabase
  • Open Analytics solution in visual studio and add DataAccessLayer as dependency
  • You should be able to build the solution
  • Extract repository Pull Data and build the solution
  • Pull data allows you to update master data. Such as mutual fund list, stocks from NSE
Analytics project
  • ASP.Net based front end for managing stocks, mutual fund, etf or any investment that is associated with any of the global exchanges
  • The application stores any new symbols that you search in the application and which are not available currently in the application symbol repository
  • You can use the applicatin to manage multiple portfolios
  • All mutual funds available in India that are coming under SEBI are managed separatly under 'Mutual Funds'
  • Any other investment type that you search, which is listed on any global exchange is managed by application separatly under 'Stocks'
  • For example if you search a ETF fund with its symbol and if it is not currently available in application repository then it gets added under 'Stocks'
  • You do not need to create your portfolio but can use the application for your investment research and decision making