Currently we have a cron that runs once a month to look for new funds and creates a missing_funds.json and an issue to alert the maintainer.
The maintainer then has to:
- Review data/missing_funds.json
- Add funds to data.json manually or run add script
- Run fetch_nav.py to backfill historical data
While new fund additions are relatively uncommon, it is in the best interest to automate the entire process.
Ref: #46
Currently we have a cron that runs once a month to look for new funds and creates a
missing_funds.jsonand an issue to alert the maintainer.The maintainer then has to:
While new fund additions are relatively uncommon, it is in the best interest to automate the entire process.
Ref: #46