PH-DEP/
├── PH-FX-Dashboard/ ← Exchange rate tracking
├── PH-Regional-Inequality/ ← Socioeconomic disparity analysis
├── PH-Economic-Tracker/ ← GDP, inflation, macro indicators
├── PH-Labor-Analysis/ ← Employment & labor market data
└── PH-Price-Tracker/ ← Consumer price monitoring
A monorepo consolidating Philippine macroeconomic and social data engineering projects. Each subfolder is a self-contained project with its own
README.md, data pipeline, and analysis artifacts — imported viagit subtreewith full commit history preserved.
Real-time and historical Philippine Peso exchange rate tracking across major currency pairs.
Socioeconomic disparity analysis across Philippine regions — income, HDI, poverty incidence.
Macroeconomic indicator monitoring: GDP growth, inflation, BSP policy rates, trade balance.
Labor force participation, unemployment, underemployment, and sectoral employment trends.
Consumer price index monitoring across commodity groups and regional markets.
Each project lives in its own subfolder and retains its independent commit history, imported via git subtree add --squash. PH-DEP is the single source of truth for all projects.
| Project | Description | Status |
|---|---|---|
| PH-FX-Dashboard | Exchange rate tracking | active |
| PH-Regional-Inequality | Socioeconomic disparity analysis | active |
| PH-Economic-Tracker | Macro indicator monitoring | active |
| PH-Labor-Analysis | Labor market data | active |
| PH-Price-Tracker | Consumer price monitoring | active |
git subtree pull --prefix=PH-FX-Dashboard `
https://github.com/raldisk/PH-FX-Dashboard.git master --squash
git subtree pull --prefix=PH-Regional-Inequality `
https://github.com/raldisk/PH-Regional-Inequality.git master --squash
git subtree pull --prefix=PH-Economic-Tracker `
https://github.com/raldisk/PH-Economic-Tracker.git master --squash
git subtree pull --prefix=PH-Labor-Analysis `
https://github.com/raldisk/PH-Labor-Analysis.git master --squash
git subtree pull --prefix=PH-Price-Tracker `
https://github.com/raldisk/PH-Price-Tracker.git master --squashBuilt with Python · pandas · matplotlib · Philippine statistical sources (PSA, BSP, NEDA)