Index funds robo-advisor
In recent years, there has been a strong trend towards considering target or passive management funds, which aim for a specific return or replicate a stock index. It has been proven over the decades that adapting to the market is much safer and more profitable in the long run than trying to beat it. Although indexed funds represent one of the safest long-term investments, managing them manually is costly and not scalable. Plus, they still require active management and lack professional corrections, so you must be on the lookout to switch products.
The objective of this project is to replicate an indexed fund chosen by the user, and for the platform to make a purchase of the stocks according to the weights of each company in the index and subsequently make the necessary adjustment every so often to maintain those weights and be able to maintain the long-term investment with minimal management.
Problem
Managing funds manually can be tedious and complicated, and at times you may lose sight of the final objective with so many business variables.
The problem with indexed funds is that one is entirely dependent on platforms or banks that do not offer all the options. That is, there are significant limitations regarding the existing funds to which one can subscribe.
Proposed solution
Unlike conventional platforms, where there are several predefined funds assigned based on the investor profile, on our platform, it will be possible to upload a customized dataset with its list of corresponding companies in a selected index, and then purchase it through a broker. In this way, we can replicate a fund of choice, and the offer is unlimited (as long as most stocks are available at the broker).
The method used to address this problem is to develop an application in Python and Django that connects with data APIs and links to the Alpaca Markets broker to make an automatic purchase. After a set period (established as an example in one week), a rebalancing button of the index will appear, which will carry out the same process but adjusting the necessary weights to update the information to the current moment. There will also be useful investment tracking charts using the Matplotlib library, and the data API can be changed through a subscription made with a payment on PayPal.
Main features
- Accurate replication and monitoring of stock market indices.
- Facilitates a dynamic pathway for investment management.
- Incorporation of custom indices.
- Allows the purchase or sale of shares based on the calculation of the market capitalization of the constituent companies.
- Manual updates of the index to respond to the movements of the constituent companies, allowing manual adjustment to avoid significant commissions.
- Adaptable to the specific financial objectives and visions of the investor.
- Opportunity to choose a superior data source through subscription, for more precise analysis.
- Advanced graphical interface that enables detailed visualization of all aspects of an index, including the companies that comprise it, their weight in the index, the amount invested, and the temporary gain or loss.
- Synchronization with the broker for more integrated and efficient investment management.