11106995d4
- Introduced a new job class `MergeCurrencyAndGoldRates` to handle the merging of currency and gold rate data. - Implemented a method to retrieve data from JSON files stored in the application. - Merged the fetched currency and gold data into a single array. - Stored the combined data in a new JSON file for easy access and further processing. This commit enhances the application's ability to manage and utilize financial data by integrating currency and gold rates into a unified format.