# πͺπΉ Ethiopia Financial Inclusion Forecasting Engine
An advanced forecasting framework designed to model, trace, and project unique individual account ownership (**ACCESS**) and digital transaction adoption (**USAGE**) trajectories in Ethiopia (2014β2027). Prepared under the structural parameters of Selam Analytics.
---
## π Repository Architecture
```text
ethiopia-fi-forecast/
βββ dashboard/
β βββ app.py # Streamlit interactive scenario dashboard (Task 5)
βββ data/
β βββ raw/
β β βββ ethiopia_fi_unified_data.csv# Primary unified source file
β β βββ reference_codes.csv # Reference indicators catalog
β βββ processed/
β βββ ethiopia_fi_enriched.csv # Enriched matrix containing active impact links
βββ notebooks/
β βββ plots/ # Exported EDA and forecast visual assets
β βββ ethiopia_fi_eda.ipynb # Interactive exploratory data analysis notebook
βββ src/
β βββ eda_engine.py # Automated trajectory and velocity analysis engine
β βββ impact_model.py # Event-Indicator Association Engine (Task 3)
β βββ forecaster.py # 2025β2027 forecasting engine with 95% CI (Task 4)
βββ data_enrichment_log.md # Detailed parameters & empirical evidence log
βββ interim_eda_summary.md # Interim submission evaluation summary
βββ generate_interim_report.py # Native pipeline report generator script
βββ fix_timeline.py # Asset generator for timeline overlay plot
βββ fix_usage.py # Asset generator for usage saturation plot
βββ README.md # Project documentation