Alert & Threshold System

Economy, Currency & Displacement Thresholds

Configuring threshold alerts for inflation, CPI, currency depreciation, and displacement population changes.


Economy Thresholds

Monitor CPI, general inflation, and food inflation against configured limits per country. Typical use: alert when food inflation exceeds 15% YoY.

python manage.py check_economy_thresholds

Currency Thresholds

Monitor exchange rate depreciation within a rolling window. Typical use: alert when a currency depreciates more than 10% in 30 days against USD.

python manage.py check_currency_thresholds

Displacement Thresholds

Monitor refugee and IDP population levels and growth rates. Typical use: alert when IDP population in a country exceeds 1 million persons or increases by more than 20% in 90 days.

python manage.py check_displacement_thresholds

Notification Recipients

Configure email recipients for alert notifications in the admin panel under each module's Notification Recipients section. Multiple recipients can be added per module.