Logo Lanfrica

yordanos64/ethiopia-fi-forecast

Domain:

socioeconomicdigital infrastructure
Creator:
yor
Host:
# Ethiopia Financial Inclusion Forecasting System ### 10 Academy Challenge - Week 11 Milestone Project An interactive time-series forecasting system tracking Ethiopia's digital financial transformation trajectory across World Bank Global Findex benchmarks (2025–2027). --- ## πŸ“Š Forecast Predictions Summary (2025 - 2027) | Metric Focus | 2024 Baseline | 2025 Forecast | 2026 Forecast | 2027 Target Forecast | | :--- | :---: | :---: | :---: | :---: | | **Access** (Account Ownership %) | 49.00% | **52.12%** | **55.25%** | **58.38%** | | **Usage** (Digital Payments %) | 35.00% | **39.50%** | **44.00%** | **48.50%** | --- ## βš™οΈ Project Architecture Layout ```text ethiopia-fi-forecast/ β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ # Contains source data spreadsheets β”‚ └── processed/ # Stores clean datasets & enrichment proxies β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ data_enrichment.py # Task 1 Enrichment Engine β”‚ └── time_series_model.py # Task 2 Trend Regression Predictor β”œβ”€β”€ dashboard/ β”‚ └── app.py # Task 3 Streamlit App Interface (Live) └── tests/ └── test_data_processing.py # Task 4 Automated Schema Validation ``` --- ## 🎯 Key Strategic Market Insights * **P2P Velocity Outpacing Infrastructure**: Interoperable peer-to-peer (P2P) transfers have successfully surpassed ATM physical cash withdrawals across Ethiopia. * **Enabler Catalysts Injected**: Integrated national infrastructure trackers (such as Fayda ID national registration expansion and localized agent network density scaling) serve as key structural inputs for upcoming access growth loops. ## πŸ—‚οΈ Deepened Schema & Enrichment Documentation The project processes an unbiased, unified timeline databank structure across three core record mappings: * **Observations**: Hard ground-truth parameters derived from World Bank demand surveys, active operator logs, and infrastructure reports. * **Events**: Non-pre-assigned operational intervention points (such as policy declarations, regional infrastructure drops, and service roll …