

This repository provides the complete replication package for "Sequencing Structural Reforms Under Institutional Constraints: A Dynamic Political Economy Model Calibrated to Tunisia," forthcoming in Economic Systems (Elsevier).
The paper develops a dynamic political economy framework to examine how reform sequencing shapes political feasibility under conditions of institutional fragility. Using post-revolution Tunisia (2011–2023) as a calibrated case study, the model evaluates alternative reform sequences through Monte Carlo simulations.
Files
replication_package.zip: All Python code, calibration data, figure and table scripts, README, requirements, and license
replication_package.zipPython: 3.9 or higher
Dependencies: numpy, scipy, pandas, matplotlib, seaborn, joblib, statsmodels
# Extract the ZIP file unzip replication_package.zip cd replication_package # Install dependencies pip install -r requirements.txt # Run simulations (10,000 iterations) python main_simulation.py --N 10000 # Generate all figures python generate_figures.py --all