This diagram shows us how the task of building the model works:
The step-by-step instructions for this are as follows:
- Call the getBaseData() method from the IEXService Spring Bean to extract the IEX historical price data for the given funds, starting from the given time range.
- Call the readSettingsMappings() method from the EsDataService Spring Bean to read the settings and mappings from the cf_etf_history_data.json and register_funds.json files for the cf_etf_history_data and register_funds indexes.
- Call the deleteDoc() method from the EsDataService Spring Bean to delete the documents of the given symbol in ...