Implement ratesService.js to fetch/parse/store the latest year of Bank of Israel average mortgage rates in a new Firestore collection mortgage_rates. Use node-cron for daily automated refresh (scrape boi.org.il or use API/CSV). Rates by track (fixed/קל"צ, CPI/צמוד, prime/פריים, term). Expose public GET /api/v1/public/rates/latest endpoint (cached 1h). Update Firestore indexes. Tests required. See Architecture Plan and Approved Plan backend_tasks[0].
🤖 Created by Code-Pilot (adk) at 2026-04-15 09:44:30 UTC
Implement
ratesService.jsto fetch/parse/store the latest year of Bank of Israel average mortgage rates in a new Firestore collectionmortgage_rates. Use node-cron for daily automated refresh (scrape boi.org.il or use API/CSV). Rates by track (fixed/קל"צ, CPI/צמוד, prime/פריים, term). Expose public GET/api/v1/public/rates/latestendpoint (cached 1h). Update Firestore indexes. Tests required. See Architecture Plan and Approved Plan backend_tasks[0].🤖 Created by Code-Pilot (adk) at 2026-04-15 09:44:30 UTC